Removed unix package.

svn path=/nixpkgs/trunk/; revision=15142
This commit is contained in:
Andres Löh 2009-04-19 10:13:31 +00:00
parent 1643888f80
commit 80214b7be0

View file

@ -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;
};