gnu: Remove fmt-restinio.
authorMarius Bakke <mbakke@fastmail.com>
Wed, 11 Dec 2019 21:48:39 +0000 (22:48 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Wed, 11 Dec 2019 21:49:30 +0000 (22:49 +0100)
This is a follow-up to commit 71ce0b52901e49002502d220551dad21c07a7fed.

* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.

gnu/packages/pretty-print.scm

index 34d4993..6f2b3f7 100644 (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")