guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: armips: Declare a source file-name.


From: guix-commits
Subject: branch master updated: gnu: armips: Declare a source file-name.
Date: Tue, 07 Jul 2020 15:45:37 -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 38c653b  gnu: armips: Declare a source file-name.
38c653b is described below

commit 38c653bc56c1f08f524ec9e5e31afc0c4cd1e81c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 7 22:39:16 2020 +0300

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

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 62c7e57..375747a 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -382,6 +382,7 @@ as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...),
        (uri (git-reference
              (url "https://github.com/Kingcom/armips.git";)
              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32 "1c4dhjkvynqn9xm2vcvwzymk7yg8h25alnawkz4z1dnn1z1k3r9g"))))
     (build-system cmake-build-system)



reply via email to

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