mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
haskell-glib: patch to fix the build
This commit is contained in:
parent
ac0b895f23
commit
23ea4f8738
@ -1228,4 +1228,12 @@ self: super: {
|
||||
# The LTS-14.x version of optparse-applicative is too old.
|
||||
cabal-plan = super.cabal-plan.override { optparse-applicative = self.optparse-applicative_0_15_1_0; };
|
||||
|
||||
# https://github.com/gtk2hs/gtk2hs/issues/276
|
||||
glib = appendPatch super.glib (pkgs.fetchpatch {
|
||||
url = https://github.com/gtk2hs/gtk2hs/pull/282.patch;
|
||||
name = "undefine-gcc-attribute-syntax";
|
||||
sha256 = "1s72s683p2n5ri1a030zywciq0020ms64cmsy48axndp6dp9vri7";
|
||||
stripLen = 1;
|
||||
});
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user