Commit graph

27 commits

Author SHA1 Message Date
Jörg Thalheim b470ed6b78 alacritty: 2018-07-20 -> 2018-08-30 2018-08-30 08:26:44 +01:00
Brice Waegeneire 1af7a83576 alacritty: add terminfo and man
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
2018-07-25 18:41:00 +02:00
Jörg Thalheim b894b7478b alacritty: 2018-05-09 -> 2018-07-20 2018-07-23 11:35:40 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Robert Schütz 86d85070ca alacritty: install shell completions 2018-07-08 01:19:06 +02:00
Jörg Thalheim a5b47bb386 alacritty: 2018-04-16 -> 2018-05-09 2018-05-19 12:23:47 +01:00
Travis Whitaker b739397ae4 alacritty: Fix darwin. 2018-05-19 00:01:47 -07:00
Jörg Thalheim 49ff3665a5 alacritty: 2018-03-04 -> 2018-04-1 2018-04-25 00:54:04 +01:00
Gabriel Ebner d1591a841c alacritty: add libGL to rpath
libGL.so is no longer in LD_LIBRARY_PATH since #37369
2018-04-15 10:07:26 +02:00
Jörg Thalheim 6f7069dab6 alacritty: 2018-01-31 -> 2018-03-04 2018-03-04 05:27:21 +00:00
Jörg Thalheim abfac62df5 alacritty: 2017-12-29 -> 2018-01-31 2018-02-09 09:31:18 +00:00
Jörg Thalheim 7833d55a06 alacritty: 2017-11-12 -> 2017-12-29 2018-01-01 16:34:53 +01:00
Joerg Thalheim e4db516d7d alacritty: 2017-10-31 -> 2017-11-12 2017-11-13 16:29:02 +00:00
Joerg Thalheim 6acabb06b7 alacritty: 2017-10-22 -> 2017-10-31 2017-11-09 14:43:25 +00:00
Joerg Thalheim 4617be7817 alacritty: 2017-10-17 -> 2017-10-22, remove broken status 2017-10-26 13:38:14 +01:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Casey Rodarmor a441af368a alacritty: unstable 2017-09-02 -> 2017-10-17 2017-10-18 20:05:04 -07:00
Thomas Tuegel 6e01011211 alacritty: respect pre- and post-hooks of overridden phases
Failing to `runHook` when overriding phases can have unpredictable results.

fixes #29572
2017-09-19 22:08:53 +01:00
Thomas Tuegel a50d0b719f alacritty: install desktop icon 2017-09-19 22:08:52 +01:00
Tim Steinbach 0e8875285a
alacritty: 2017-08-28 -> 2017-09-02 2017-09-04 10:19:02 -04:00
Tim Steinbach 774e938589
alacritty: 2017-07-25 -> 2017-08-28 2017-08-28 19:43:47 -04:00
Tim Steinbach d06bd380e9
alacritty: Remove xclip with buildInput 2017-08-01 08:42:54 -04:00
Tim Steinbach fc74a36672
alacritty: Don't use xclip from PATH 2017-07-31 18:45:26 -04:00
Jörg Thalheim 06bcac90bb alacritty: only build on linux
the darwin build fails at the moment and since we are now using patchelf
it would not build anyway.
2017-07-29 20:43:20 +01:00
Brian McKenna 9aafecd28b alacritty: use patchelf instead of LD_LIBRARY_PATH
If we use LD_LIBRARY_PATH then anything typed into Alacritty inherits it. This
breaks a lot of applications if the versions are different. For me this breaks
everything from Git to every program which uses Gtk.
2017-07-29 22:29:07 +10:00
Jörg Thalheim 8844c47c14 alacritty: 2017-07-08 -> 2017-07-25 2017-07-25 12:37:21 +01:00
Jörg Thalheim 63402a1888 alacritty: init at 2017-07-08
fixes #21801
2017-07-17 23:27:35 +01:00