core/pkgs/by-name/li/liblqr1/packages.nix

10 lines
135 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ ... }:
res: pkgs: super:
with pkgs;
{
liblqr1 = callPackage ./. {
inherit (darwin.apple_sdk.frameworks) Carbon AppKit;
};
}