about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2019-10-28 00:35:02 -0500
committerAustin Seipp <aseipp@pobox.com>2019-10-28 15:03:48 -0500
commitf86361d186354167ff09f8aa163e70f7c5685503 (patch)
tree69e109c8cc089a3b89839dd85c83d4c9b0891d3a /pkgs/top-level
parent2d8dc891aa36904ba1bc76252fc0d831a0bf03be (diff)
vector: init at 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 76388c04db19e..d66a70dbb2e48 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -24201,6 +24201,10 @@ in
     inherit (darwin.apple_sdk.frameworks) Security;
   };
 
+  vector = callPackage ../tools/misc/vector {
+    inherit (darwin.apple_sdk.frameworks) Security;
+  };
+
   epkowa = callPackage ../misc/drivers/epkowa { };
 
   utsushi = callPackage ../misc/drivers/utsushi { };