guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: freehdl: Fix build.


From: guix-commits
Subject: branch master updated: gnu: freehdl: Fix build.
Date: Sun, 26 Jan 2020 04:33:05 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c67f2a7  gnu: freehdl: Fix build.
c67f2a7 is described below

commit c67f2a76946d9189e331edd1608c2f2f19701ce7
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Jan 26 10:32:39 2020 +0100

    gnu: freehdl: Fix build.
    
    * gnu/packages/engineering.scm (freehdl)[native-inputs]: Add gcc-5.
---
 gnu/packages/engineering.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c4c0fd5..4db8109 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1699,6 +1699,7 @@ parallel computing platforms.  It also supports serial 
execution.")
        ("libtool" ,libtool)))
     (native-inputs
      `(("pkg-config-native" ,pkg-config)
+       ("gcc" ,gcc-5)
        ("libtool-native" ,libtool)))
     (home-page "http://www.freehdl.seul.org/";)
     (synopsis "VHDL simulator")



reply via email to

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