guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Remove fmt-restinio.


From: guix-commits
Subject: 01/01: gnu: Remove fmt-restinio.
Date: Wed, 11 Dec 2019 16:49:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 27664ea0f08e6c207b7b61c1fd7b8446dce98478
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 11 22:48:39 2019 +0100

    gnu: Remove fmt-restinio.
    
    This is a follow-up to commit 71ce0b52901e49002502d220551dad21c07a7fed.
    
    * gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
---
 gnu/packages/pretty-print.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 34d4993..6f2b3f7 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]