mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
python2Packages.pyxattr: add missing rec
This commit is contained in:
parent
444a6b8d9e
commit
e6d62eb73e
|
@ -4997,7 +4997,7 @@ in {
|
|||
|
||||
pyxattr = let
|
||||
pyxattr' = callPackage ../development/python-modules/pyxattr { };
|
||||
pyxattr_2 = pyxattr'.overridePythonAttrs(oldAttrs: {
|
||||
pyxattr_2 = pyxattr'.overridePythonAttrs(oldAttrs: rec {
|
||||
version = "0.6.1";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
|
|
Loading…
Reference in a new issue