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 @@ pure Scheme to Tar and decompression in one easy step.")
|
|||
(name "bootstrap-mes-rewired")
|
||||
(version "0.19")
|
||||
(source #f)
|
||||
(native-inputs `(("mes" ,(@ (gnu packages bootstrap) %bootstrap-mes))
|
||||
(native-inputs `(("mes" ,%bootstrap-mes)
|
||||
("gash" ,gash-boot)))
|
||||
(inputs '())
|
||||
(propagated-inputs '())
|
||||
|
|
Reference in a new issue