mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fixing a nix import path I commited without enough care.
svn path=/nixpkgs/trunk/; revision=14010
This commit is contained in:
parent
d20bb02310
commit
ee9a5c1c89
@ -3879,7 +3879,7 @@ let
|
|||||||
inherit postgresql mysql sqlite;
|
inherit postgresql mysql sqlite;
|
||||||
});
|
});
|
||||||
|
|
||||||
vtk = import /root/nix/vtk/default.nix {
|
vtk = import ../development/libraries/vtk {
|
||||||
inherit stdenv fetchurl cmake mesa;
|
inherit stdenv fetchurl cmake mesa;
|
||||||
inherit (xlibs) libX11 xproto libXt;
|
inherit (xlibs) libX11 xproto libXt;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user