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:
宋文武 2024-06-19 11:04:12 +08:00 committed by Ludovic Courtès
parent 7a4c4124c5
commit 25680aee56
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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