~ruther/guix-local

03b055a1163cbfbd0cc5e931a71a74a7fec6a4d9 — Efraim Flashner 8 years ago b049ae2
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.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/photo.scm
M gnu/packages/photo.scm => gnu/packages/photo.scm +2 -0
@@ 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