summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-24 23:05:08 -0500
committerShea Levy <shea@shealevy.com>2018-02-24 23:05:08 -0500
commit3c57e770cf7756804ca51ce75ea235705c170c71 (patch)
tree4936404298cb62cb93f0f1db4208b330f08d159c /lib
parent1c1a6dfd239f519fdc25a3178464befb70a3b5f1 (diff)
downloadnixlib-3c57e770cf7756804ca51ce75ea235705c170c71.tar
nixlib-3c57e770cf7756804ca51ce75ea235705c170c71.tar.gz
nixlib-3c57e770cf7756804ca51ce75ea235705c170c71.tar.bz2
nixlib-3c57e770cf7756804ca51ce75ea235705c170c71.tar.lz
nixlib-3c57e770cf7756804ca51ce75ea235705c170c71.tar.xz
nixlib-3c57e770cf7756804ca51ce75ea235705c170c71.tar.zst
nixlib-3c57e770cf7756804ca51ce75ea235705c170c71.zip
Only build libseccomp on supported systems
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/inspect.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index 63311a9703de..ff8f60001175 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -40,6 +40,8 @@ rec {
                      [ "x86" "arm" "aarch64" "mips" ];
     Efi          = map (family: { cpu.family = family; })
                      [ "x86" "arm" "aarch64" ];
+    Seccomputable = map (family: { kernel = kernels.linux; cpu.family = family; })
+                      [ "x86" "arm" "aarch64" "mips" ];
   };
 
   matchAnyAttrs = patterns: