3
0
Fork 0
forked from mirrors/nixpkgs

puddletag: fix wrapping

This commit is contained in:
Jeff Huffman 2023-01-30 21:58:09 -05:00
parent 0506d31b80
commit e608e04f3c
No known key found for this signature in database
GPG key ID: 7F1A93286A8960C7

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