Merge pull request #278946 from wegank/graphicsmagick-tests

graphicsmagick: fix passthru.tests
This commit is contained in:
Weijia Wang 2024-01-05 18:34:01 +01:00 committed by GitHub
commit b7d435df64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
issue-157920 = runCommand "issue-157920-regression-test" {
buildInputs = [ graphicsmagick ];
} ''
gm convert ${graphviz}/share/graphviz/doc/pdf/neatoguide.pdf jpg:$out
gm convert ${graphviz}/share/doc/graphviz/neatoguide.pdf jpg:$out
'';
};
};