boehmgc: migrate to by-name

This commit is contained in:
Anderson Torres 2024-02-28 15:00:05 -03:00
parent 4477502480
commit 82fe6937dc
2 changed files with 0 additions and 3 deletions

View File

@ -20511,9 +20511,6 @@ with pkgs;
then pkgs."androidndkPkgs_${stdenv.hostPlatform.ndkVer}".libraries
else callPackage ../os-specific/linux/bionic-prebuilt { };
boehmgc = callPackage ../development/libraries/boehm-gc { };
boolstuff = callPackage ../development/libraries/boolstuff { };
inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; })