clipcat: use buildFeatures

This commit is contained in:
figsoda
2021-11-16 08:11:45 -05:00
parent eb97241d7c
commit ebe494df9d
+1 -1
View File
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = [ xorg.libxcb ];
cargoBuildFlags = [ "--features=all" ];
buildFeatures = [ "all" ];
postInstall = ''
installShellCompletion --bash completions/bash-completion/completions/*