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>master
parent
8c6c33a2a5
commit
255fd9beea
|
@ -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 New Issue