gtk-gnutella: remove old malloc configure flag

Could have been removed when updating to 1.2.2.
This commit is contained in:
Doron Behar
2026-05-21 03:03:38 +03:00
parent 68a07022a6
commit 777ffa2be3
-2
View File
@@ -46,8 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
configureScript = "./build.sh";
configureFlags = [
"--configure-only"
# See https://sourceforge.net/p/gtk-gnutella/bugs/555/
"--disable-malloc"
]
++ lib.optionals (!enableGui) [
"--topless"