mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
puddletag: fix permissions so our wrapper works
This commit is contained in:
parent
551296c657
commit
73eab78fd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user