guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rct: Re-categorize some inputs.


From: Leo Famulari
Subject: 01/01: gnu: rct: Re-categorize some inputs.
Date: Sat, 13 Jan 2018 20:23:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit bad12e839c2f7823c45aa0121f7d5c9bb70905b7
Author: Leo Famulari <address@hidden>
Date:   Sat Jan 13 17:21:42 2018 -0800

    gnu: rct: Re-categorize some inputs.
    
    OpenSSL and zlib are referred to by the built package, so we make them
    regular inputs.
    
    This is a followup to commit e8b409741baf3b9de30faa8683722375196dd1e9.
    
    * gnu/packages/cpp.scm (rct)[native-inputs]: Move openssl and zlib to ...
    [inputs]: ... new field.
---
 gnu/packages/cpp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 8691531..7f711d5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -89,8 +89,9 @@ operating system functions.")
          '("-DWITH_TESTS=ON")))           ; To run the test suite
       (native-inputs
        `(("cppunit" ,cppunit)
-         ("openssl" ,openssl)
-         ("pkg-config" ,pkg-config)
+         ("pkg-config" ,pkg-config)))
+      (inputs
+       `(("openssl" ,openssl)
          ("zlib" ,zlib)))
       (synopsis "C++ library providing Qt-like APIs on top of the STL")
       (description "Rct is a set of C++ tools that provide nicer (more Qt-like)



reply via email to

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