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 @@ (define-public fmt
;; The library is bsd-2, but documentation and tests include other licenses. ;; The library is bsd-2, but documentation and tests include other licenses.
(license (list bsd-2 bsd-3 psfl)))) (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 (define-public source-highlight
(package (package
(name "source-highlight") (name "source-highlight")