aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-12-02 09:48:43 +0000
committerAkshay <[email protected]>2023-12-02 09:48:43 +0000
commit9450828084f42d3f1eb261c00820cfd2bf8b819b (patch)
tree2afeb0eb97872342668b0337b00c122db9382397
parent39c3e7baf034bdbecc29f5f441d8dde634833b52 (diff)
fix for latest nixpkgsHEADmaster
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b041812..1012f27 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,7 +29,7 @@
29 inherit pname; 29 inherit pname;
30 inherit (packageMeta) version; 30 inherit (packageMeta) version;
31 31
32 nativeBuildInputs = [ pkgconfig ]; 32 nativeBuildInputs = [ pkg-config ];
33 buildInputs = [ openssl ] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ 33 buildInputs = [ openssl ] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
34 darwin.apple_sdk.frameworks.Security 34 darwin.apple_sdk.frameworks.Security
35 darwin.apple_sdk.frameworks.CoreServices 35 darwin.apple_sdk.frameworks.CoreServices