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

View file

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