mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
routinator: use buildFeatures
This commit is contained in:
parent
eaeed5920f
commit
08e50b55cb
@ -20,9 +20,8 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
|
||||
|
||||
cargoBuildFlags = [ "--no-default-features" "--features=socks" ];
|
||||
|
||||
cargoTestFlags = cargoBuildFlags;
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = [ "socks" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An RPKI Validator written in Rust";
|
||||
|
Loading…
Reference in New Issue
Block a user