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

7 lines
94 B
Nix

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