haskellPackages.xattr: fix build with attr-2.4.48 (see ##53716)

This commit is contained in:
Pascal Wittmann
2019-03-09 17:37:46 +01:00
parent bbfd2be8ed
commit 57afc591b3
2 changed files with 19 additions and 0 deletions
@@ -1240,4 +1240,7 @@ self: super: {
};
}) (with self; [base-compat generic-lens microlens optparse-applicative ShellCheck]));
# Fix build with attr-2.4.48 (see #53716)
xattr = appendPatch super.xattr ./patches/xattr-fix-build.patch;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super