From dc215d0d4bf16b3f5d73c93b5bd08b02433c85e4 Mon Sep 17 00:00:00 2001 From: Phillip Seeber Date: Thu, 7 Aug 2025 12:13:00 +0200 Subject: [PATCH] cp2k: move from pkgs/by-name to pkgs/applications nixpkgs-vet CI check demands to move CP2K out of the pkgs/by-name tree --- .../science/chemistry/cp2k/default.nix} | 0 .../cp => applications/science/chemistry}/cp2k/pkgconfig.patch | 0 .../science/chemistry}/cp2k/remove-compiler-options.patch | 0 pkgs/top-level/all-packages.nix | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/{by-name/cp/cp2k/package.nix => applications/science/chemistry/cp2k/default.nix} (100%) rename pkgs/{by-name/cp => applications/science/chemistry}/cp2k/pkgconfig.patch (100%) rename pkgs/{by-name/cp => applications/science/chemistry}/cp2k/remove-compiler-options.patch (100%) diff --git a/pkgs/by-name/cp/cp2k/package.nix b/pkgs/applications/science/chemistry/cp2k/default.nix similarity index 100% rename from pkgs/by-name/cp/cp2k/package.nix rename to pkgs/applications/science/chemistry/cp2k/default.nix diff --git a/pkgs/by-name/cp/cp2k/pkgconfig.patch b/pkgs/applications/science/chemistry/cp2k/pkgconfig.patch similarity index 100% rename from pkgs/by-name/cp/cp2k/pkgconfig.patch rename to pkgs/applications/science/chemistry/cp2k/pkgconfig.patch diff --git a/pkgs/by-name/cp/cp2k/remove-compiler-options.patch b/pkgs/applications/science/chemistry/cp2k/remove-compiler-options.patch similarity index 100% rename from pkgs/by-name/cp/cp2k/remove-compiler-options.patch rename to pkgs/applications/science/chemistry/cp2k/remove-compiler-options.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index bdeed6c21a21..2af02c3c9f28 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14610,7 +14610,7 @@ with pkgs; }; }); in - grimmeCmake.callPackage ../by-name/cp/cp2k/package.nix { + grimmeCmake.callPackage ../applications/science/chemistry/cp2k/default.nix { libxc = pkgs.libxc_7; };