mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
regenkfs: use buildFeatures
This commit is contained in:
parent
b73c22c537
commit
bd60edf470
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ rustPlatform.buildRustPackage {
|
|||
};
|
||||
|
||||
cargoSha256 = "sha256-05VmQdop4vdzw2XEvVdp9+RNmyZvay1Q7gKN2n8rDEQ=";
|
||||
cargoBuildFlags = [ "--features=c-undef" ];
|
||||
|
||||
buildFeatures = [ "c-undef" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Reimplementation of genkfs in Rust";
|
||||
|
|
Loading…
Reference in a new issue