Fix typo from previous commit.

svn path=/nixpkgs/trunk/; revision=16230
This commit is contained in:
Ludovic Courtès 2009-07-07 22:34:03 +00:00
parent 3997cb99fd
commit 26b5148308

View File

@ -1082,8 +1082,8 @@ let
nmap = import ../tools/security/nmap { nmap = import ../tools/security/nmap {
inherit fetchurl stdenv libpcap pkgconfig openssl inherit fetchurl stdenv libpcap pkgconfig openssl
python pygtk makeWrapper pygobject pycairo python pygtk makeWrapper pygobject pycairo;
pythonPackages.pysqlite; inherit (pythonPackages) pysqlite;
inherit (xlibs) libX11; inherit (xlibs) libX11;
inherit (gtkLibs) gtk; inherit (gtkLibs) gtk;
}; };
@ -7962,7 +7962,8 @@ let
trac = import ../misc/trac { trac = import ../misc/trac {
inherit stdenv fetchurl python clearsilver makeWrapper inherit stdenv fetchurl python clearsilver makeWrapper
sqlite subversion pythonPackages.pysqlite; sqlite subversion;
inherit (pythonPackages) pysqlite;
}; };
vice = import ../misc/emulators/vice { vice = import ../misc/emulators/vice {