clipcat: use buildFeatures

This commit is contained in:
figsoda 2021-11-15 18:48:05 -05:00
parent eb97241d7c
commit ebe494df9d

View file

@ -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/*