guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: darktable: Enable building on riscv64-linux.


From: guix-commits
Subject: 01/02: gnu: darktable: Enable building on riscv64-linux.
Date: Sun, 20 Aug 2023 20:30:10 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 32de7edf029878675ad3b257ae241a3d568d7efc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 21 03:18:01 2023 +0300

    gnu: darktable: Enable building on riscv64-linux.
    
    * gnu/packages/photo.scm (darktable)[supported-systems]: Add
    riscv64-linux.
---
 gnu/packages/photo.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 09c391793d..b290e2b29a 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -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
 and enhance them.")
     ;; 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
      '((release-monitoring-url . 
"https://github.com/darktable-org/darktable/releases";)))
     (license (list license:gpl3+        ;Darktable itself



reply via email to

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