guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: darktable: Add powerpc64le-linux to supported systems.


From: guix-commits
Subject: 01/02: gnu: darktable: Add powerpc64le-linux to supported systems.
Date: Sun, 26 Sep 2021 13:13:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 255fd9beeabada8e4065a273085d95ca01d39303
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Sep 20 23:36:36 2021 +0000

    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>
---
 gnu/packages/photo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 9a059b7..39ec490 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]