summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 15:29:10 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:55:45 +0800
commit892a0005ff299e2dc561376f74af9e56476b71e5 (patch)
treea1bbf7e407ef99d9af84775136280b7c65ea926e /pkgs/top-level
parente78864e3b7db45d4b803fb816781ec7ce904aedc (diff)
downloadnixlib-892a0005ff299e2dc561376f74af9e56476b71e5.tar
nixlib-892a0005ff299e2dc561376f74af9e56476b71e5.tar.gz
nixlib-892a0005ff299e2dc561376f74af9e56476b71e5.tar.bz2
nixlib-892a0005ff299e2dc561376f74af9e56476b71e5.tar.lz
nixlib-892a0005ff299e2dc561376f74af9e56476b71e5.tar.xz
nixlib-892a0005ff299e2dc561376f74af9e56476b71e5.tar.zst
nixlib-892a0005ff299e2dc561376f74af9e56476b71e5.zip
pythonPackages.pyxattr: 0.5.1 -> 0.6.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix20
1 files changed, 1 insertions, 19 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 933635931887..1e90fb1ae723 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -17612,25 +17612,7 @@ in {
 
   pywinrm = callPackage ../development/python-modules/pywinrm { };
 
-  pyxattr = buildPythonPackage (rec {
-    name = "pyxattr-0.5.1";
-
-    src = pkgs.fetchurl {
-      url = "https://github.com/downloads/iustin/pyxattr/${name}.tar.gz";
-      sha256 = "0jmkffik6hdzs7ng8c65bggss2ai40nm59jykswdf5lpd36cxddq";
-    };
-
-    # error: invalid command 'test'
-    doCheck = false;
-
-    buildInputs = with self; [ pkgs.attr ];
-
-    meta = {
-      description = "A Python extension module which gives access to the extended attributes for filesystem objects available in some operating systems";
-      license = licenses.lgpl21Plus;
-    };
-  });
-
+  pyxattr = callPackage ../development/python-modules/pyxattr { };
 
   pyaml = buildPythonPackage (rec {
     name = "pyaml-15.02.1";