gnu: git: Fix missing native-inputs after commit ccb62d8feb.

* gnu/packages/version-control.scm (git)[native-inputs]: Restore
native-inputs to what they were prior to the merge commit ccb62d8feb.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Kaelyn Takata 2023-03-21 12:59:08 +00:00 committed by Andreas Enge
parent a973e1484d
commit 0e2e1ffc95
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -255,9 +255,12 @@ (define-public git
"09cva868qb4705s884dzvbwkm78jlw4q8m6xj7nd7cwxy2i2ff8b"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)
("docbook-xsl" ,docbook-xsl)
("xmlto" ,xmlto)
("pkg-config" ,pkg-config)))
("libxslt" ,libxslt)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)
("xmlto" ,xmlto)))
(inputs
`(("curl" ,curl)
("expat" ,expat)