diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 22:48:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 22:49:30 +0100 |
commit | 27664ea0f08e6c207b7b61c1fd7b8446dce98478 (patch) | |
tree | 47654ed219d5d040ed8158257d656b3bc38e36e8 /gnu | |
parent | 3158c805f02aea24427299813c5615abdbbdf2a9 (diff) | |
download | patches-27664ea0f08e6c207b7b61c1fd7b8446dce98478.tar patches-27664ea0f08e6c207b7b61c1fd7b8446dce98478.tar.gz |
gnu: Remove fmt-restinio.
This is a follow-up to commit 71ce0b52901e49002502d220551dad21c07a7fed.
* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
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") |