Commit graph

17 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthieu Coudron 9c6ceb58f5 libtermkey: compile with unibilium
As the alternative isn't well tested and will be ruled out very soon.
2019-12-05 13:37:31 +01:00
Jörg Thalheim aa22903f1b
libtermkey: 0.20 -> 0.22 (#59570)
libtermkey: 0.20 -> 0.22
2019-10-09 12:17:20 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM e4bdc0737b libtermkey: 0.20 -> 0.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtermkey/versions
2019-04-14 22:47:29 -07:00
Timo Kaufmann e4d2143802
Revert "libtermkey: 0.20 -> 0.22 (#58308)" (#58938)
This reverts commit 80aaa752f5.
2019-04-03 14:46:46 +00:00
R. RyanTM 80aaa752f5 libtermkey: 0.20 -> 0.22 (#58308)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtermkey/versions
2019-03-31 00:12:50 +01:00
Ryan Mulligan 1b88bb9dc9 libtermkey: 0.19 -> 0.20
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.20 with grep in /nix/store/4sswlqrcz5y3s241l0vgrbsyzcrl9gn5-libtermkey-0.20
- found 0.20 in filename of file in /nix/store/4sswlqrcz5y3s241l0vgrbsyzcrl9gn5-libtermkey-0.20
2018-02-26 21:09:54 -08:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Anmol Sethi 2ef6af7afd libtermkey: from 0.18 to 0.19 2017-01-07 19:59:45 +02:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Joe Hermaszewski bb15c81597 libtermkey: 0.17 -> 0.18 2015-10-14 20:27:36 +01:00
Daiderd Jordan a51e9610e7 fix libtermkey on darwin 2015-06-11 14:42:55 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Charles Strahan 4b2b30ea24 libtermkey: new package
Allows easy processing of keyboard entry from terminal-based programs.
2015-03-12 17:13:45 -04:00