Commit 79c4e8aa authored by Stef Dunlap's avatar Stef Dunlap
Browse files

nasc: fix compile failure

parent 0662bd2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
  };
}