c-blosc{,2}: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-13 15:39:47 +01:00
parent c029052d03
commit 4efd088a49
4 changed files with 0 additions and 10 deletions
@@ -1,5 +0,0 @@
{ callPackage }:
{
c-blosc = callPackage ./1.nix { };
c-blosc2 = callPackage ./2.nix { };
}
-5
View File
@@ -6628,11 +6628,6 @@ with pkgs;
c-aresMinimal = callPackage ../by-name/c-/c-ares/package.nix { withCMake = false; };
inherit (callPackages ../development/libraries/c-blosc { })
c-blosc
c-blosc2
;
niv = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.niv);
ormolu = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.ormolu);