Skip to content
Snippets Groups Projects
Unverified Commit d61dcb1b authored by Kei Kebreau's avatar Kei Kebreau
Browse files

gnu: Add dumb-allegro4.

* gnu/packages/music.scm (dumb-allegro4): New variable.
parent 72385c34
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment