golly: move to by-name

jopejoe1 ccdc27d7 5f7d2e6c

+3 -7
+3 -3
pkgs/applications/science/misc/golly/default.nix pkgs/by-name/go/golly/package.nix
··· 3 stdenv, 4 fetchurl, 5 wrapGAppsHook3, 6 - wxGTK, 7 python3, 8 zlib, 9 libGLU, ··· 21 }; 22 23 buildInputs = [ 24 - wxGTK 25 python3 26 zlib 27 libGLU ··· 62 "CXX=${stdenv.cc.targetPrefix}c++" 63 "CXXC=${stdenv.cc.targetPrefix}c++" 64 "LD=${stdenv.cc.targetPrefix}c++" 65 - "WX_CONFIG=${lib.getExe' (lib.getDev wxGTK) "wx-config"}" 66 ]; 67 68 installPhase = ''
··· 3 stdenv, 4 fetchurl, 5 wrapGAppsHook3, 6 + wxGTK32, 7 python3, 8 zlib, 9 libGLU, ··· 21 }; 22 23 buildInputs = [ 24 + wxGTK32 25 python3 26 zlib 27 libGLU ··· 62 "CXX=${stdenv.cc.targetPrefix}c++" 63 "CXXC=${stdenv.cc.targetPrefix}c++" 64 "LD=${stdenv.cc.targetPrefix}c++" 65 + "WX_CONFIG=${lib.getExe' (lib.getDev wxGTK32) "wx-config"}" 66 ]; 67 68 installPhase = ''
-4
pkgs/top-level/all-packages.nix
··· 15260 15261 gplates = libsForQt5.callPackage ../applications/science/misc/gplates { }; 15262 15263 - golly = callPackage ../applications/science/misc/golly { 15264 - wxGTK = wxGTK32; 15265 - }; 15266 - 15267 megam = callPackage ../applications/science/misc/megam { 15268 inherit (ocaml-ng.ocamlPackages_4_14) ocaml; 15269 };
··· 15260 15261 gplates = libsForQt5.callPackage ../applications/science/misc/gplates { }; 15262 15263 megam = callPackage ../applications/science/misc/megam { 15264 inherit (ocaml-ng.ocamlPackages_4_14) ocaml; 15265 };