misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -15,7 +15,8 @@ in stdenv.mkDerivation {
|
||||
substituteInPlace Makefile --replace /usr/local "$out"
|
||||
'';
|
||||
|
||||
buildInputs = [ scons libX11 pkgconfig libusb1 boost glib dbus_glib];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ scons libX11 libusb1 boost glib dbus_glib];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pingus.seul.org/~grumbel/xboxdrv/;
|
||||
|
||||
Reference in New Issue
Block a user