edencommon: move to pkgs/by-name

(cherry picked from commit aa5a90ed1d)
(cherry picked from commit dec69d0e8b)
This commit is contained in:
Emily 2024-11-13 16:04:23 +00:00 committed by Vladimír Čunát
parent f46f5f6e03
commit 20cd2e5ed0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
3 changed files with 0 additions and 2 deletions

View File

@ -9022,8 +9022,6 @@ with pkgs;
stdenv = if stdenv.hostPlatform.isDarwin then gccStdenv else stdenv;
};
edencommon = callPackage ../development/libraries/edencommon { };
eigen = callPackage ../development/libraries/eigen { };
eigen2 = callPackage ../development/libraries/eigen/2.0.nix { };