From f4e929497049414b87d5598acf788b90a9de9787 Mon Sep 17 00:00:00 2001 From: Johannes Frankenau Date: Thu, 28 Jun 2018 15:07:04 +0200 Subject: [PATCH] puddletag: install desktop entry and man page --- pkgs/applications/audio/puddletag/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkgs/applications/audio/puddletag/default.nix b/pkgs/applications/audio/puddletag/default.nix index 00f58750408b..69c79c76c8d4 100644 --- a/pkgs/applications/audio/puddletag/default.nix +++ b/pkgs/applications/audio/puddletag/default.nix @@ -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";