mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
tests: Fix "package-transitive-supported-systems, implicit inputs".
This is a follow-up to commit
0e08ad7f19
gnu: linux-libre-headers: Remove i586-gnu from supported-systems.
See also <https://issues.guix.gnu.org/65755>.
* tests/packages.scm ("package-transitive-supported-systems, implicit inputs"):
Filter expectiation with target-linux?, as %current-system is linux.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b696fb41bc
commit
edca2863bc
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ (define read-at
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue