diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pretty-print.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 34d49938ac..6f2b3f78ea 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -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") |