wxmaxima: migrate to by-name
This commit is contained in:
+3
-3
@@ -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 = ''
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user