Loading pkgs/by-name/ca/cargo-risczero/package.nix +15 −12 Original line number Diff line number Diff line { lib , stdenv , fetchCrate , rustPlatform , pkg-config , openssl , darwin { lib, stdenv, fetchCrate, rustPlatform, pkg-config, openssl, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -22,9 +23,11 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading Loading
pkgs/by-name/ca/cargo-risczero/package.nix +15 −12 Original line number Diff line number Diff line { lib , stdenv , fetchCrate , rustPlatform , pkg-config , openssl , darwin { lib, stdenv, fetchCrate, rustPlatform, pkg-config, openssl, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -22,9 +23,11 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading