summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-19 00:12:14 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-19 00:12:14 +0200
commit3401526fcf1e3a049797b38412a46ce01b5cf435 (patch)
treeb4a739415e35fe3ee58c298866bd5765c7d5d2d0 /gnu/packages/networking.scm
parentbc2076f053d66b8293db800710bc72a7f5617396 (diff)
downloadpatches-3401526fcf1e3a049797b38412a46ce01b5cf435.tar
patches-3401526fcf1e3a049797b38412a46ce01b5cf435.tar.gz
gnu: pidentd: Build against OpenSSL 1.0.
* gnu/packages/networking.scm (pidentd)[inputs]: Change OPENSSL to OPENSSL-1.0.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c58e3bcd83..9abbd1196c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1626,7 +1626,7 @@ enabled due to license conflicts between the BSD advertising clause and the GPL.
(arguments
`(#:tests? #f)) ; No tests are included
(inputs
- `(("openssl" ,openssl))) ; For the DES library
+ `(("openssl" ,openssl-1.0))) ;for the DES library
(home-page "https://www.lysator.liu.se/~pen/pidentd/")
(synopsis "Small Ident Daemon")
(description