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 @@ 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") | ||||
|  |  | |||
		Reference in a new issue