summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorFelix Richter <makefu@users.noreply.github.com>2018-10-02 00:39:48 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-02 00:39:48 +0200
commit46e284aedd03111d9718487a6c3230f86e4b95f5 (patch)
tree0b13c6ff163433f4cae5eeef566add3008dcf25a /pkgs/top-level/all-packages.nix
parentc1dbb90bfdc3b13aa5976973a621fc104a0e55fb (diff)
downloadnixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.tar
nixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.tar.gz
nixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.tar.bz2
nixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.tar.lz
nixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.tar.xz
nixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.tar.zst
nixlib-46e284aedd03111d9718487a6c3230f86e4b95f5.zip
ifdnfc: init at 2016-03-01 (#47625)
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7e4395b7fef0..c58ea359c27a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4626,6 +4626,7 @@ with pkgs;
   pcsc-cyberjack = callPackage ../tools/security/pcsc-cyberjack { };
 
   pcsc-scm-scl011 = callPackage ../tools/security/pcsc-scm-scl011 { };
+  ifdnfc = callPackage ../tools/security/ifdnfc { };
 
   pdd = python3Packages.callPackage ../tools/misc/pdd { };