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
@ -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…
Reference in New Issue
Block a user