From 8ec1bb1b463377e0bb6ee06fd14518df718daa89 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 15 Nov 2021 19:01:57 -0500 Subject: [PATCH] wmfocus: use buildFeatures --- pkgs/applications/window-managers/i3/wmfocus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/i3/wmfocus.nix b/pkgs/applications/window-managers/i3/wmfocus.nix index 6756afb4a5c5..9c33c555353c 100644 --- a/pkgs/applications/window-managers/i3/wmfocus.nix +++ b/pkgs/applications/window-managers/i3/wmfocus.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { # For now, this is the only available featureset. This is also why the file is # in the i3 folder, even though it might be useful for more than just i3 # users. - cargoBuildFlags = [ "--features i3" ]; + buildFeatures = [ "i3" ]; meta = with lib; { description = "Visually focus windows by label";