nlopt: remove broken attribute, build works fine.

This commit is contained in:
Rob Vermaas 2016-06-13 10:46:01 +00:00
parent 9e959ce644
commit eab6c3a636

View File

@ -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
};
}