summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-26 10:18:25 -0300
committerVinicius Monego <monego@posteo.net>2022-01-27 08:21:40 -0300
commit19371a4dc36310378e64b1414d490e64932111e5 (patch)
tree2ba3b83db8c6106079af5651dd5b610496293bba
parent82e49c7f47eb2c44df95e0b93a9e9ba0e0e4f410 (diff)
downloadguix-patches-base-for-series-11152.tar
guix-patches-base-for-series-11152.tar.gz
* gnu/packages/photo.scm (darktable)[properties]: New field.
-rw-r--r--gnu/packages/photo.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 26295207c6..2aa7610b8c 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
-;;; Copyright © 2020. 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020. 2021, 2022 Vinicius Monego <monego@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -562,6 +562,8 @@ 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"))
+ (properties
+ '((release-monitoring-url . "https://github.com/darktable-org/darktable/releases")))
(license (list license:gpl3+ ;; Darktable itself.
license:lgpl2.1+)))) ;; Rawspeed library.