wxmaxima: migrate to by-name

This commit is contained in:
Weijia Wang 2026-03-06 09:47:07 +01:00
parent fb9f987b93
commit df5f0e2053
2 changed files with 3 additions and 9 deletions

View file

@ -6,7 +6,7 @@
cmake,
gettext,
maxima,
wxGTK,
wxwidgets_3_2,
adwaita-icon-theme,
glib,
}:
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
};
buildInputs = [
wxGTK
wxwidgets_3_2
maxima
# So it won't embed svg files into headers.
adwaita-icon-theme
@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
];
cmakeFlags = [
"-DwxWidgets_LIBRARIES=${wxGTK}/lib"
"-DwxWidgets_LIBRARIES=${wxwidgets_3_2}/lib"
];
preConfigure = ''

View file

@ -11941,12 +11941,6 @@ with pkgs;
lisp-compiler = ecl;
};
wxmaxima = callPackage ../applications/science/math/wxmaxima {
wxGTK = wxwidgets_3_2.override {
withWebKit = true;
};
};
yacas-gui = yacas.override {
enableGui = true;
enableJupyter = false;