opencsg: Fix build related to missing libX11 linking the example.
This commit is contained in:
parent
dca9630fae
commit
853d612c3f
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
sed -i 's/^\(LIBS *=.*\)$/\1 -lX11/' example/Makefile
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -pv "$out/"{bin,share/doc/opencsg}
|
mkdir -pv "$out/"{bin,share/doc/opencsg}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user