Merge pull request #188868 from yvesf/fix-crosscompile-qpdf

This commit is contained in:
Artturi
2022-08-31 17:44:24 +03:00
committed by GitHub
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib libjpeg ];
configureFlags = lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
"--with-random=/dev/urandom";
preCheck = ''
patchShebangs qtest/bin/qtest-driver
'';