guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: darktable: Limit supported platforms.


From: Efraim Flashner
Subject: 01/01: gnu: darktable: Limit supported platforms.
Date: Wed, 28 Jun 2017 08:37:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 03b055a1163cbfbd0cc5e931a71a74a7fec6a4d9
Author: Efraim Flashner <address@hidden>
Date:   Wed Jun 28 15:36:15 2017 +0300

    gnu: darktable: Limit supported platforms.
    
    * gnu/packages/photo.scm (darktable)[supported-systems]: New field,
    explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
---
 gnu/packages/photo.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 3effc18..1811e8a 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -386,6 +386,8 @@ photographic equipment.")
 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 '("i686-linux" "x86_64-linux" "aarch64-linux"))
     (license license:gpl3+)))
 
 (define-public hugin



reply via email to

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