Merge pull request #42765 from jfrankenau/fix-puddletag

puddletag: install desktop entry and man page
This commit is contained in:
Peter Hoeg 2018-06-29 22:13:08 +08:00 committed by GitHub
commit 140ad12d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";