alacritty: 2018-05-09 -> 2018-07-20

This commit is contained in:
Jörg Thalheim 2018-07-23 11:35:40 +01:00
parent 90951bc1d7
commit b894b7478b

View file

@ -49,18 +49,18 @@ let
]; ];
in buildRustPackage rec { in buildRustPackage rec {
name = "alacritty-unstable-${version}"; name = "alacritty-unstable-${version}";
version = "2018-05-09"; version = "2018-07-20";
# 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 = "0mgi4niy40zz80k2ammbzdw9d8flvfkwlxkjnbpwrrldd0sj8dlz"; sha256 = "1vhjmysfra6dsbv35qbvsf76rhkj990lgns0k0gpbcrf47gsvx1n";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoSha256 = "0d6bqfnwqfxqllrf00p1djlxdvnhrahgnyqv842qjn94j3wf0fym"; cargoSha256 = "0rs2p4sik25ynx6ri2wlg8v6vrdmf10xxnw9f2aqyps9m038i9di";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
@ -87,7 +87,7 @@ in buildRustPackage rec {
mkdir $out/Applications mkdir $out/Applications
cp -r target/release/osx/Alacritty.app $out/Applications/Alacritty.app cp -r target/release/osx/Alacritty.app $out/Applications/Alacritty.app
'' else '' '' else ''
install -D Alacritty.desktop $out/share/applications/alacritty.desktop install -D alacritty.desktop $out/share/applications/alacritty.desktop
patchelf --set-rpath "${stdenv.lib.makeLibraryPath rpathLibs}" $out/bin/alacritty patchelf --set-rpath "${stdenv.lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
'') + '' '') + ''