From 7639c4adc2de51be88b4344adaedcfc663c1bb10 Mon Sep 17 00:00:00 2001 From: Jiri Danek Date: Sat, 3 Aug 2019 19:47:08 +0200 Subject: [PATCH] mono: remove outdated wokaround --- pkgs/development/compilers/mono/generic.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/compilers/mono/generic.nix b/pkgs/development/compilers/mono/generic.nix index e0cfe247b23..5f5440c2148 100644 --- a/pkgs/development/compilers/mono/generic.nix +++ b/pkgs/development/compilers/mono/generic.nix @@ -24,9 +24,6 @@ stdenv.mkDerivation rec { NIX_LDFLAGS = if stdenv.isDarwin then "" else "-lgcc_s" ; - # To overcome the bug https://bugzilla.novell.com/show_bug.cgi?id=644723 - dontDisableStatic = true; - configureFlags = [ "--x-includes=${libX11.dev}/include" "--x-libraries=${libX11.out}/lib"