lol

Fix nlopt build.

(cherry picked from commit 6c8fbed541188b04998ffc92ef960b6970f1f04e)

+4
+4
pkgs/development/libraries/nlopt/default.nix
··· 16 16 "M_INSTALL_DIR=$(out)/${octave.sitePath}/m " + 17 17 "OCT_INSTALL_DIR=$(out)/${octave.sitePath}/oct "); 18 18 19 + preConfigure = '' 20 + find octave -name '*.cc' | xargs sed -i 's|Octave_map|octave_map|g' 21 + ''; 22 + 19 23 meta = { 20 24 homepage = "http://ab-initio.mit.edu/nlopt/"; 21 25 description = "Free open-source library for nonlinear optimization";