libhandy{,_0}: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-21 13:32:59 +01:00
parent 8d80ea9ad1
commit 5762bc6568
3 changed files with 1 additions and 5 deletions
@@ -1,3 +1,4 @@
# Needed for apps that still depend on the unstable version of the library (not libhandy-1)
{
lib,
stdenv,
-5
View File
@@ -3082,11 +3082,6 @@ with pkgs;
;
lerna = lerna_8;
libhandy = callPackage ../development/libraries/libhandy { };
# Needed for apps that still depend on the unstable version of the library (not libhandy-1)
libhandy_0 = callPackage ../development/libraries/libhandy/0.x.nix { };
libint = callPackage ../development/libraries/libint { };
libintPsi4 = callPackage ../development/libraries/libint {
enableFortran = false;