mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: bootstrap-mes-rewired: Remove unnecessary '@'.
* gnu/packages/commencement.scm (%bootstrap-mes-rewired)[native-inputs]: Remove unnecessary use of '@'.
This commit is contained in:
parent
68bbd213e8
commit
76ad3053ae
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ (define %bootstrap-mes-rewired
|
||||||
(name "bootstrap-mes-rewired")
|
(name "bootstrap-mes-rewired")
|
||||||
(version "0.19")
|
(version "0.19")
|
||||||
(source #f)
|
(source #f)
|
||||||
(native-inputs `(("mes" ,(@ (gnu packages bootstrap) %bootstrap-mes))
|
(native-inputs `(("mes" ,%bootstrap-mes)
|
||||||
("gash" ,gash-boot)))
|
("gash" ,gash-boot)))
|
||||||
(inputs '())
|
(inputs '())
|
||||||
(propagated-inputs '())
|
(propagated-inputs '())
|
||||||
|
|
Loading…
Reference in a new issue