wmfocus: use buildFeatures

figsoda 8ec1bb1b bb6d379d

+1 -1
+1 -1
pkgs/applications/window-managers/i3/wmfocus.nix
··· 20 # For now, this is the only available featureset. This is also why the file is 21 # in the i3 folder, even though it might be useful for more than just i3 22 # users. 23 - cargoBuildFlags = [ "--features i3" ]; 24 25 meta = with lib; { 26 description = "Visually focus windows by label";
··· 20 # For now, this is the only available featureset. This is also why the file is 21 # in the i3 folder, even though it might be useful for more than just i3 22 # users. 23 + buildFeatures = [ "i3" ]; 24 25 meta = with lib; { 26 description = "Visually focus windows by label";