misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "0g9cwhlqg065fbhav4g4n16a4cqkk9jykl3y0zwbn5whhacfqyhl";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libX11 libXpm libXext alsaLib ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libX11 libXpm libXext alsaLib ];
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/AlsaMixer.app";
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "4b42b55bb7c1d7c58b5ee1f0058c683d3e4f3e3380d3a69c54a50b983c7c1b3f";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libX11 libXpm libXext ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libX11 libXpm libXext ];
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/Src";
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "369a8f2e5673c6b7ab0cf85166f38fbf553dd966c3c1cfeec0e32837defd32c7";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libX11 libXpm libXext ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libX11 libXpm libXext ];
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/wmsm";
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libX11 libXpm libXext libXfixes libXmu ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libX11 libXpm libXext libXfixes libXmu ];
|
||||
|
||||
meta = {
|
||||
description = "Systemtray for Windowmaker";
|
||||
|
||||
Reference in New Issue
Block a user