Merge staging-next into staging
This commit is contained in:
@@ -11,12 +11,10 @@ in stdenv.mkDerivation {
|
||||
sha256 = "0jx2wqmc7602dxyj19n3h8x0cpy929h7c0h39vcc5rf0q74fh3id";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace Makefile --replace /usr/local "$out"
|
||||
'';
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ scons libX11 libusb1 boost glib dbus-glib];
|
||||
buildInputs = [ scons libX11 libusb1 boost glib dbus-glib ];
|
||||
dontUseSconsInstall = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://pingus.seul.org/~grumbel/xboxdrv/;
|
||||
|
||||
Reference in New Issue
Block a user