Commit graph

13 commits

Author SHA1 Message Date
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