Merge pull request #226353 from kindrowboat/fix-nasc
nasc: fix compile failure
This commit is contained in:
commit
2abbfae038
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue