gnu: milkytracker: Add RtMidi and zziplib support.
* gnu/packages/music.scm (milkytracker)[inputs]: Add rtmidi and zziplib.
This commit is contained in:
		
							parent
							
								
									acfb735787
								
							
						
					
					
						commit
						f1618a0f2f
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2771,8 +2771,10 @@ of tools for manipulating and accessing your music.")
 | 
			
		|||
    (inputs
 | 
			
		||||
     `(("alsa-lib" ,alsa-lib)
 | 
			
		||||
       ("jack" ,jack-1)
 | 
			
		||||
       ("rtmidi" ,rtmidi)
 | 
			
		||||
       ("sdl" ,sdl2)
 | 
			
		||||
       ("zlib" ,zlib)))
 | 
			
		||||
       ("zlib" ,zlib)
 | 
			
		||||
       ("zziplib" ,zziplib)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)))
 | 
			
		||||
    (synopsis "Music tracker for working with .MOD/.XM module files")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue