wmfocus: use buildFeatures
This commit is contained in:
parent
bb6d379d80
commit
8ec1bb1b46
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user