haskellPackages.HsSyck: remove obsolete workaround

The issue has been resolved upstream as reported by krank.
This commit is contained in:
sternenseemann
2025-09-22 01:08:47 +02:00
parent 5a2cfde341
commit 6592fefbed
@@ -385,11 +385,6 @@ with haskellLib;
HsOpenSSL = appendConfigureFlags [
"--ghc-option=-optc=-Wno-error=incompatible-pointer-types"
] super.HsOpenSSL;
# Work around compilation failures with gcc >= 14
# https://github.com/audreyt/hssyck/issues/5
HsSyck = appendConfigureFlags [
"--ghc-option=-optc=-Wno-error=implicit-function-declaration"
] super.HsSyck;
# https://github.com/rethab/bindings-dsl/issues/46
bindings-libcddb = appendConfigureFlags [
"--ghc-option=-optc=-Wno-error=incompatible-pointer-types"