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 = [ buildInputs = [
cmake cmake
makeWrapper makeWrapper
xclip
pkgconfig pkgconfig
] ++ rpathLibs; ] ++ rpathLibs;