~ruther/guix-local

bad12e839c2f7823c45aa0121f7d5c9bb70905b7 — Leo Famulari 8 years ago e8b4097
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.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +3 -2
@@ 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)