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 ];
cargoBuildFlags = [ "--features=all" ];
buildFeatures = [ "all" ];
postInstall = ''
installShellCompletion --bash completions/bash-completion/completions/*