mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 {
|
||||
inherit fetchurl stdenv libpcap pkgconfig openssl
|
||||
python pygtk makeWrapper pygobject pycairo
|
||||
pythonPackages.pysqlite;
|
||||
python pygtk makeWrapper pygobject pycairo;
|
||||
inherit (pythonPackages) pysqlite;
|
||||
inherit (xlibs) libX11;
|
||||
inherit (gtkLibs) gtk;
|
||||
};
|
||||
@ -7962,7 +7962,8 @@ let
|
||||
|
||||
trac = import ../misc/trac {
|
||||
inherit stdenv fetchurl python clearsilver makeWrapper
|
||||
sqlite subversion pythonPackages.pysqlite;
|
||||
sqlite subversion;
|
||||
inherit (pythonPackages) pysqlite;
|
||||
};
|
||||
|
||||
vice = import ../misc/emulators/vice {
|
||||
|
Loading…
Reference in New Issue
Block a user