Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

attr: fix issues with 2.4.48

Add upstream patch to fix issues with fakechroot.

+8
+8
pkgs/development/libraries/attr/default.nix
··· 12 12 13 13 nativeBuildInputs = [ gettext ]; 14 14 15 + patches = [ 16 + # fix fakechroot: https://github.com/dex4er/fakechroot/issues/57 17 + (fetchurl { 18 + url = "https://git.savannah.nongnu.org/cgit/attr.git/patch/?id=14adc898a36948267bfe5c63b399996879e94c98"; 19 + sha256 = "0gja54fz79a9ma6b4mprnjxq77l5yg2z9xknlwhmkcrfnam02qxp"; 20 + }) 21 + ]; 22 + 15 23 postPatch = '' 16 24 for script in install-sh include/install-sh; do 17 25 patchShebangs $script