about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2022-11-17 13:59:54 +0800
committerPeter Hoeg <peter@hoeg.com>2022-11-21 16:24:28 +0800
commit73eab78fd8ece416345ddfa7595cd959e0a45515 (patch)
tree41eb0006d810ff021b7fd82f5025c8936301fb94 /pkgs/applications/audio
parent551296c6578f603460d750b5be8fa09278d9b8b9 (diff)
puddletag: fix permissions so our wrapper works
Diffstat (limited to 'pkgs/applications/audio')
-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