summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorrnhmjoj <micheleguerinirocco@me.com>2017-06-03 13:49:35 +0200
committerrnhmjoj <micheleguerinirocco@me.com>2017-06-03 13:49:35 +0200
commit11236d9baaa825bad45a72ff9ee1640da4d2d95e (patch)
tree6bce3577aee68834a716bd599effc4e39399b847 /pkgs/top-level
parent805ee69aa3f04e1d58a2f651fcebc63db2014d43 (diff)
downloadnixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.tar
nixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.tar.gz
nixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.tar.bz2
nixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.tar.lz
nixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.tar.xz
nixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.tar.zst
nixlib-11236d9baaa825bad45a72ff9ee1640da4d2d95e.zip
pythonPackages.libtmux: 0.6.4 -> 0.7.3
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix23
1 files changed, 1 insertions, 22 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 6eff8c13d7d3..da72a8f1d629 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -5516,28 +5516,7 @@ in {
 
   libais = callPackage ../development/python-modules/libais { };
 
-  libtmux = buildPythonPackage rec {
-    name = "libtmux-${version}";
-    version = "0.6.4";
-
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/l/libtmux/${name}.tar.gz";
-      sha256 = "0kmw7x8cxb2hj2mzibmg9nxaijhsm1kcm0vdihn99fhm5kw1phh5";
-    };
-
-    buildInputs = with self; [ pytest_29 ];
-    patchPhase = ''
-      sed -i 's/==.*$//' requirements/test.txt
-    '';
-
-    meta = with stdenv.lib; {
-      description = "Scripting library for tmux";
-      homepage = https://libtmux.readthedocs.io/;
-      license = licenses.bsd3;
-      platforms = platforms.linux;
-      maintainers = with maintainers; [ jgeerds ];
-    };
-  };
+  libtmux = callPackage ../development/python-modules/libtmux { };
 
   locket = buildPythonPackage rec {
     name = "locket-${version}";