about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-10-09 18:59:03 +0200
committerVladimír Čunát <v@cunat.cz>2022-10-09 18:59:03 +0200
commitcac8961bee5219a76f5dcbf140c0010121c2b451 (patch)
tree90ff822c8f2d3ae11ce81cc0332e5379365329cf /pkgs
parent6b0b91fee3c01d16a84f9b84e2730f77b7e76bc1 (diff)
parent6471cff5ddc7d85ee037f5ee8f0590325141a1db (diff)
Merge #195249: exiv2: drop a test on darwin, really now
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/exiv2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix
index 3a2ded53a1101..1e671c7b2e7d8 100644
--- a/pkgs/development/libraries/exiv2/default.nix
+++ b/pkgs/development/libraries/exiv2/default.nix
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
       rm -f ../tests/bugfixes/redmine/test_issue_662.py
       rm -f ../tests/bugfixes/github/test_issue_1046.py
 
-      rm -f ../tests/bugfixes/github/test_issue_683.py
+      rm ../tests/bugfixes/redmine/test_issue_683.py
 
       # disable tests that requires loopback networking
       substituteInPlace  ../tests/bash_tests/testcases.py \