Merge pull request #17909 from womfoo/fix/arx-libertatis-build
arx-libertatis: fix build
This commit is contained in:
commit
9db19905be
@ -18,9 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
optipng imagemagick
|
optipng imagemagick
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
cmakeFlags = [
|
||||||
cmakeFlags="-DDATA_DIR_PREFIXES=$out/share"
|
"-DDATA_DIR_PREFIXES=$out/share"
|
||||||
'';
|
"-DImageMagick_convert_EXECUTABLE=${imagemagick.out}/bin/convert"
|
||||||
|
"-DImageMagick_mogrify_EXECUTABLE=${imagemagick.out}/bin/mogrify"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user