gplates: migrate to by-name

This commit is contained in:
GraysonTinker
2026-05-07 22:40:16 -07:00
parent 05338a6789
commit dd4cf940e6
2 changed files with 4 additions and 8 deletions
@@ -17,9 +17,7 @@
mpfr,
proj,
python3,
qtxmlpatterns,
qwt,
wrapQtAppsHook,
libsForQt5,
}:
let
@@ -59,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
cmake
doxygen
graphviz
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
];
buildInputs = [
@@ -74,8 +72,8 @@ stdenv.mkDerivation (finalAttrs: {
mpfr
proj
python
qtxmlpatterns
qwt
libsForQt5.qtxmlpatterns
libsForQt5.qwt
];
meta = {
-2
View File
@@ -11619,8 +11619,6 @@ with pkgs;
cudaSupport = true;
};
gplates = libsForQt5.callPackage ../applications/science/misc/gplates { };
megam = callPackage ../applications/science/misc/megam {
inherit (ocaml-ng.ocamlPackages_4_14) ocaml;
};