gnu: Remove fmt-restinio.

This is a follow-up to commit 71ce0b5290.

* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
This commit is contained in:
Marius Bakke 2019-12-11 22:48:39 +01:00
parent 3158c805f0
commit 27664ea0f0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -187,13 +187,6 @@ to @code{IOStreams}.")
;; The library is bsd-2, but documentation and tests include other licenses.
(license (list bsd-2 bsd-3 psfl))))
(define-public fmt-restinio
(hidden-package
(package/inherit
fmt
(arguments
'(#:configure-flags '("-DCMAKE_CXX_FLAGS=-fPIC"))))))
(define-public source-highlight
(package
(name "source-highlight")