diff options
Diffstat (limited to 'nix/distribution.nix')
-rw-r--r-- | nix/distribution.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/distribution.nix b/nix/distribution.nix index 0f2e26f3..d0904d41 100644 --- a/nix/distribution.nix +++ b/nix/distribution.nix @@ -17,6 +17,7 @@ mkPrism = qt: qt.callPackage ./package.nix { inherit (inputs) libnbtplusplus; + inherit (prev.darwin.apple_sdk.frameworks) Cocoa; inherit self version; }; in { |