mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-11 17:07:01 +00:00
python2Packages.pyxattr: add missing rec
This commit is contained in:
parent
444a6b8d9e
commit
e6d62eb73e
1 changed files with 1 additions and 1 deletions
|
@ -4997,7 +4997,7 @@ in {
|
||||||
|
|
||||||
pyxattr = let
|
pyxattr = let
|
||||||
pyxattr' = callPackage ../development/python-modules/pyxattr { };
|
pyxattr' = callPackage ../development/python-modules/pyxattr { };
|
||||||
pyxattr_2 = pyxattr'.overridePythonAttrs(oldAttrs: {
|
pyxattr_2 = pyxattr'.overridePythonAttrs(oldAttrs: rec {
|
||||||
version = "0.6.1";
|
version = "0.6.1";
|
||||||
src = oldAttrs.src.override {
|
src = oldAttrs.src.override {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
Loading…
Add table
Reference in a new issue