about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-05 18:34:01 +0100
committerGitHub <noreply@github.com>2024-01-05 18:34:01 +0100
commitb7d435df6455b17c1a06bbdbd66dee0154746f95 (patch)
treea14da9babbde543296c949be3f86d75a16aedbe7 /pkgs/applications/graphics
parent67ebfe5a801ec6b0f2fafac2f3a42939e9804f80 (diff)
parentb2e4fd1049a3e92c898c99adc8832361fa7e1397 (diff)
Merge pull request #278946 from wegank/graphicsmagick-tests
graphicsmagick: fix passthru.tests
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/graphicsmagick/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/graphicsmagick/default.nix b/pkgs/applications/graphics/graphicsmagick/default.nix
index 55e57ac01e4c2..989edd2584386 100644
--- a/pkgs/applications/graphics/graphicsmagick/default.nix
+++ b/pkgs/applications/graphics/graphicsmagick/default.nix
@@ -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
       '';
     };
   };