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
commit e0f6c8f9cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';