Skip to content

Commit

Permalink
so: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsolvedCypher authored and Matthew McMillan committed Sep 8, 2024
1 parent 458c073 commit 7dac292
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/by-name/so/so/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -33,7 +33,9 @@ let
[ openssl ]
++ lib.optionals stdenv.isDarwin [
libiconv
CoreServices
Security
SystemConfiguration
];

strictDeps = true;
Expand All @@ -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
Expand Down

0 comments on commit 7dac292

Please sign in to comment.