Skip to content

Commit

Permalink
so: fix build (NixOS#340345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Sep 8, 2024
2 parents 4697af7 + 7dac292 commit add0443
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 add0443

Please sign in to comment.