Message ID | 20220805093306.21767-4-madalinionel.patrascu@mdc-berlin.de |
---|---|
State | New |
Headers | show |
Series | [bug#56999,1/4] gnu: Add phyml. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
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")