Commit Graph

27 Commits

Author SHA1 Message Date
figsoda
0024ffa7c2 alacritty: make auditable 2022-12-05 18:46:00 -05:00
Artturi
56cbdc3b83
Merge pull request #195874 from Artturin/removeinheritxorg 2022-10-15 04:27:23 +03:00
Artturin
61c3058bcb all-packages.nix: remove inherit (*xorg) *'s
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
ilkecan
03229edc43 alacritty: 0.11.0-rc2 -> 0.11.0 2022-10-13 00:02:57 +00:00
Sergei Trofimovich
92b370bd6b alacritty: 0.10.1 -> 0.11.0-rc2
Among other things fixes build failus against rust-1.64.0.

Changes:
- https://github.com/alacritty/alacritty/releases/tag/v0.11.0-rc1
- https://github.com/alacritty/alacritty/releases/tag/v0.11.0-rc2
2022-09-24 16:25:02 +01:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Jamie McClymont
694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
Lyndon Sanche
3f4b189485 alacritty: 0.10.0 -> 0.10.1 2022-03-02 14:48:37 -08:00
Naïm Favier
5947b9e974
alacritty: fix build on aarch64
Fixes #153304
2022-01-23 13:31:54 +01:00
Naïm Favier
8f37775234
alacritty: 0.9.0 -> 0.10.0
https://github.com/alacritty/alacritty/releases/tag/v0.10.0
2022-01-23 12:32:42 +01:00
oxalica
d9ff013d0c
alacritty: include patch to fix PTY EIO error 2021-10-29 01:26:55 +08:00
Naïm Favier
4affbbd371
alacritty: 0.8.0 -> 0.9.0
https://github.com/alacritty/alacritty/releases/tag/v0.9.0

https://github.com/alacritty/alacritty/compare/v0.8.0...v0.9.0
2021-08-03 15:11:39 +02:00
Cole Helbling
3bc9d7702e
alacritty: drop cole-h as maintainer
I don't use alacritty any more.
2021-07-22 11:57:31 -07:00
happysalada
4de07e9681 alacritty: fix darwin build; 2021-05-21 20:24:36 +09:00
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