me
/
guix
Archived
1
0
Fork 0

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
Vinicius Monego 2021-09-20 23:36:36 +00:00 committed by Efraim Flashner
parent 8c6c33a2a5
commit 255fd9beea
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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.