* remove sawmill

svn path=/nixpkgs/trunk/; revision=20252
This commit is contained in:
Rob Vermaas 2010-02-25 13:28:36 +00:00
parent a45255dee9
commit e9404a5d83

View File

@ -1498,10 +1498,6 @@ let
inherit fetchurl stdenv expat; inherit fetchurl stdenv expat;
}; };
sawmill = import ../tools/networking/sawmill {
inherit fetchurl stdenv mysql zlib openssl;
};
screen = import ../tools/misc/screen { screen = import ../tools/misc/screen {
inherit fetchurl stdenv ncurses; inherit fetchurl stdenv ncurses;
}; };