about summary refs log tree commit diff
path: root/pkgs/applications/misc/alacritty
AgeCommit message (Collapse)AuthorFilesLines
2020-10-28A directory-category for terminal emulatorsAndersonTorres1-142/+0
This is a mostly cosmetical commit, in the sense it doesn't change the contents of any package, but reorganizes the overall Nixpkgs expressions. Terminal emulators are an ubiquitous tool for any Unix user; even the beginners are routinely familiarized to it. And, manifestly, there are many implementations of terminal emulators out there, from those traditionally made in C and C++ to those written in Haskell and Go. Terminal emulators deserve more highlight. This commit does that by creating a category for them.
2020-08-01alacritty: 0.4.3 -> 0.5.0Kimat Boven1-3/+3
2020-06-20alacritty: fix build on darwinMario Rodas1-3/+2
2020-06-13alacritty: install example configCole Helbling1-0/+2
A user recently asked where to find Alacritty's default config on NixOS [1], since we don't have `/usr/share/doc/` (which is where other operating systems, like Arch, install it). Now it can be accessed by building alacritty and referring to `result/share/doc/alacritty.yml`. [1] https://logs.nix.samueldr.com/nixos/2020-06-13#3598860;
2020-06-01alacritty: 0.4.2 -> 0.4.3Maximilian Bosch1-4/+4
https://github.com/alacritty/alacritty/releases/tag/v0.4.3
2020-05-06Alacritty: change icon to compat svgMichael Lingelbach1-1/+1
2020-05-03alacritty: improve robustness of installPhase (again)Cole Helbling1-1/+1
I missed this one. Oops.
2020-04-30Merge pull request #82982 from cole-h/rust-cleanupMaximilian Bosch1-1/+1
improve robustness of various Rust packages
2020-04-20alacritty: manually strip before running patchelfPierre Bourdon1-0/+6
patchelf seems to generate an ELF that "strip" cannot process: strip: /tmp/stNGAZvd: not enough room for program headers, try linking with -N strip:/tmp/stNGAZvd[.interp]: bad value (This unfortunately does not cause any errors or even error output in the build log, since the default strip hook redirects them to /dev/null and ignores failures.) The lack of stripping ends up leaking paths to the compiler in the debug symbols. This more than doubles the transitive closure size of alacritty. Impact on closure size: 314.5M -> 131.8M.
2020-04-12alacritty: improve robustness of installPhaseCole Helbling1-1/+1
2020-03-29alacritty: 0.4.1 -> 0.4.2Cole Helbling1-53/+62
* alacritty now has its own org, so I changed the URLs to point there * updated the description to match upstream's description * formatted with nixpkgs-format
2020-02-20alacritty: Correct xdg-open behaviorGraham Christensen1-0/+4
2020-02-16alacritty: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-01-09alacritty: 0.4.0 -> 0.4.1Oleksii Filonenko1-9/+11
2019-12-23alacritty: Add -e to tic call following INSTALL.mdManuel Mendez1-1/+1
2019-11-25alacritty: add filalex77 to maintainersOleksii Filonenko1-1/+1
2019-11-25alacritty: 0.3.3 -> 0.4.0Oleksii Filonenko1-7/+3
Also: - remove postPatch (config is not generated anymore; i.e. there's no `mouse.rs` or `xdg-open` mentions anywhere
2019-09-16alacritty: fix path to xdg-openGraham Christensen1-0/+5
2019-07-03alacritty: remove cf-privateDaiderd Jordan1-7/+1
2019-07-02alacritty: build on i686-linux (#63199)Nils ANDRÉ-CHANG1-1/+1
2019-06-17alacritty: 0.3.2 -> 0.3.3xrelkd1-22/+23
2019-05-23alacritty: build on aarch64-linuxSamuel Dionne-Riel1-1/+1
2019-04-24alacritty: 0.3.1 -> 0.3.2xrelkd1-2/+2
2019-04-22alacritty: 0.3.0 -> 0.3.1Vladyslav M1-3/+3
2019-04-09alacritty: 0.2.9 -> 0.3.0Vladyslav M1-11/+12
2019-02-21alacritty: add wayland, libxkbcommon to rpathdywedir1-0/+5
2019-02-12alacritty: 0.2.6 -> 0.2.9Yorick van Pelt1-3/+3
2019-01-20alacritty: 0.2.5 -> 0.2.6Vladyslav Mykhailichenko1-3/+3
2019-01-08alacritty: 0.2.4 -> 0.2.5Vladyslav Mykhailichenko1-6/+3
2018-12-26alacritty: 0.2.3 -> 0.2.4Jonas Holst Damtoft1-3/+3
2018-11-13alacritty: 0.2.1 -> 0.2.3Vladyslav Mykhailichenko1-4/+4
2018-11-07alacritty: add cf-private on darwinDaiderd Jordan1-10/+6
note: Undefined symbols for architecture x86_64: "_CFURLResourceIsReachable", referenced from: alacritty::config::Monitor::new::_$u7b$$u7b$closure$u7d$$u7d$::h8c82fbfba8a3a673 in alacritty-6a8d3226ed5c4bef.alacritty.9tpyu7jw-cgu.1.rcgu.o "_NSDefaultRunLoopMode", referenced from: alacritty::main::hd6e46019b2208595 in alacritty-6a8d3226ed5c4bef.alacritty.9tpyu7jw-cgu.1.rcgu.o ld: symbol(s) not found for architecture x86_64 clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
2018-11-03alacritty: fix build on darwinPeriklis Tsirakidis1-1/+4
2018-10-11alacritty: 0.2.0 -> 0.2.1Jörg Thalheim1-11/+9
2018-10-01alacritty: spell darwin platform correctlyJörg Thalheim1-1/+1
2018-10-01alacritty: restrict platforms to x86_64-{linux,darwin}Jörg Thalheim1-0/+1
2018-10-01alacritty: 2018-08-30 -> 0.2.0Jörg Thalheim1-2/+2
Based on popular demand I decided to upgraded alacritty from my own fork. We currently also have a version in staging that works without but we cannot easily backport this one because it relies on some changes in the rust build infrastructure
2018-08-30alacritty: 2018-07-20 -> 2018-08-30Jörg Thalheim1-3/+3
2018-07-25alacritty: add terminfo and manBrice Waegeneire1-0/+14
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
2018-07-23alacritty: 2018-05-09 -> 2018-07-20Jörg Thalheim1-4/+4
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-07-08alacritty: install shell completionsRobert Schütz1-0/+4
2018-05-19alacritty: 2018-04-16 -> 2018-05-09Jörg Thalheim1-22/+10
2018-05-19alacritty: Fix darwin.Travis Whitaker1-4/+41
2018-04-25alacritty: 2018-03-04 -> 2018-04-1Jörg Thalheim1-3/+3
2018-04-15alacritty: add libGL to rpathGabriel Ebner1-0/+2
libGL.so is no longer in LD_LIBRARY_PATH since #37369
2018-03-04alacritty: 2018-01-31 -> 2018-03-04Jörg Thalheim1-3/+3
2018-02-09alacritty: 2017-12-29 -> 2018-01-31Jörg Thalheim1-3/+3
2018-01-01alacritty: 2017-11-12 -> 2017-12-29Jörg Thalheim1-3/+5