Removed unix package.
svn path=/nixpkgs/trunk/; revision=15142
This commit is contained in:
parent
1643888f80
commit
80214b7be0
|
@ -125,10 +125,6 @@ rec {
|
|||
inherit (pkgs) stdenv fetchurl unzip wxGTK;
|
||||
};
|
||||
|
||||
unix = import ../development/libraries/haskell/unix {
|
||||
inherit cabal;
|
||||
};
|
||||
|
||||
vty = import ../development/libraries/haskell/vty {
|
||||
inherit cabal;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue