mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Adjust packages to new handling of propagated inputs.
This is a followup to 161094c
, which gets rid of the "a/b" notation for
propagated inputs.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Change reference from
"libc/linux-headers" to "linux-headers".
* gnu/packages/emacs.scm (magit-svn): Change "magit/git-modes" to
"git-modes".
This commit is contained in:
parent
7e5124976b
commit
c6d33a9d9c
2 changed files with 3 additions and 5 deletions
|
@ -408,8 +408,7 @@ operations.")
|
|||
"/bin/emacs"))
|
||||
(magit (string-append (assoc-ref %build-inputs "magit")
|
||||
"/share/emacs/site-lisp"))
|
||||
(commit (string-append (assoc-ref %build-inputs
|
||||
"magit/git-modes")
|
||||
(commit (string-append (assoc-ref %build-inputs "git-modes")
|
||||
"/share/emacs/site-lisp"))
|
||||
(source (assoc-ref %build-inputs "source"))
|
||||
(lisp-dir (string-append %output "/share/emacs/site-lisp")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue