diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-06-28 15:36:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-06-28 15:36:49 +0300 |
commit | 03b055a1163cbfbd0cc5e931a71a74a7fec6a4d9 (patch) | |
tree | 4deb65ed717281303c4c8b7eb48dc85744eb8c9b /gnu/packages | |
parent | b049ae2f9708794f83c41171c19ffdfe4f11807e (diff) | |
download | patches-03b055a1163cbfbd0cc5e931a71a74a7fec6a4d9.tar patches-03b055a1163cbfbd0cc5e931a71a74a7fec6a4d9.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/photo.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 3effc181d3..1811e8ad3e 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 |