Merge pull request #213707 from tejing1/fix-puddletag

This commit is contained in:
Sandro
2023-02-16 21:58:41 +01:00
committed by GitHub
@@ -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