Commit Graph

40 Commits

Author SHA1 Message Date
R. Ryantm
9f4bc6ddac ccid: 1.5.4 -> 1.5.5 2024-01-06 12:23:39 +00:00
Anthony Roussel
6899899596
ccid: 1.5.2 -> 1.5.4
https://salsa.debian.org/rousseau/CCID/-/compare/1.5.2...1.5.4
2023-12-07 21:24:12 +01:00
Anthony Roussel
1490bec746
ccid: add anthonyroussel to maintainers 2023-12-07 21:24:12 +01:00
Anthony Roussel
1270c8e903
ccid: update meta.{description,license} 2023-12-07 21:24:11 +01:00
Anthony Roussel
3cf54f81d3
ccid: add passthru.updateScript 2023-12-07 21:24:11 +01:00
Patrick Steinhardt
5fb0f38f2c ccid: strip shared object to reduce closure size
The ccid derivation provides a pcsclite plugin to access CCID devices.
This shared object is written to a non-standard path "$out/pcsc", which
causes it not to get stripped by default. The consequence is that the
result is an unstripped binary that still contains references to gcc and
glibc-dev in its debug symbols, which unnecessarily inflates the closure
size from ~80MB to ~400MB.

Explicitly add the directory to the stripped paths to fix this issue.
2023-10-24 22:15:33 +02:00
R. Ryantm
c962b355cd ccid: 1.5.1 -> 1.5.2 2023-03-21 06:45:38 +00:00
R. Ryantm
5fcbc58784 ccid: 1.5.0 -> 1.5.1 2022-11-18 07:52:59 +00:00
R. Ryantm
16ac86db99 ccid: 1.4.36 -> 1.5.0 2022-02-12 21:31:39 -08:00
R. Ryantm
9553b26e79 ccid: 1.4.35 -> 1.4.36 2021-12-11 13:51:42 +00:00
R. RyanTM
a051735e8d ccid: 1.4.34 -> 1.4.35 2021-07-26 04:35:44 +00:00
R. RyanTM
6275b4f54e ccid: 1.4.33 -> 1.4.34 2021-01-29 13:03:19 +00:00
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