Add powerpc64le-linux as a supported system
This should not be necessary, but currently the database isn't used to find out the valid system values.
This commit is contained in:
parent
3368a64c04
commit
9dde93422c
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
(test-equal "valid-systems"
|
||||
'("aarch64-linux" "armhf-linux" "i586-gnu"
|
||||
"i686-linux" "mips64el-linux" "x86_64-linux")
|
||||
"i686-linux" "mips64el-linux" "powerpc64le-linux" "x86_64-linux")
|
||||
(valid-systems conn))
|
||||
|
||||
(test-equal "count-derivations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue