mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #213707 from tejing1/fix-puddletag
This commit is contained in:
commit
1aa2a3dac6
@ -62,6 +62,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
# the file should be executable but it isn't so our wrapper doesn't run
|
||||
preFixup = ''
|
||||
chmod 555 $out/bin/puddletag
|
||||
wrapQtApp $out/bin/puddletag
|
||||
'';
|
||||
|
||||
doCheck = false; # there are no tests
|
||||
|
Loading…
Reference in New Issue
Block a user