about summary refs log tree commit diff
path: root/pkgs/development/python-modules/eyed3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/eyed3/default.nix')
-rw-r--r--pkgs/development/python-modules/eyed3/default.nix32
1 files changed, 13 insertions, 19 deletions
diff --git a/pkgs/development/python-modules/eyed3/default.nix b/pkgs/development/python-modules/eyed3/default.nix
index 7717ba2601cde..81bde19f033cc 100644
--- a/pkgs/development/python-modules/eyed3/default.nix
+++ b/pkgs/development/python-modules/eyed3/default.nix
@@ -1,16 +1,17 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, python
-, isPyPy
-, six
-, filetype
-, deprecation
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  python,
+  isPyPy,
+  six,
+  filetype,
+  deprecation,
 }:
 
 buildPythonPackage rec {
   version = "0.9.7";
-  pname    = "eyeD3";
+  pname = "eyeD3";
   disabled = isPyPy;
 
   src = fetchPypi {
@@ -28,20 +29,13 @@ buildPythonPackage rec {
     six
   ];
 
-  postInstall = ''
-    for prog in "$out/bin/"*; do
-      wrapProgram "$prog" --prefix PYTHONPATH : "$PYTHONPATH" \
-                          --prefix PATH : ${python}/bin
-    done
-  '';
-
   meta = with lib; {
     description = "A Python module and command line program for processing ID3 tags";
     mainProgram = "eyeD3";
-    homepage    = "https://eyed3.nicfit.net/";
-    license     = licenses.gpl2;
+    homepage = "https://eyed3.nicfit.net/";
+    license = licenses.gpl2;
     maintainers = with maintainers; [ lovek323 ];
-    platforms   = platforms.unix;
+    platforms = platforms.unix;
     longDescription = ''
       eyeD3 is a Python module and command line program for processing ID3
       tags. Information about mp3 files (i.e bit rate, sample frequency, play