yacas: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-10-29 02:29:18 +00:00
parent abf75c9161
commit dc02c820cf
3 changed files with 4 additions and 8 deletions
@@ -6,9 +6,6 @@
cmake,
perl,
enableGui ? false,
qtbase,
wrapQtAppsHook,
qtwebengine,
enableJupyter ? true,
boost,
jsoncpp,
@@ -17,6 +14,7 @@
enableJava ? false,
openjdk,
gtest,
libsForQt5,
}:
stdenv.mkDerivation rec {
@@ -69,9 +67,9 @@ stdenv.mkDerivation rec {
buildInputs = [
]
++ lib.optionals enableGui [
qtbase
wrapQtAppsHook
qtwebengine
libsForQt5.qtbase
libsForQt5.wrapQtAppsHook
libsForQt5.qtwebengine
]
++ lib.optionals enableJupyter [
boost
-2
View File
@@ -14001,8 +14001,6 @@ with pkgs;
};
};
yacas = libsForQt5.callPackage ../applications/science/math/yacas { };
yacas-gui = yacas.override {
enableGui = true;
enableJupyter = false;