core/pkgs/by-name/bo/boost/packages.nix
2024-05-13 22:24:10 +01:00

11 lines
232 B
Nix

{ ... }:
res: pkgs: super:
with pkgs; {
inherit (callPackage ./. { inherit (buildPackages) boost-build; })
boost175 boost177 boost178 boost179 boost180 boost181 boost182 boost183
boost184 boost185;
boost = boost181;
}