summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-03-19 22:44:31 +0100
committerLudovic Courtès <ludo@gnu.org>2022-03-19 22:44:31 +0100
commitd93706aded452bd4c2ea28a3c45aef70006916aa (patch)
treec14ea8bdfdf5b66f9c543e46cd6216f430c59edc
parent75431d509b22ea8ba07ece596f404827ced742f7 (diff)
downloadguix-patches-d93706aded452bd4c2ea28a3c45aef70006916aa.tar
guix-patches-d93706aded452bd4c2ea28a3c45aef70006916aa.tar.gz
gnu: isl: Add 'release-monitoring-url' property.
* gnu/packages/gcc.scm (isl)[properties]: New field.
-rw-r--r--gnu/packages/gcc.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index a6a5c6197d..07466143fc 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1200,6 +1200,7 @@ provides the GNU compiler for the Go programming language."))
"old_library=''\n"))))))))
(inputs (list gmp))
(home-page "https://libisl.sourceforge.io/") ;https://repo.or.cz/w/isl.git
+ (properties `((release-monitoring-url . ,home-page)))
(synopsis
"Manipulating sets and relations of integer points \
bounded by linear constraints")