gnu: darktable: Add powerpc64le-linux to supported systems.
* gnu/packages/photo.scm (darktable)[supported-systems]: Add powerpc64le-linux. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									8c6c33a2a5
								
							
						
					
					
						commit
						255fd9beea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -595,7 +595,7 @@ developer.  It manages your digital negatives in a database, lets you view
 | 
			
		|||
them through a zoomable lighttable and enables you to develop raw images
 | 
			
		||||
and enhance them.")
 | 
			
		||||
    ;; See src/is_supported_platform.h for supported platforms.
 | 
			
		||||
    (supported-systems '("x86_64-linux" "aarch64-linux"))
 | 
			
		||||
    (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux"))
 | 
			
		||||
    (license (list license:gpl3+ ;; Darktable itself.
 | 
			
		||||
                   license:lgpl2.1+)))) ;; Rawspeed library.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue