Commit Graph

34 Commits

Author SHA1 Message Date
Sergei Trofimovich
7652097e27 xterm: 389 -> 390
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_390
2024-02-20 20:17:01 +00:00
Sergei Trofimovich
aa20d92818 xterm: 388 -> 389
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_389
2024-01-02 12:20:08 +00:00
Sergei Trofimovich
013d6adadc xterm: 384 -> 388
Changes:
- https://invisible-island.net/xterm/xterm.log.html#xterm_385
- https://invisible-island.net/xterm/xterm.log.html#xterm_386
- https://invisible-island.net/xterm/xterm.log.html#xterm_387
- https://invisible-island.net/xterm/xterm.log.html#xterm_388
2023-10-23 18:50:00 +01:00
Sergei Trofimovich
ba2eae1629 xterm: 383 -> 384
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_384
2023-07-18 11:00:15 +01:00
R. Ryantm
7272366a52 xterm: 382 -> 383 2023-06-30 08:50:10 +00:00
Sergei Trofimovich
69cd4fe5ea xterm: 380 -> 382
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_382
2023-06-10 23:21:16 +01:00
R. Ryantm
c6121c157c xterm: 379 -> 380 2023-05-15 05:37:09 +00:00
Yureka
656709bceb
pkgsMusl.xterm: fix build (#220731) 2023-03-20 15:34:09 +01:00
R. Ryantm
8c1ab28a62 xterm: 378 -> 379 2023-02-17 14:24:05 +00:00
R. Ryantm
5c298b8d89 xterm: 377 -> 378 2023-01-10 07:04:34 +00:00
Sergei Trofimovich
2875fd523f xterm: drop redundant '# #' comment 2022-12-01 08:44:22 +00:00
Sergei Trofimovich
48e8a5c7fc xterm: 375 -> 377
While at it simplified the updater. Current one fails to update xterm.

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_377
2022-11-27 08:51:06 +00:00
Ingo Blechschmidt
878a14677f xterm: 374 -> 375 2022-11-10 16:53:14 +01:00
misuzu
1ee0e58e22 xterm: 373 -> 374 2022-10-13 15:39:37 +03:00
Sergei Trofimovich
a6bc31eb8b xterm: 372 -> 373
Changes: https://invisible-island.net/xterm/xterm.log.html
2022-09-27 23:18:42 +01:00
Jamie McClymont
694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
R. Ryantm
756ee236e1 xterm: 371 -> 372 2022-03-13 19:12:39 +00:00
R. Ryantm
b9cc39c44a xterm: 370 -> 371 2022-02-28 16:11:51 +00:00
R. Ryantm
b608867a24 xterm: 369 -> 370 2021-11-15 15:18:27 +00:00
R. RyanTM
8d3c52252c xterm: 368 -> 369 2021-09-22 18:20:39 +00:00
R. RyanTM
70cba62325 xterm: 367 -> 368 2021-08-14 11:18:05 +00:00
Rick van Schijndel
c800214a2d xterm: support cross-compilation 2021-06-23 20:20:00 +02:00
Daniel Nagy
2cc031479d
xterm: add changelog 2021-04-01 17:59:48 +02:00
Tim Steinbach
76d378c147 xterm: 366 → 367 2021-03-29 11:36:48 -04:00
Tim Steinbach
7ccbb0d1b4
xterm: 365 → 366 2021-02-11 09:13:45 -05:00
Tim Steinbach
7deb84b02e
xterm: 364 → 365 2021-02-09 10:06:33 -05:00
Tim Steinbach
0a973728df
xterm: 363 -> 364 2021-02-03 10:48:33 -05: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
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Tim Steinbach
83bcf66747
xterm: 362 → 363 2020-12-28 10:48:04 -05:00
Tim Steinbach
ed0d6be5ec
xterm: Add test reference 2020-11-25 14:27:24 -05:00
Tim Steinbach
d2d6b5031c
xterm: 353 → 362 2020-11-17 02:32:43 +00:00
Tim Steinbach
6dda0115ae
xterm: Add update script 2020-11-16 21:30:45 -05: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