~ruther/guix-local

2104efcddfd7649839673886ec44f77dcd5b5041 — Marius Bakke 3 years ago 5010801
gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.

* gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1.
* gnu/packages/ntp.scm (ntp)[inputs]: Likewise.
2 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/ntp.scm
M gnu/packages/php.scm
M gnu/packages/ntp.scm => gnu/packages/ntp.scm +1 -1
@@ 155,7 155,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.")
           #t))))
   (native-inputs (list which pkg-config))
   (inputs
    `(("openssl" ,openssl)
    `(("openssl" ,openssl-1.1)
      ("libevent" ,libevent)
      ;; Build with POSIX capabilities support on GNU/Linux.  This allows 'ntpd'
      ;; to run as non-root (when invoked with '-u'.)

M gnu/packages/php.scm => gnu/packages/php.scm +1 -1
@@ 381,7 381,7 @@
       ("libzip" ,libzip)
       ("oniguruma" ,oniguruma)
       ("openldap" ,openldap)
       ("openssl" ,openssl)
       ("openssl" ,openssl-1.1)
       ("pcre" ,pcre2)
       ("postgresql" ,postgresql)
       ("readline" ,readline)