diff options
-rw-r--r-- | tests/packages.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/packages.scm b/tests/packages.scm index 2b4f9f8e907..a6236284477 100644 --- a/tests/packages.scm +++ b/tests/packages.scm @@ -494,7 +494,7 @@ (member "boo" keys)))) (test-equal "package-transitive-supported-systems, implicit inputs" - %supported-systems + (filter target-linux? %supported-systems) ;; Here GNU-BUILD-SYSTEM adds implicit inputs that build only on ;; %SUPPORTED-SYSTEMS. Thus the others must be ignored. |