gnu: Add dumb-allegro4.

* gnu/packages/music.scm (dumb-allegro4): New variable.
master
Kei Kebreau 2019-04-15 09:44:02 -04:00
parent 72385c34ba
commit d61dcb1b47
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 11 additions and 0 deletions

View File

@ -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")