Merge pull request #226353 from kindrowboat/fix-nasc

nasc: fix compile failure
This commit is contained in:
Bobby Rong
2023-04-16 09:40:48 +08:00
committed by GitHub
@@ -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
};
}