guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: znc: Don't refer to native-inputs.


From: guix-commits
Subject: 03/08: gnu: znc: Don't refer to native-inputs.
Date: Tue, 25 Jun 2019 10:37:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d7463e012555047615193afcfd8294381f050825
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 25 14:20:02 2019 +0200

    gnu: znc: Don't refer to native-inputs.
    
    * gnu/packages/messaging.scm (znc)[native-inputs]: Move run-time perl & 
python…
    [inputs]: …here, in alphabetical order.
---
 gnu/packages/messaging.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index e4f150c..c4fd1f5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -518,14 +518,14 @@ compromised.")
        #:test-target "test"))
     (native-inputs
      `(("googletest-source" ,(package-source googletest))
-       ("pkg-config" ,pkg-config)
-       ("perl" ,perl)
-       ("python" ,python)))
+       ("pkg-config" ,pkg-config)))
     (inputs
-     `(("openssl" ,openssl)
-       ("zlib" ,zlib)
+     `(("cyrus-sasl" ,cyrus-sasl)
        ("icu4c" ,icu4c)
-       ("cyrus-sasl" ,cyrus-sasl)))
+       ("openssl" ,openssl)
+       ("perl" ,perl)
+       ("python" ,python)
+       ("zlib" ,zlib)))
     (home-page "https://znc.in";)
     (synopsis "IRC network bouncer")
     (description "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}.  It can



reply via email to

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