Austin Horstman
8f1e764551
treewide: add meta.mainProgram ( #251487 )
...
* skhd: add meta.mainProgram
* yabai: add meta.mainProgram
* kitty: add meta.mainProgram
* alacritty: add meta.mainProgram
* thunar: add meta.mainProgram
* looking-glass-client: add meta.mainProgram
* thunderbird: add meta.mainProgram
* ckb-next: add meta.mainProgram
* virt-manager: add meta.mainProgram
* gh: add meta.mainProgram
2023-08-26 15:03:52 +03:00
Leona Maroni
e8daa26290
alacritty: 0.12.1 -> 0.12.2 ( #240962 )
2023-07-01 21:31:51 +02:00
Adam Joseph
64d0029e28
alacritty: --add-rpath instead of --set-rpath
...
As reported by @blucoat in
https://github.com/NixOS/nixpkgs/issues/219213 alacritty's RPATH is
missing many of the libraries which it links to, including for
example glibc.
The problem was diagnosed by @kchibisov as being caused by
alacritty's use of `--set-rpath` (which completely replaces the
rpath) instead of `--add-rpath` (which adds additional entries to
the rpath):
https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507655801
This commit implements @kchibisov's idea to change `--set-rpath` to
`--add-rpath`:
https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507691822
Closes #219213
2023-06-30 11:19:45 -07:00
Weijia Wang
f3e5af3683
alacritty: unbreak on darwin
2023-06-05 11:09:19 +03:00
Ashish SHUKLA
a0765981b7
alacritty: 0.12.0 -> 0.12.1
2023-05-22 16:01:05 +02:00
Vladimír Čunát
fd77cd7a01
Merge branch 'master' into staging-next
...
Indentation conflict in vulkan-related src fetches.
2023-04-08 11:33:08 +02:00
Adam Joseph
af32997ae4
alacritty: fix cross
...
This commit fixes cross compilation of alacritty by:
1. If xdg-utils.meta.broken (see
https://github.com/NixOS/nixpkgs/pull/225112#issuecomment-1500354929 ),
late-bind it via runtime $PATH rather than compile-time
reference.
2. Use `$STRIP` instead of `strip`
2023-04-07 13:45:32 -07:00
figsoda
63b9aeed13
Merge pull request #223320 from figsoda/auditable
2023-03-27 19:32:02 -04:00
figsoda
201d4b7c5c
rustPlatform.buildRustPackage: make auditable the default
2023-03-26 22:47:06 -04:00
Moritz 'e1mo' Fromm
d752b1a8c5
alacritty: 0.11.0 -> 0.12.0
2023-03-25 12:57:27 +01:00
Maximilian Bosch
e62c913822
treewide: remove ma27 from a bunch of packages (again)
...
Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.
2023-03-03 21:25:26 +01:00
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