summary refs log tree commit diff
path: root/pkgs/development/python-modules/tabulate
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-26 08:14:56 +0100
committerRuben Maher <ruben@maher.fyi>2018-02-28 10:10:05 +1030
commit12c71b3dbe2adbe7149a7969cfcf5d28368b8913 (patch)
tree864e52626f624073bf73d9d454b48e61eeeb27cc /pkgs/development/python-modules/tabulate
parentd31fb808af6273afd076cc6333fd0d7f28a675de (diff)
downloadnixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.tar
nixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.tar.gz
nixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.tar.bz2
nixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.tar.lz
nixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.tar.xz
nixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.tar.zst
nixlib-12c71b3dbe2adbe7149a7969cfcf5d28368b8913.zip
python: remove name from some expressions
Diffstat (limited to 'pkgs/development/python-modules/tabulate')
-rw-r--r--pkgs/development/python-modules/tabulate/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tabulate/default.nix b/pkgs/development/python-modules/tabulate/default.nix
index db7f43c1ea46..b238d58f68d3 100644
--- a/pkgs/development/python-modules/tabulate/default.nix
+++ b/pkgs/development/python-modules/tabulate/default.nix
@@ -7,7 +7,6 @@
 buildPythonPackage rec {
   version = "0.8.2";
   pname = "tabulate";
-  name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;
@@ -25,4 +24,4 @@ buildPythonPackage rec {
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ fridh ];
   };
-}
\ No newline at end of file
+}