From eab6c3a636440f20b15f82528016258179cf853c Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 13 Jun 2016 10:46:01 +0000 Subject: [PATCH] nlopt: remove broken attribute, build works fine. --- pkgs/development/libraries/nlopt/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/nlopt/default.nix b/pkgs/development/libraries/nlopt/default.nix index ddf47cf31d8e..213f3fb5353c 100644 --- a/pkgs/development/libraries/nlopt/default.nix +++ b/pkgs/development/libraries/nlopt/default.nix @@ -26,7 +26,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.lgpl21Plus; hydraPlatforms = stdenv.lib.platforms.linux; maintainers = [ stdenv.lib.maintainers.simons ]; - broken = true; # cannot cope with Octave 4.x }; }