mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
star-history: fix build on darwin
This commit is contained in:
parent
297f945b8e
commit
b2f2fbc612
@ -1,10 +1,10 @@
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, darwin
|
||||
, fetchCrate
|
||||
, pkg-config
|
||||
, openssl
|
||||
, stdenv
|
||||
, Security
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
|
||||
Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -30003,9 +30003,7 @@ with pkgs;
|
||||
|
||||
stdmanpages = callPackage ../data/documentation/std-man-pages { };
|
||||
|
||||
star-history = callPackage ../tools/misc/star-history {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
star-history = callPackage ../tools/misc/star-history { };
|
||||
|
||||
starfetch = callPackage ../tools/misc/starfetch { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user