mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Merge pull request #53107 from dtzWill/fix/e2fsprogs-musl-update
e2fsprogs: update glibcism (musl) patch, fix
This commit is contained in:
commit
75ca6faece
|
@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
|
|||
patches = if stdenv.hostPlatform.libc == "glibc" then null
|
||||
else [
|
||||
(fetchpatch {
|
||||
url = "https://raw.githubusercontent.com/void-linux/void-packages/1f3b51493031cc0309009804475e3db572fc89ad/srcpkgs/e2fsprogs/patches/fix-glibcism.patch";
|
||||
sha256 = "1q7y8nhsfwl9r1q7nhrlikazxxj97p93kgz5wh7723cshlji2vaa";
|
||||
url = "https://raw.githubusercontent.com/void-linux/void-packages/9583597eb3e6e6b33f61dbc615d511ce030bc443/srcpkgs/e2fsprogs/patches/fix-glibcism.patch";
|
||||
sha256 = "1fyml1iwrs412xn2w36ra28am3sq4klrrj60lnf7rysyw069nxk3";
|
||||
extraPrefix = "";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue