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
commit 1aa2a3dac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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