mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
installer: Preserve order of user accounts.
* gnu/installer/newt/user.scm (run-user-page): Add call to 'reverse'.
This commit is contained in:
parent
5be7aecd14
commit
e7c7b73320
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ (define (run users)
|
|||
(run-error-page (G_ "Please create at least one user.")
|
||||
(G_ "No user"))
|
||||
(run users))
|
||||
users))))
|
||||
(reverse users)))))
|
||||
(lambda ()
|
||||
(destroy-form-and-pop form))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue