mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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.
This commit is contained in:
parent
b049ae2f97
commit
03b055a116
1 changed files with 2 additions and 0 deletions
|
@ -386,6 +386,8 @@ (define-public darktable
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue