Unverified Commit 1aa2a3da authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #213707 from tejing1/fix-puddletag

parents 2923082c e608e04f
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