diff --git a/pkgs/applications/science/math/nasc/default.nix b/pkgs/applications/science/math/nasc/default.nix index f420c940f35c..d25f0ad34496 100644 --- a/pkgs/applications/science/math/nasc/default.nix +++ b/pkgs/applications/science/math/nasc/default.nix @@ -60,6 +60,8 @@ stdenv.mkDerivation rec { substituteInPlace subprojects/libqalculate/libqalculate/Calculator-plot.cc \ --replace 'commandline = "gnuplot"' 'commandline = "${gnuplot}/bin/gnuplot"' \ --replace '"gnuplot - ' '"${gnuplot}/bin/gnuplot - ' + substituteInPlace subprojects/libqalculate/libqalculate/meson.build \ + --replace "link_with: 'libqalculate_lib_static'" "link_with: libqalculate_lib_static" ''; passthru = { @@ -80,6 +82,5 @@ stdenv.mkDerivation rec { platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.parnold_x.nasc"; - broken = true; # at 2022-09-23 }; }