regenkfs: use buildFeatures

main
figsoda 3 years ago
parent b73c22c537
commit bd60edf470
  1. 3
      pkgs/development/tools/knightos/regenkfs/default.nix

@ -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…
Cancel
Save