From 03e576ffb97a3ff559e9bed49d3aa54314778e02 Mon Sep 17 00:00:00 2001 From: Guy Chronister Date: Wed, 8 Jul 2026 19:10:08 -0500 Subject: [PATCH] megam: migrate to pkgs/by-name --- .../science/misc => by-name/me}/megam/ocaml-3.12.patch | 0 .../science/misc => by-name/me}/megam/ocaml-includes.patch | 0 .../misc/megam/default.nix => by-name/me/megam/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 4 files changed, 2 deletions(-) rename pkgs/{applications/science/misc => by-name/me}/megam/ocaml-3.12.patch (100%) rename pkgs/{applications/science/misc => by-name/me}/megam/ocaml-includes.patch (100%) rename pkgs/{applications/science/misc/megam/default.nix => by-name/me/megam/package.nix} (100%) diff --git a/pkgs/applications/science/misc/megam/ocaml-3.12.patch b/pkgs/by-name/me/megam/ocaml-3.12.patch similarity index 100% rename from pkgs/applications/science/misc/megam/ocaml-3.12.patch rename to pkgs/by-name/me/megam/ocaml-3.12.patch diff --git a/pkgs/applications/science/misc/megam/ocaml-includes.patch b/pkgs/by-name/me/megam/ocaml-includes.patch similarity index 100% rename from pkgs/applications/science/misc/megam/ocaml-includes.patch rename to pkgs/by-name/me/megam/ocaml-includes.patch diff --git a/pkgs/applications/science/misc/megam/default.nix b/pkgs/by-name/me/megam/package.nix similarity index 100% rename from pkgs/applications/science/misc/megam/default.nix rename to pkgs/by-name/me/megam/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 65d5ae575b6a..8e2620988152 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10633,8 +10633,6 @@ with pkgs; cudaSupport = true; }; - megam = callPackage ../applications/science/misc/megam { }; - spyder = with python3.pkgs; toPythonApplication spyder; ### SCIENCE / PHYSICS