about summary refs log tree commit diff
path: root/pkgs/applications/audio/puddletag/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/puddletag/default.nix')
-rw-r--r--pkgs/applications/audio/puddletag/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/puddletag/default.nix b/pkgs/applications/audio/puddletag/default.nix
index 3fa0ea533b262..705820950b0da 100644
--- a/pkgs/applications/audio/puddletag/default.nix
+++ b/pkgs/applications/audio/puddletag/default.nix
@@ -59,8 +59,9 @@ python3.pkgs.buildPythonApplication rec {
     rapidfuzz
   ];
 
+  # the file should be executable but it isn't so our wrapper doesn't run
   preFixup = ''
-    makeWrapperArgs+=("''${qtWrapperArgs[@]}")
+    chmod 555 $out/bin/puddletag
   '';
 
   doCheck = false; # there are no tests