gplates: migrate to by-name
This commit is contained in:
+4
-6
@@ -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 = {
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user