mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: freehdl: Fix build.
* gnu/packages/engineering.scm (freehdl)[arguments]: Don't refer to nonexistent 'install-scripts' phase. Change-Id: I5a2a742dc2ab3221117e3907e2f3fc4d035198b8
This commit is contained in:
parent
7a4c4124c5
commit
25680aee56
1 changed files with 1 additions and 1 deletions
|
@ -2303,7 +2303,7 @@ (define-public freehdl
|
|||
(("=libtool")
|
||||
(string-append "=" (assoc-ref inputs "libtool")
|
||||
"/bin/libtool")))))
|
||||
(add-after 'install-scripts 'make-wrapper
|
||||
(add-after 'install 'make-wrapper
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
;; 'gvhdl' invokes the C compiler directly, so hard-code its
|
||||
|
|
Loading…
Reference in a new issue