Commit graph

28 commits

Author SHA1 Message Date
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
R. RyanTM ada8a01fce ccid: 1.4.32 -> 1.4.33 2020-07-03 04:27:58 +00:00
R. RyanTM 5705b968c9 ccid: 1.4.31 -> 1.4.32 2020-05-07 08:27:35 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
R. RyanTM b30e62409e ccid: 1.4.30 -> 1.4.31
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccid/versions
2019-08-17 15:42:03 -07: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
Andrew Childs ed81e9eba8 ccid: set platforms to unix (#60871)
Upstream supports Linux, macOS and various Unixes.
2019-05-03 13:19:50 -04:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
R. RyanTM 90ee5cbeb2 ccid: 1.4.29 -> 1.4.30 (#47332)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccid/versions
2018-09-28 22:29:19 +02:00
jpathy 8a9733361e ccid: 1.4.27 -> 1.4.29 (#44503)
Also update the non-existent homepage and download link.
2018-08-05 16:32:15 +02:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Bjørn Forsman 92852fd193 ccid: change patchPhase to postPatch
This stops the derivation from overriding the default patchPhase, which
right now prevents adding a list of patches in the "patches" attribute.
2017-10-06 12:09:56 +02:00
Franz Pletz bfa438eded
ccid: 1.4.26 -> 1.4.27 2017-05-24 23:53:46 +02:00
Bjørn Forsman 30e8d577f1 ccid: 1.4.23 -> 1.4.26 2017-02-14 12:29:25 +01:00
Franz Pletz 9e01c46e4a ccid: 1.4.20 -> 1.4.23 2016-05-13 17:27:59 +02:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
William A. Kennington III baf0967947 ccid: 1.4.19 -> 1.4.20 2015-08-05 19:25:56 -07:00
William A. Kennington III 1efd5f0fdf ccid: 1.4.18 -> 1.4.19 2015-05-24 01:53:14 -07:00
William A. Kennington III d8858f8a25 ccid: 1.4.16 -> 1.4.18 2014-09-15 01:08:28 -07:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
ambrop7@gmail.com e1c55a346a ccid: Bump to 1.4.16. 2014-04-01 00:08:57 +02:00
William A. Kennington III 9d42f2e5fc ccid: Update from 1.4.14 -> 1.4.15 2014-03-14 23:45:48 -05:00
William A. Kennington III 03be686dec ccid: Update from 1.4.13 -> 1.4.14 2014-02-01 19:54:40 +01:00
William A. Kennington III 3a4281a3c9 Update ccid to 1.4.13 2013-11-21 17:28:07 -06:00
Vladimír Čunát 350bd42274 opensc stuff: fix some packages by updating 2013-02-23 14:00:49 +01:00
Lluís Batlle i Rossell 56cfcdb27f Adding pcsclite with the opensource ccid usb drivers.
This gives a daemon controlling the smartcard reader used to read the
Spanish identity card.


svn path=/nixpkgs/trunk/; revision=19319
2010-01-09 17:35:57 +00:00