core/pkgs/by-name/li/libxml2/packages.nix
2024-05-13 11:34:52 -04:00

10 lines
100 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
libxml2 = callPackage ./. {
python = python3;
};
}