Merge #53946: attr: fix issues with 2.4.48

(into staging)
This commit is contained in:
Vladimír Čunát 2019-01-19 10:58:07 +01:00
commit 4eca960cb4
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -12,6 +12,14 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gettext ];
patches = [
# fix fakechroot: https://github.com/dex4er/fakechroot/issues/57
(fetchurl {
url = "https://git.savannah.nongnu.org/cgit/attr.git/patch/?id=14adc898a36948267bfe5c63b399996879e94c98";
sha256 = "0gja54fz79a9ma6b4mprnjxq77l5yg2z9xknlwhmkcrfnam02qxp";
})
];
postPatch = ''
for script in install-sh include/install-sh; do
patchShebangs $script