guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: vtk: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 02/04: gnu: vtk: Add 'release-monitoring-url' property.
Date: Fri, 2 Apr 2021 17:22:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e025de68c353e8cfac7172bb60db03eb8586415a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 2 09:00:36 2021 +0200

    gnu: vtk: Add 'release-monitoring-url' property.
    
    * gnu/packages/image-processing.scm (vtk)[properties]: New field.
---
 gnu/packages/image-processing.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index f944a61..2795eaf 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -270,6 +270,7 @@ many popular formats.")
                       "glew" "hdf5" "jpeg" "jsoncpp" "libproj" "libxml2" "lz4"
                       "netcdf" "ogg" "png" "sqlite" "theora" "tiff" "zlib"))
                   #t))))
+    (properties `((release-monitoring-url . "https://vtk.org/download/";)))
     (build-system cmake-build-system)
     (arguments
      '(#:build-type "Release"           ;Build without '-g' to save space.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]