guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: nextpnr-ice40: Use a source file-name.


From: guix-commits
Subject: 01/06: gnu: nextpnr-ice40: Use a source file-name.
Date: Sun, 29 Mar 2020 14:17:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0e68695e79f778fd838e300913361571e8b6e368
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 29 19:47:21 2020 +0300

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

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index f016810..abdfc35 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -271,6 +271,7 @@ Includes the actual FTDI connector.")
         (uri (git-reference
                (url "git://github.com/YosysHQ/nextpnr")
                (commit commit)))
+        (file-name (git-file-name name version))
         (sha256
           (base32
             "0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf"))))



reply via email to

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