Fix typo from previous commit.
svn path=/nixpkgs/trunk/; revision=16230
This commit is contained in:
parent
3997cb99fd
commit
26b5148308
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user