mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add dumb-allegro4.
* gnu/packages/music.scm (dumb-allegro4): New variable.
This commit is contained in:
parent
72385c34ba
commit
d61dcb1b47
1 changed files with 11 additions and 0 deletions
|
@ -481,6 +481,17 @@ (define-public dumb
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue