so: fix build
This commit is contained in:
committed by
Matthew McMillan
parent
458c073712
commit
7dac292e9a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user