mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
clipcat: use buildFeatures
This commit is contained in:
parent
eb97241d7c
commit
ebe494df9d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
buildInputs = [ xorg.libxcb ];
|
||||
|
||||
cargoBuildFlags = [ "--features=all" ];
|
||||
buildFeatures = [ "all" ];
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --bash completions/bash-completion/completions/*
|
||||
|
|
Loading…
Reference in a new issue