Skip to content

Commit

Permalink
Merge pull request #42765 from jfrankenau/fix-puddletag
Browse files Browse the repository at this point in the history
puddletag: install desktop entry and man page
  • Loading branch information
peterhoeg committed Jun 29, 2018
2 parents 4f3ba3b + f4e9294 commit 140ad12
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pkgs/applications/audio/puddletag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ python2Packages.buildPythonApplication rec {
doCheck = false; # there are no tests
dontStrip = true; # we are not generating any binaries

installPhase = ''
runHook preInstall
siteDir=$(toPythonPath $out)
mkdir -p $siteDir
PYTHONPATH=$PYTHONPATH:$siteDir
${python2Packages.python.interpreter} setup.py install --prefix $out
runHook postInstall
'';

meta = with stdenv.lib; {
homepage = https://puddletag.net;
description = "An audio tag editor similar to the Windows program, Mp3tag";
Expand Down

0 comments on commit 140ad12

Please sign in to comment.