me
/
guix
Archived
1
0
Fork 0

gnu: guix-build-coordinator: Ensure gnutls is available.

Some hooks expect this to be available.

* gnu/packages/package-management.scm (guix-build-coordinator)
[inputs,native-inputs]: Add gnutls.
master
Christopher Baines 2020-10-22 13:30:23 +01:00
parent b34ac307e3
commit 5f30c634bf
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@ environments.")
`(("pkg-config" ,pkg-config)
("autoconf" ,autoconf)
("automake" ,automake)
("gnutls" ,gnutls)
;; Guile libraries are needed here for cross-compilation.
("guile-json" ,guile-json-3)
@ -1066,6 +1067,7 @@ environments.")
("guile-zlib" ,guile-zlib)
("guile-sqlite3" ,guile-sqlite3)
("guix" ,guix)
("gnutls" ,gnutls)
("sqlite" ,sqlite)
("sqitch" ,sqitch)))
(home-page "https://git.cbaines.net/guix/build-coordinator/")