rekado pushed a commit to branch master
in repository guix.
commit 8fb79e3dfbc2d874c50dbb4199976473d8bf5583
Author: Ricardo Wurmus <[email protected]>
Date: Wed Feb 11 23:31:37 2015 +0100
gnu: Add LV2 mda EPiano plugin.
* gnu/packages/audio.scm (lv2-mdaepiano): New variable.
---
gnu/packages/audio.scm | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 0460fde..7e6c281 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -531,6 +531,19 @@ software.")
(description "An LV2 port of the mda Piano VSTi.")
(license license:gpl3+)))
+(define-public lv2-mda-epiano
+ (package (inherit lv2-mda-piano)
+ (name "lv2-mda-epiano")
+ (arguments
+ `(#:make-flags (list
+ "TYPE=mdaEPiano"
+ (string-append "PREFIX=" (assoc-ref %outputs "out")))
+ #:tests? #f ; no check target
+ #:phases (alist-delete 'configure %standard-phases)))
+ (home-page "http://elephly.net/lv2/mdaepiano.html")
+ (synopsis "LV2 port of the mda EPiano plugin")
+ (description "An LV2 port of the mda EPiano VSTi.")))
+
(define-public lvtk
(package
(name "lvtk")