puddletag: fix wrapping

This commit is contained in:
Jeff Huffman
2023-01-30 21:58:09 -05:00
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