guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: pidentd: Build against OpenSSL 1.0.


From: guix-commits
Subject: 01/02: gnu: pidentd: Build against OpenSSL 1.0.
Date: Thu, 18 Jul 2019 18:23:49 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 3401526fcf1e3a049797b38412a46ce01b5cf435
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 19 00:12:14 2019 +0200

    gnu: pidentd: Build against OpenSSL 1.0.
    
    * gnu/packages/networking.scm (pidentd)[inputs]: Change OPENSSL to 
OPENSSL-1.0.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c58e3bc..9abbd11 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]