haskell-fltkhs: record my fruitless attempts to fix that build
This commit is contained in:
parent
f4f13f0d29
commit
0a28867303
@ -907,4 +907,12 @@ self: super: {
|
|||||||
# https://github.com/sol/hpack/issues/53
|
# https://github.com/sol/hpack/issues/53
|
||||||
hpack = dontCheck super.hpack;
|
hpack = dontCheck super.hpack;
|
||||||
|
|
||||||
|
# https://github.com/deech/fltkhs/issues/16
|
||||||
|
fltkhs = overrideCabal super.fltkhs (drv: {
|
||||||
|
libraryToolDepends = (drv.libraryToolDepends or []) ++ [pkgs.autoconf];
|
||||||
|
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.fltk13 pkgs.mesa_noglu pkgs.libjpeg];
|
||||||
|
broken = true; # linking fails because the build doesn't pull in the mesa libraries
|
||||||
|
});
|
||||||
|
fltkhs-fluid-examples = dontDistribute super.fltkhs-fluid-examples;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user