gnu: bootstrap-mes-rewired: Remove unnecessary '@'.

* gnu/packages/commencement.scm (%bootstrap-mes-rewired)[native-inputs]:
Remove unnecessary use of '@'.
This commit is contained in:
Ludovic Courtès 2020-02-18 11:18:03 +01:00
parent 68bbd213e8
commit 76ad3053ae
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 '())