golly: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 18:35:32 +02:00
parent 5f7d2e6cc7
commit ccdc27d78c
2 changed files with 3 additions and 7 deletions
@@ -3,7 +3,7 @@
stdenv,
fetchurl,
wrapGAppsHook3,
wxGTK,
wxGTK32,
python3,
zlib,
libGLU,
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
};
buildInputs = [
wxGTK
wxGTK32
python3
zlib
libGLU
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
"CXX=${stdenv.cc.targetPrefix}c++"
"CXXC=${stdenv.cc.targetPrefix}c++"
"LD=${stdenv.cc.targetPrefix}c++"
"WX_CONFIG=${lib.getExe' (lib.getDev wxGTK) "wx-config"}"
"WX_CONFIG=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}"
];
installPhase = ''
-4
View File
@@ -15260,10 +15260,6 @@ with pkgs;
gplates = libsForQt5.callPackage ../applications/science/misc/gplates { };
golly = callPackage ../applications/science/misc/golly {
wxGTK = wxGTK32;
};
megam = callPackage ../applications/science/misc/megam {
inherit (ocaml-ng.ocamlPackages_4_14) ocaml;
};