From d61dcb1b47285e2951c39ffab3a685910febb7ac Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 15 Apr 2019 09:44:02 -0400 Subject: gnu: Add dumb-allegro4. * gnu/packages/music.scm (dumb-allegro4): New variable. --- gnu/packages/music.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index f2feb90b8e..c0b0163d62 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -481,6 +481,17 @@ settings (aliasing, linear interpolation and cubic interpolation).") ;; Therefore, the DUMB license may be considered a free software license. (license (license:fsf-free "file://LICENSE")))) +(define-public dumb-allegro4 + (package + (inherit dumb) + (name "dumb-allegro4") + (arguments + (substitute-keyword-arguments (package-arguments dumb) + ((#:configure-flags flags) + `(cons "-DBUILD_ALLEGRO4=ON" ,flags)))) + (inputs + `(("allegro" ,allegro-4))))) + (define-public hydrogen (package (name "hydrogen") -- cgit v1.2.3