guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pict: Use release tag and install doc.


From: guix-commits
Subject: branch master updated: gnu: pict: Use release tag and install doc.
Date: Tue, 08 Feb 2022 12:09:22 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bc5904e8b8 gnu: pict: Use release tag and install doc.
bc5904e8b8 is described below

commit bc5904e8b85d4d994861ecd55b038ad42305e77d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Feb 8 11:54:51 2022 -0500

    gnu: pict: Use release tag and install doc.
    
    * gnu/packages/check.scm (pict)[origin]: Use the release tag (newly added
    upstream).
    [phases]{install}: Also install the pict.md file.
---
 gnu/packages/check.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 4915a5ec88..06adf20c36 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -99,9 +99,7 @@
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/Microsoft/pict";)
-             ;; The tag name for v3.7.2 is odd ("release"); use the
-             ;; corresponding commit for now.
-             (commit "b10237099713ef0e45f222042cef01dc3507a611")))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
@@ -115,7 +113,10 @@
           (delete 'configure)
           (replace 'install
             (lambda _
-              (install-file "pict" (string-append #$output "/bin")))))))
+              (install-file "pict" (string-append #$output "/bin"))
+              (install-file "doc/pict.md"
+                            (string-append #$output
+                                           "/share/doc/pict-" #$version)))))))
     (native-inputs (list perl))
     (home-page "https://www.pairwise.org/";)
     (synopsis "Pairwise Independent Combinatorial Tool")



reply via email to

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