forked from mirrors/nixpkgs
puddletag: fix wrapping
This commit is contained in:
parent
0506d31b80
commit
e608e04f3c
|
@ -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 a new issue