gtk-gnutella: remove old malloc configure flag
Could have been removed when updating to 1.2.2.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user