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/>.
|
# We cannot build this package w/o the C library from <http://www.phash.org/>.
|
||||||
phash = markBroken super.phash;
|
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.
|
# We get lots of strange compiler errors during the test suite run.
|
||||||
jsaddle = dontCheck super.jsaddle;
|
jsaddle = dontCheck super.jsaddle;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue