mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
3158c805f0
commit
27664ea0f0
1 changed files with 0 additions and 7 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue