clipcat: use buildFeatures
This commit is contained in:
parent
eb97241d7c
commit
ebe494df9d
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
];
|
];
|
||||||
buildInputs = [ xorg.libxcb ];
|
buildInputs = [ xorg.libxcb ];
|
||||||
|
|
||||||
cargoBuildFlags = [ "--features=all" ];
|
buildFeatures = [ "all" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --bash completions/bash-completion/completions/*
|
installShellCompletion --bash completions/bash-completion/completions/*
|
||||||
|
Loading…
Reference in New Issue
Block a user