Commit graph

13 commits

Author SHA1 Message Date
Jonathan Ringer aaf8d15a6b alacritty: 0.7.2 -> 0.8.0 2021-05-19 23:31:35 -07:00
Daniel Nagy 20d6a29ba4
alacritty: add changelog 2021-04-01 17:59:48 +02:00
Jakub Kądziołka 5e401dcd2b
alacritty: fix build
Use postInstall instead of installPhase to give the cargo hooks a chance
to set $releaseDir.
2021-02-26 21:59:45 +01:00
Bernardo Meurer b76422aaed alacritty: 0.7.1 -> 0.7.2 2021-02-19 18:24:15 -08:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Cole Helbling 016ebc0604
alacritty: 0.7.0 -> 0.7.1
https://github.com/alacritty/alacritty/releases/tag/v0.7.1

https://github.com/alacritty/alacritty/compare/v0.7.0...v0.7.1
2021-01-09 07:18:26 -08:00
Cole Helbling 4dadeb3730
alacritty: 0.6.0 -> 0.7.0
https://github.com/alacritty/alacritty/releases/tag/v0.7.0

https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0
2021-01-08 10:53:08 -08:00
Cole Helbling 6cea12ccff alacritty: 0.6.0-rc1 -> 0.6.0
https://github.com/alacritty/alacritty/blob/master/CHANGELOG.md#060
2020-11-24 22:58:37 -08:00
Doron Behar 0365749e68
Merge pull request #103817 from doronbehar/pkg/alacritty
alacritty: 0.5.0 -> 0.6.0-rc1
2020-11-18 15:38:21 +02:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Doron Behar f0250226b2 alacritty: 0.5.0 -> 0.6.0-rc1 2020-11-14 18:14:23 +02:00
AndersonTorres 2bb3a9da24 A directory-category for terminal emulators
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-10-28 10:22:39 -03:00
Renamed from pkgs/applications/misc/alacritty/default.nix (Browse further)