menyoki: use buildNoDefaultFeatures
This commit is contained in:
parent
94e7e21452
commit
104fd24044
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isLinux [ libX11 libXrandr ];
|
buildInputs = lib.optionals stdenv.isLinux [ libX11 libXrandr ];
|
||||||
|
|
||||||
cargoBuildFlags = lib.optional (!withSki) "--no-default-features";
|
buildNoDefaultFeatures = !withSki;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installManPage man/*
|
installManPage man/*
|
||||||
|
|
Loading…
Reference in a new issue