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 e8b409741b.

* gnu/packages/cpp.scm (rct)[native-inputs]: Move openssl and zlib to ...
[inputs]: ... new field.
This commit is contained in:
Leo Famulari 2018-01-13 17:21:42 -08:00
parent e8b409741b
commit bad12e839c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -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)