alacritty: 2017-10-31 -> 2017-11-12

This commit is contained in:
Joerg Thalheim 2017-11-13 16:26:44 +00:00
parent 7ea72585de
commit e4db516d7d

View File

@ -26,28 +26,28 @@ let
libXxf86vm libXxf86vm
libXi libXi
]; ];
in in buildRustPackage rec {
buildRustPackage rec {
name = "alacritty-unstable-${version}"; name = "alacritty-unstable-${version}";
version = "2017-10-31"; version = "2017-11-12";
# At the moment we cannot handle git dependencies in buildRustPackage. # At the moment we cannot handle git dependencies in buildRustPackage.
# This fork only replaces rust-fontconfig/libfontconfig with a git submodules. # This fork only replaces rust-fontconfig/libfontconfig with a git submodules.
src = fetchgit { src = fetchgit {
url = https://github.com/Mic92/alacritty.git; url = https://github.com/Mic92/alacritty.git;
rev = "rev-${version}"; rev = "rev-${version}";
sha256 = "1yybx23smwdkzb6byvxd6zxi7asmrzvp9h1ihmy6xlzwjfbsalj0"; sha256 = "0096fzrfzj0a2n2n531r4b6c8rlfj5qc90d6i4iin5axalk3i1h4";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoSha256 = "14bmm1f7hqh8i4mpb6ljh7szrm4g6mplzpq9zbgjrgxnc01w3s0i"; cargoSha256 = "10blch8pzk1zk3w27sbcszhcnq908xh1q55vqgy8iv5x47rpl02q";
buildInputs = [ nativeBuildInputs = [
cmake cmake
makeWrapper makeWrapper
pkgconfig pkgconfig
] ++ rpathLibs; ];
buildInputs = rpathLibs;
postPatch = '' postPatch = ''
substituteInPlace copypasta/src/x11.rs \ substituteInPlace copypasta/src/x11.rs \