mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
gnustep.base: patch build after libxml2 update
https://hydra.nixos.org/build/228323615/nixlog/1/tail
This commit is contained in:
parent
391118666c
commit
2fda37fb1a
|
@ -41,6 +41,11 @@ gsmakeDerivation rec {
|
|||
revert = true;
|
||||
sha256 = "02awigkbhqa60hfhqfh2wjsa960y3q6557qck1k2l231piz2xasa";
|
||||
})
|
||||
# https://github.com/gnustep/libs-base/issues/294
|
||||
(fetchpatch {
|
||||
url = "https://github.com/gnustep/libs-base/commit/37913d006d96a6bdcb963f4ca4889888dcce6094.patch";
|
||||
sha256 = "PyOmzRIirSKG5SQY+UwD6moCidPb8PXCx3aFgfwxsXE=";
|
||||
})
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue