mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add missing darwin build dependency (#286)
This commit is contained in:
parent
c6982c9737
commit
6c0d126f4b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin
|
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin
|
||||||
(with darwin.apple_sdk.frameworks; [ AppKit Security ]);
|
(with darwin.apple_sdk.frameworks; [ AppKit Security Cocoa]);
|
||||||
};
|
};
|
||||||
|
|
||||||
devShell = mkShell {
|
devShell = mkShell {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue