misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -46,7 +46,8 @@ in stdenv.mkDerivation rec {
|
||||
wrapProgram $out/bin/zenmap --prefix PYTHONPATH : "$(toPythonPath $out)" --prefix PYTHONPATH : "$PYTHONPATH" --prefix PYTHONPATH : $(toPythonPath $pygtk)/gtk-2.0 --prefix PYTHONPATH : $(toPythonPath $pygobject)/gtk-2.0 --prefix PYTHONPATH : $(toPythonPath $pycairo)/gtk-2.0
|
||||
'';
|
||||
|
||||
buildInputs = with python2Packages; [ libpcap pkgconfig openssl ]
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = with python2Packages; [ libpcap openssl ]
|
||||
++ optionals pythonSupport [ makeWrapper python ]
|
||||
++ optionals graphicalSupport [
|
||||
libX11 gtk2 pygtk pysqlite pygobject2 pycairo
|
||||
|
||||
Reference in New Issue
Block a user