about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2019-06-22 16:31:33 +0200
committerMinijackson <minijackson@riseup.net>2019-07-08 23:46:51 +0200
commitc9fe80a67f1638124e1efa21e0c128daf466c695 (patch)
tree02a34f51c416ae3a53e1f874f02f8fc378af009c /pkgs/top-level
parentbaa75f0c25a26ba7423d46ae2b9e89b62dc149e3 (diff)
downloadnixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.tar
nixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.tar.gz
nixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.tar.bz2
nixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.tar.lz
nixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.tar.xz
nixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.tar.zst
nixlib-c9fe80a67f1638124e1efa21e0c128daf466c695.zip
sequoia-tool: init at 0.9.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3cae37ee001b..5cdfb13f96b2 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5813,6 +5813,8 @@ in
 
   seqdiag = with python3Packages; toPythonApplication seqdiag;
 
+  sequoia-tool = callPackage ../tools/security/sequoia-tool { inherit (llvmPackages) libclang; };
+
   sewer = callPackage ../tools/admin/sewer { };
 
   screenfetch = callPackage ../tools/misc/screenfetch { };