guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: binutils-vc4: Set source file-name.


From: Efraim Flashner
Subject: 01/01: gnu: binutils-vc4: Set source file-name.
Date: Wed, 22 Mar 2017 10:11:27 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 493ae57ecad7313cf4820bf50cda80804653c6b8
Author: Efraim Flashner <address@hidden>
Date:   Wed Mar 22 16:08:36 2017 +0200

    gnu: binutils-vc4: Set source file-name.
    
    * gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
---
 gnu/packages/embedded.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 3e1f87d..fbbafc6 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -732,6 +732,7 @@ simulator.")
                 (uri (git-reference
                        (url "https://github.com/puppeh/binutils-vc4.git";)
                        (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
                   "1kdrz6fki55lm15rwwamn74fnqpy0zlafsida2zymk76n3656c63"))))



reply via email to

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