about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-19 19:22:49 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-02-22 01:46:10 +0100
commit09ae15ea50b5cbd030234d8ba17cf7e6baebc674 (patch)
tree23620378f87c791b767d5d0c0ec3f6c0905f8ce8 /pkgs/top-level
parent84fbf2a4102bf560bd7fd24c7ff7bd95f43a9ff9 (diff)
downloadnixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.tar
nixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.tar.gz
nixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.tar.bz2
nixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.tar.lz
nixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.tar.xz
nixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.tar.zst
nixlib-09ae15ea50b5cbd030234d8ba17cf7e6baebc674.zip
pythonPackages.termstyle: 0.1.10 -> 0.1.11
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix16
1 files changed, 1 insertions, 15 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index af1df92efda2..8b0c64012c38 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -20959,21 +20959,7 @@ EOF
     };
   };
 
-  termstyle = buildPythonPackage rec {
-    name = "python-termstyle-${version}";
-    version = "0.1.10";
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/p/python-termstyle/${name}.tar.gz";
-      sha256 = "1qllzkx1alf14zcfapppf8w87si4cpa7lgjmdp3f5idzdyqnnapl";
-    };
-
-    meta = {
-      description = "Console colouring for python";
-      homepage = "https://pypi.python.org/pypi/python-termstyle/0.1.10";
-      license = licenses.bsdOriginal;
-    };
-
-  };
+  termstyle = callPackage ../development/python-modules/termstyle { };
 
   green = buildPythonPackage rec {
     name = "green-${version}";