commit
8483d29d60
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ rec {
|
|||
};
|
||||
|
||||
predicates = let
|
||||
featureSupport = feature: x: builtins.elem feature features.${x};
|
||||
featureSupport = feature: x: builtins.elem feature features.${x} or [];
|
||||
in {
|
||||
sse3Support = featureSupport "sse3";
|
||||
ssse3Support = featureSupport "ssse3";
|
||||
|
|
Loading…
Reference in a new issue