Commit Graph

42 Commits

Author SHA1 Message Date
sternenseemann
2fd163f1ba foot: 1.6.2 -> 1.6.3 2021-01-29 20:05:48 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
zowoq
8adc564f28 treewide: editorconfig fixes
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10: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
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01: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
Sandro
b139de1c5c
Merge pull request #108632 from fanzeyi/wezterm-darwin 2021-01-07 21:41:57 +01:00
Zeyi Fan
b9f0b2885b wezterm: build as macOS app 2021-01-06 20:48:30 -08:00
Zeyi Fan
ab64e82e32 wezterm: add macOS support 2021-01-06 19:17:02 -08:00
AndersonTorres
ffe372b356 germinal: init at 26 2021-01-06 14:37:38 -03:00
AndersonTorres
6af002bdd8 tilda: 1.5.2 -> 1.5.4 2021-01-05 08:55:25 -03:00
Niklas Hambüchen
3658b4009f
Merge pull request #107265 from sternenseemann/foot-1.6.0
foot: 1.5.1 -> 1.6.2
2020-12-31 01:51:30 +01:00
Tim Steinbach
83bcf66747
xterm: 362 → 363 2020-12-28 10:48:04 -05:00
sternenseemann
ec5f50df5f foot: 1.5.1 -> 1.6.2
* fix build with clangStdenv
* support foot's PGO build
  * enable by default
  * build should be deterministic with PGO as we use an input file which
    is generated with the same seed everytime.
* apply nixpkgs-fmt
2020-12-21 16:02:16 +01:00
Luflosi
0c0a1a9a6d
kitty: 0.19.2 -> 0.19.3
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.3
2020-12-21 15:53:15 +01:00
Stefan Junker
b75e7f4b20 fixup! wezterm: initial package 2020-12-15 12:07:24 +01:00
Stefan Junker
b65b04d4ff wezterm: initial package 2020-12-15 12:07:24 +01:00
Ferry Jérémie
fa4fc34dcd correction on Guake i18n : guake use C locales (not gettext directly) 2020-11-29 14:41:27 +01:00
Sandro
a50602546e
Merge pull request #104988 from r-ryantm/auto-update/hyper
hyper: 2.1.2 -> 3.0.2
2020-11-26 08:50:42 +01:00
R. RyanTM
213139a180 hyper: 2.1.2 -> 3.0.2 2020-11-26 07:19:23 +00:00
Tim Steinbach
ed0d6be5ec
xterm: Add test reference 2020-11-25 14:27:24 -05: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
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Atemu
3a6f097fb8 mlterm: fetch from GitHub instead of Sourceforge 2020-11-19 18:24:34 +01:00
R. RyanTM
6de789ea9b mlterm: 3.9.0 -> 3.9.1 2020-11-19 07:25:34 +00: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
Tim Steinbach
08e6c4d001
Merge pull request #104018 from NeQuissimus/xterm_update
xterm: 353 -> 362, add test, add update script
2020-11-17 12:15:19 -05:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02: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
Doron Behar
f0250226b2 alacritty: 0.5.0 -> 0.6.0-rc1 2020-11-14 18:14:23 +02:00
Jamie McClymont
2ac6d50e16 vte-ng: update patches to apply on vte 0.62 2020-11-14 14:16:14 +01:00
Luflosi
182b7cfb71
kitty: 0.19.1 -> 0.19.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.2
2020-11-13 14:17:38 +01:00
Luflosi
09eabf6afd
kitty: use installShellCompletion to install the shell completions 2020-11-13 14:17:38 +01:00
Atemu
c6b47ff678 mlterm: add myself as maintainer 2020-11-07 18:11:40 +01:00
Atemu
62b33a614d mlterm: add Darwin support 2020-11-07 18:11:40 +01:00
Atemu
42a9cfe540 mlterm: stdenv.lib -> lib 2020-10-31 13:37:11 +01:00
AndersonTorres
5b5aac40d5 Terminal emulators: whitespace cleanup and regroup
Because editorconfig complains, and also why not to organize them
"ascii-betically"?
2020-10-28 22:28:32 -03: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