wmfocus: use buildFeatures

This commit is contained in:
figsoda 2021-11-15 19:01:57 -05:00
parent bb6d379d80
commit 8ec1bb1b46

View File

@ -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";