Unverified Commit e608e04f authored by Jeff Huffman's avatar Jeff Huffman
Browse files

puddletag: fix wrapping

parent 0506d31b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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