ccid: add passthru.updateScript

This commit is contained in:
Anthony Roussel
2023-12-07 21:24:11 +01:00
parent 776664d0cf
commit 3cf54f81d3
+13 -1
View File
@@ -1,4 +1,12 @@
{ lib, stdenv, fetchurl, pcsclite, pkg-config, libusb1, perl }:
{ lib
, stdenv
, fetchurl
, pcsclite
, pkg-config
, libusb1
, perl
, gitUpdater
}:
stdenv.mkDerivation rec {
pname = "ccid";
@@ -25,6 +33,10 @@ stdenv.mkDerivation rec {
# usually getting stripped.
stripDebugList = ["pcsc"];
passthru.updateScript = gitUpdater {
url = "https://salsa.debian.org/rousseau/CCID.git";
};
meta = with lib; {
description = "ccid drivers for pcsclite";
homepage = "https://ccid.apdu.fr/";