Loading pkgs/by-name/na/nasc/package.nixdeleted 100644 → 0 +0 −90 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, pkg-config, python3, meson, ninja, vala, gtk3, glib, pantheon, gtksourceview, libgee, nix-update-script, webkitgtk_4_0, libqalculate, intltool, gnuplot, wrapGAppsHook3, }: stdenv.mkDerivation rec { pname = "nasc"; version = "0.8.0"; src = fetchFromGitHub { owner = "parnold-x"; repo = "nasc"; tag = version; sha256 = "02b9a59a9fzsb6nn3ycwwbcbv04qfzm6x7csq2addpzx5wak6dd8"; fetchSubmodules = true; }; nativeBuildInputs = [ glib # post_install.py gtk3 # post_install.py intltool # for libqalculate meson ninja pkg-config python3 vala wrapGAppsHook3 ]; buildInputs = [ glib gtk3 gtksourceview libgee pantheon.granite webkitgtk_4_0 # We add libqalculate's runtime dependencies because nasc has it as a modified subproject. ] ++ libqalculate.buildInputs ++ libqalculate.propagatedBuildInputs; postPatch = '' chmod +x meson/post_install.py patchShebangs meson/post_install.py # patch subproject. same code in libqalculate expression 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 = { updateScript = nix-update-script { }; }; meta = with lib; { description = "Do maths like a normal person, designed for elementary OS"; longDescription = '' It’s an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that answer changes, so does the equations it’s used in. ''; homepage = "https://github.com/parnold-x/nasc"; teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.parnold_x.nasc"; }; } pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1771,6 +1771,7 @@ mapAliases { n98-magerun = throw "n98-magerun doesn't support new PHP newer than 8.1"; # Added 2025-10-03 namazu = throw "namazu has been removed, as it was broken"; # Added 2025-08-25 nanoblogger = throw "nanoblogger has been removed as upstream stopped developement in 2013"; # Added 2025-09-10 nasc = throw "'nasc' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09 ncdu_2 = ncdu; # Added 2022-07-22 neardal = throw "neardal has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-29 neocities-cli = neocities; # Added 2024-07-31 Loading Loading
pkgs/by-name/na/nasc/package.nixdeleted 100644 → 0 +0 −90 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, pkg-config, python3, meson, ninja, vala, gtk3, glib, pantheon, gtksourceview, libgee, nix-update-script, webkitgtk_4_0, libqalculate, intltool, gnuplot, wrapGAppsHook3, }: stdenv.mkDerivation rec { pname = "nasc"; version = "0.8.0"; src = fetchFromGitHub { owner = "parnold-x"; repo = "nasc"; tag = version; sha256 = "02b9a59a9fzsb6nn3ycwwbcbv04qfzm6x7csq2addpzx5wak6dd8"; fetchSubmodules = true; }; nativeBuildInputs = [ glib # post_install.py gtk3 # post_install.py intltool # for libqalculate meson ninja pkg-config python3 vala wrapGAppsHook3 ]; buildInputs = [ glib gtk3 gtksourceview libgee pantheon.granite webkitgtk_4_0 # We add libqalculate's runtime dependencies because nasc has it as a modified subproject. ] ++ libqalculate.buildInputs ++ libqalculate.propagatedBuildInputs; postPatch = '' chmod +x meson/post_install.py patchShebangs meson/post_install.py # patch subproject. same code in libqalculate expression 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 = { updateScript = nix-update-script { }; }; meta = with lib; { description = "Do maths like a normal person, designed for elementary OS"; longDescription = '' It’s an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that answer changes, so does the equations it’s used in. ''; homepage = "https://github.com/parnold-x/nasc"; teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.parnold_x.nasc"; }; }
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1771,6 +1771,7 @@ mapAliases { n98-magerun = throw "n98-magerun doesn't support new PHP newer than 8.1"; # Added 2025-10-03 namazu = throw "namazu has been removed, as it was broken"; # Added 2025-08-25 nanoblogger = throw "nanoblogger has been removed as upstream stopped developement in 2013"; # Added 2025-09-10 nasc = throw "'nasc' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09 ncdu_2 = ncdu; # Added 2022-07-22 neardal = throw "neardal has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-29 neocities-cli = neocities; # Added 2024-07-31 Loading