qjoypad: link with libX11 explicitly
This commit is contained in:
@@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libX11 libXtst qt4 ];
|
buildInputs = [ libX11 libXtst qt4 ];
|
||||||
|
NIX_LDFLAGS = [ "-lX11" ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
cd src
|
cd src
|
||||||
substituteInPlace config --replace /bin/bash /bin/sh
|
substituteInPlace config --replace /bin/bash /bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user