7 lines
140 B
Nix
7 lines
140 B
Nix
{ ... }:
|
|
res: pkgs: super:
|
|
|
|
with pkgs; {
|
|
pango = callPackage ./. { harfbuzz = harfbuzz.override { withCoreText = stdenv.isDarwin; }; };
|
|
}
|