mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
attr: fix issues with 2.4.48
Add upstream patch to fix issues with fakechroot.
This commit is contained in:
parent
f094f1d07a
commit
fa565b6510
@ -12,6 +12,14 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ gettext ];
|
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 = ''
|
postPatch = ''
|
||||||
for script in install-sh include/install-sh; do
|
for script in install-sh include/install-sh; do
|
||||||
patchShebangs $script
|
patchShebangs $script
|
||||||
|
Loading…
Reference in New Issue
Block a user