10 lines
100 B
Nix
10 lines
100 B
Nix
{ ... }:
|
|
res: pkgs: super:
|
|
|
|
with pkgs;
|
|
{
|
|
libxml2 = callPackage ./. {
|
|
python = python3;
|
|
};
|
|
}
|