me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2021-04-28 14:37:44 +03:00
parent f97e220b45
commit f7ff886213
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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)))