gnu: darktable: Enable building on riscv64-linux.
* gnu/packages/photo.scm (darktable)[supported-systems]: Add riscv64-linux.
This commit is contained in:
		
							parent
							
								
									a0f5885fef
								
							
						
					
					
						commit
						32de7edf02
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -567,7 +567,8 @@ developer.  It manages your digital negatives in a database, lets you view
 | 
				
			||||||
them through a zoomable lighttable and enables you to develop raw images
 | 
					them through a zoomable lighttable and enables you to develop raw images
 | 
				
			||||||
and enhance them.")
 | 
					and enhance them.")
 | 
				
			||||||
    ;; See src/is_supported_platform.h for supported platforms.
 | 
					    ;; See src/is_supported_platform.h for supported platforms.
 | 
				
			||||||
    (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux"))
 | 
					    (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux"
 | 
				
			||||||
 | 
					                         "riscv64-linux"))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     '((release-monitoring-url . "https://github.com/darktable-org/darktable/releases")))
 | 
					     '((release-monitoring-url . "https://github.com/darktable-org/darktable/releases")))
 | 
				
			||||||
    (license (list license:gpl3+        ;Darktable itself
 | 
					    (license (list license:gpl3+        ;Darktable itself
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue