forked from mirrors/nixpkgs
puddletag: fix permissions so our wrapper works
This commit is contained in:
parent
551296c657
commit
73eab78fd8
1 changed files with 2 additions and 1 deletions
|
@ -59,8 +59,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
rapidfuzz
|
rapidfuzz
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# the file should be executable but it isn't so our wrapper doesn't run
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
chmod 555 $out/bin/puddletag
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false; # there are no tests
|
doCheck = false; # there are no tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue