diff options
author | Vinicius Monego <monego@posteo.net> | 2021-09-20 23:36:36 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-09-26 19:37:03 +0300 |
commit | 255fd9beeabada8e4065a273085d95ca01d39303 (patch) | |
tree | 2d10078bbc40e894cc94b2ca51e67abe614f827d /gnu | |
parent | 8c6c33a2a5bf385e1589b405ee7f842684ed80c1 (diff) | |
download | guix-255fd9beeabada8e4065a273085d95ca01d39303.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/photo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 9a059b728c..39ec490445 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -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. |