guix-patches
[Top][All Lists]
Advanced

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

[bug#56999] [PATCH 4/4] nu: Add phyml-rf.


From: Mădălin Ionel Patrașcu
Subject: [bug#56999] [PATCH 4/4] nu: Add phyml-rf.
Date: Fri, 5 Aug 2022 11:33:06 +0200

* gnu/packages/bioinformatics.scm (phyml-rf): New variable.
---
 gnu/packages/bioinformatics.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1cb2b49eea..5421a987b7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9123,6 +9123,13 @@ (define-public phyml-phyrex
      `(#:configure-flags
         (list  "--enable-phyrex")))))
 
+(define-public phyml-rf
+  (package (inherit phyml)
+    (name "phyml-rf")
+    (arguments
+     `(#:configure-flags
+        (list  "--enable-rf")))))
+
 (define-public imp
   (package
     (name "imp")
-- 
2.37.1






reply via email to

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