mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
wxmaxima: migrate to by-name
This commit is contained in:
parent
fb9f987b93
commit
df5f0e2053
2 changed files with 3 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue