mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: guile-emacs: Remove input labels.
* gnu/packages/emacs.scm (guile-emacs)[native-inputs]: Remove labels.
This commit is contained in:
parent
5645307ffb
commit
6b819f8285
1 changed files with 2 additions and 4 deletions
|
@ -463,10 +463,8 @@ editor (with wide ints)" )
|
||||||
(base32
|
(base32
|
||||||
"0lvcvsz0f4mawj04db35p1dvkffdqkz8pkhc0jzh9j9x2i63kcz6"))))
|
"0lvcvsz0f4mawj04db35p1dvkffdqkz8pkhc0jzh9j9x2i63kcz6"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(modify-inputs (package-native-inputs emacs)
|
||||||
("automake" ,automake)
|
(prepend autoconf automake guile-for-guile-emacs)))
|
||||||
("guile" ,guile-for-guile-emacs)
|
|
||||||
,@(package-native-inputs emacs)))
|
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments `(;; Build fails if we allow parallel build.
|
(substitute-keyword-arguments `(;; Build fails if we allow parallel build.
|
||||||
#:parallel-build? #f
|
#:parallel-build? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue