From 104fd24044e93a8b6dfd908efd14851c080ed524 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 16 Nov 2021 08:35:09 -0500 Subject: [PATCH] menyoki: use buildNoDefaultFeatures --- pkgs/applications/graphics/menyoki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/menyoki/default.nix b/pkgs/applications/graphics/menyoki/default.nix index c454fc2ad611..77d1fd230726 100644 --- a/pkgs/applications/graphics/menyoki/default.nix +++ b/pkgs/applications/graphics/menyoki/default.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { buildInputs = lib.optionals stdenv.isLinux [ libX11 libXrandr ]; - cargoBuildFlags = lib.optional (!withSki) "--no-default-features"; + buildNoDefaultFeatures = !withSki; postInstall = '' installManPage man/*