mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
haskell-fltkhs: re-enable the build
https://github.com/NixOS/nixpkgs/pull/50828 makes an effort to fix this package.
This commit is contained in:
parent
50ffe1d46b
commit
31de7743f8
|
@ -694,11 +694,6 @@ self: super: {
|
|||
# We cannot build this package w/o the C library from <http://www.phash.org/>.
|
||||
phash = markBroken super.phash;
|
||||
|
||||
# https://github.com/deech/fltkhs/issues/16
|
||||
# linking fails because the build doesn't pull in the libGLU_combined libraries
|
||||
fltkhs = markBroken super.fltkhs;
|
||||
fltkhs-fluid-examples = dontDistribute super.fltkhs-fluid-examples;
|
||||
|
||||
# We get lots of strange compiler errors during the test suite run.
|
||||
jsaddle = dontCheck super.jsaddle;
|
||||
|
||||
|
|
Loading…
Reference in a new issue