guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cmdtest: Use a source file-name.


From: guix-commits
Subject: branch master updated: gnu: cmdtest: Use a source file-name.
Date: Sat, 22 May 2021 14:42:21 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 015869d  gnu: cmdtest: Use a source file-name.
015869d is described below

commit 015869d4c62c7a450b8231adf6054a7b4b28e628
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat May 22 21:38:48 2021 +0300

    gnu: cmdtest: Use a source file-name.
    
    * gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.
---
 gnu/packages/check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 08e3908..63ed217 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -430,6 +430,7 @@ a multi-paradigm automated test framework for C++ and 
Objective-C.")
               (uri (git-reference
                     (url "git://git.liw.fi/cmdtest/")
                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "1yhcwsqcpckkq5kw3h07k0xg6infyiyzq9ni3nqphrzxis7hxjf1"))))



reply via email to

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