cargo-web: remove cf-private
This commit is contained in:
parent
c2205238ab
commit
4b64dfaee9
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchFromGitHub, openssl, perl, pkgconfig, rustPlatform
|
{ stdenv, fetchFromGitHub, openssl, perl, pkgconfig, rustPlatform
|
||||||
, CoreServices, Security, cf-private
|
, CoreServices, Security
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -16,11 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
cargoSha256 = "1f4sj260q4rlzbajwimya1yhh90hmmbhr47yfg9i8xcv5cg0cqjn";
|
cargoSha256 = "1f4sj260q4rlzbajwimya1yhh90hmmbhr47yfg9i8xcv5cg0cqjn";
|
||||||
|
|
||||||
nativeBuildInputs = [ openssl perl pkgconfig ];
|
nativeBuildInputs = [ openssl perl pkgconfig ];
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||||
CoreServices Security
|
|
||||||
# Needed for CFURLResourceIsReachable symbols.
|
|
||||||
cf-private
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Cargo subcommand for the client-side Web";
|
description = "A Cargo subcommand for the client-side Web";
|
||||||
|
|
|
@ -8032,7 +8032,6 @@ in
|
||||||
|
|
||||||
cargo-web = callPackage ../development/tools/cargo-web {
|
cargo-web = callPackage ../development/tools/cargo-web {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
||||||
inherit (darwin) cf-private;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
carnix = (callPackage ../build-support/rust/carnix.nix { }).carnix { };
|
carnix = (callPackage ../build-support/rust/carnix.nix { }).carnix { };
|
||||||
|
|
Loading…
Reference in New Issue