gnu: qucs: Patch bootstrapping scripts.
* gnu/packages/engineering.scm (qucs)[arguments]<#:phases>[patch-bootstrap]: New phase.
This commit is contained in:
parent
394b89ae04
commit
5e88194661
1 changed files with 8 additions and 0 deletions
|
@ -1531,6 +1531,14 @@ (define-public qucs
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'patch-bootstrap
|
||||
(lambda _
|
||||
(for-each patch-shebang
|
||||
'("bootstrap"
|
||||
"qucs/bootstrap"
|
||||
"qucs-doc/bootstrap"
|
||||
"qucs-core/bootstrap"))
|
||||
#t))
|
||||
(add-before 'configure 'patch-configure
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "qucs/configure"
|
||||
|
|
Loading…
Reference in a new issue