alacritty: Remove xclip with buildInput

This commit is contained in:
Tim Steinbach 2017-08-01 08:42:54 -04:00
parent fc74a36672
commit d06bd380e9
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ buildRustPackage rec {
buildInputs = [
cmake
makeWrapper
xclip
pkgconfig
] ++ rpathLibs;