Merge pull request #188868 from yvesf/fix-crosscompile-qpdf
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user