me
/
guix
Archived
1
0
Fork 0

gnu: ucsim: Use gexps.

* gnu/packages/embedded.scm (ucsim)[arguments]: Use gexp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Simon South 2023-09-27 10:55:34 -04:00 committed by Ludovic Courtès
parent be9b7e0f65
commit e082079cb8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 6 deletions

View File

@ -1604,12 +1604,13 @@ handling communication with eBUS devices connected to a 2-wire bus system
"080471wvkjdzxz5j3zdaq1apjcj84ql50kn26b7p4ansixnimml4"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-makefiles
(lambda _
(substitute* (find-files "." "(\\.mk$|\\.in$)")
(("/bin/sh") (which "sh"))))))))
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-makefiles
(lambda _
(substitute* (find-files "." "(\\.mk$|\\.in$)")
(("/bin/sh") (which "sh"))))))))
(inputs
(list ncurses))
(native-inputs