so: fix build

This commit is contained in:
Matthew McMillan
2024-09-08 11:23:35 -04:00
committed by Matthew McMillan
parent 458c073712
commit 7dac292e9a
+7 -2
View File
@@ -11,7 +11,7 @@
}:
let
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration;
self = rustPlatform.buildRustPackage {
pname = "so";
version = "0.4.10";
@@ -33,7 +33,9 @@ let
[ openssl ]
++ lib.optionals stdenv.isDarwin [
libiconv
CoreServices
Security
SystemConfiguration
];
strictDeps = true;
@@ -56,7 +58,10 @@ let
changelog = "https://github.com/samtay/so/blob/main/CHANGELOG.md";
mainProgram = "so";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [
AndersonTorres
unsolvedcypher
];
};
};
in