mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: global: Fix cross compiling.
Coreutils was removed during patch review erroneously. Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/code.scm (global)[inputs]: Add coreutils.
This commit is contained in:
parent
f97e220b45
commit
f7ff886213
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ highlighting your own code that seemed comprehensible when you wrote it.")
|
|||
(base32
|
||||
"10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("ncurses" ,ncurses)
|
||||
(inputs `(("coreutils" ,coreutils)
|
||||
("ncurses" ,ncurses)
|
||||
("libltdl" ,libltdl)
|
||||
("sqlite" ,sqlite)
|
||||
("python-wrapper" ,python-wrapper)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue