golden-cheetah: link with libz explicitly
This commit is contained in:
parent
8c83c4585e
commit
12ac71caca
@ -26,6 +26,9 @@ in stdenv.mkDerivation rec {
|
|||||||
qtconnectivity
|
qtconnectivity
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [ flex makeWrapper qmake yacc ];
|
nativeBuildInputs = [ flex makeWrapper qmake yacc ];
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lz"
|
||||||
|
];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cp src/gcconfig.pri.in src/gcconfig.pri
|
cp src/gcconfig.pri.in src/gcconfig.pri
|
||||||
cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri
|
cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri
|
||||||
|
Loading…
Reference in New Issue
Block a user