Commit graph

15 commits

Author SHA1 Message Date
R. RyanTM f5ca57b613 kitty: 0.21.1 -> 0.21.2 2021-06-29 00:27:07 +00:00
Luflosi f3cd158eac
kitty: 0.21.0 -> 0.21.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
2021-06-14 12:02:39 +02:00
Luflosi d11e9b1fe5
kitty: runHook preBuild and postBuild 2021-06-14 12:02:30 +02:00
Luflosi 9052ddec40
kitty: 0.20.3 -> 0.21.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.0
The patch is no longer needed.
2021-06-12 16:25:50 +02:00
Luflosi 00872b6a76
kitty: 0.20.2 -> 0.20.3
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.3
2021-05-06 16:24:25 +02:00
Luflosi 47f4780fc3
kitty: 0.19.3 -> 0.20.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.2
2021-04-28 10:47:58 +02:00
Luflosi 4d098d6b39
kitty: clarify license 2021-04-28 10:47:57 +02:00
Luflosi 2751cdfe09
kitty: remove unused variable 2021-04-28 10:47:56 +02: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
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
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
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