python2Packages.pyxattr: add missing rec

This commit is contained in:
Frederik Rietdijk 2020-01-05 15:41:24 +01:00
parent 444a6b8d9e
commit e6d62eb73e

View file

@ -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;