summary refs log tree commit diff
path: root/pkgs/stdenv/generic
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-12-14 07:36:26 -0500
committerGraham Christensen <graham@grahamc.com>2017-12-14 07:36:31 -0500
commitae9a7c4969c70950f7c92ba487069ca5091ecca2 (patch)
tree2ab6279175680d908d1ed1872d72afa3fb91b1ac /pkgs/stdenv/generic
parentb45be4081861389cd000e142b5658ff22e76ccc5 (diff)
downloadnixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.tar
nixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.tar.gz
nixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.tar.bz2
nixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.tar.lz
nixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.tar.xz
nixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.tar.zst
nixpkgs-ae9a7c4969c70950f7c92ba487069ca5091ecca2.zip
stdenv: make knownVulnerabilities a known meta-type
Diffstat (limited to 'pkgs/stdenv/generic')
-rw-r--r--pkgs/stdenv/generic/check-meta.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/generic/check-meta.nix b/pkgs/stdenv/generic/check-meta.nix
index 3fe12d0826d..cd20c4a3cef 100644
--- a/pkgs/stdenv/generic/check-meta.nix
+++ b/pkgs/stdenv/generic/check-meta.nix
@@ -153,6 +153,7 @@ let
     broken = bool;
 
     # Weirder stuff that doesn't appear in the documentation?
+    knownVulnerabilities = listOf str;
     version = str;
     tag = str;
     updateWalker = bool;