From 3d6c926c4f6464ba73a176686d65536f3ce17da4 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Fri, 17 Jun 2022 00:40:08 +0100 Subject: treewide/servers,shells,tools: add sourceType for more packages --- pkgs/tools/security/pcsc-scm-scl011/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/security/pcsc-scm-scl011') diff --git a/pkgs/tools/security/pcsc-scm-scl011/default.nix b/pkgs/tools/security/pcsc-scm-scl011/default.nix index aa1580e24598e..af3a95f0a2aac 100644 --- a/pkgs/tools/security/pcsc-scm-scl011/default.nix +++ b/pkgs/tools/security/pcsc-scm-scl011/default.nix @@ -41,6 +41,7 @@ stdenv.mkDerivation rec { description = "SCM Microsystems SCL011 chipcard reader user space driver"; homepage = "https://www.scm-pc-card.de/index.php?lang=en&page=product&function=show_product&product_id=630"; downloadPage = "https://support.identiv.com/scl010-scl011/"; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = licenses.unfreeRedistributable; maintainers = with maintainers; [ sephalon ]; platforms = platforms.linux; -- cgit 1.4.1