mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
lucky-commit: use checkNoDefaultFeatures
This commit is contained in:
parent
007c379bec
commit
d7d45aadf2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
cargoBuildFlags = lib.optional (!withOpenCL) "--no-default-features";
|
cargoBuildFlags = lib.optional (!withOpenCL) "--no-default-features";
|
||||||
|
|
||||||
# disable tests that require gpu
|
# disable tests that require gpu
|
||||||
cargoTestFlags = [ "--no-default-features" ];
|
checkNoDefaultFeatures = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Change the start of your git commit hashes to whatever you want";
|
description = "Change the start of your git commit hashes to whatever you want";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue