mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
parity: activate "final" feature
This commit is contained in:
parent
7a66175ed1
commit
4907ef3c8f
@ -29,6 +29,8 @@ rustPlatform.buildRustPackage rec {
|
||||
systemd.lib systemd.dev openssl openssl.dev
|
||||
];
|
||||
|
||||
cargoBuildFlags = [ "--features final" ];
|
||||
|
||||
# test result: FAILED. 80 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user