1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

gnu: r-rmysql: Add missing dependency on OpenSSL.

* gnu/packages/databases.scm (r-rmysql)[inputs]: Add OPENSSL.
This commit is contained in:
Marius Bakke
2018-08-16 17:39:10 +02:00
parent f69b6d1f48
commit 0a1f520d40
+3
View File
@@ -2181,6 +2181,9 @@ and web services platform functionality.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("mariadb" ,mariadb)
;; FIXME: This should be propagated from MariaDB, but add it here
;; for now to prevent a large rebuild.
("openssl" ,openssl)
("zlib" ,zlib)))
(propagated-inputs
`(("r-dbi" ,r-dbi)))