mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: qt-4: Use 'modify-phases'.
* gnu/packages/qt.scm (qt-4)[arguments]: Use 'modify-phases' instead of 'alist-replace'.
This commit is contained in:
parent
ef2f51a445
commit
cba632c4a8
1 changed files with 3 additions and 3 deletions
|
@ -251,7 +251,8 @@ (define-public qt-4
|
|||
"doc")) ;280MiB of HTML + code
|
||||
(arguments
|
||||
`(#:phases
|
||||
(alist-replace
|
||||
(modify-phases %standard-phases
|
||||
(replace
|
||||
'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
|
@ -287,8 +288,7 @@ (define-public qt-4
|
|||
"-no-sse4.1"
|
||||
"-no-sse4.2"
|
||||
"-no-avx"
|
||||
"-no-neon"))))
|
||||
%standard-phases)))))
|
||||
"-no-neon"))))))))))
|
||||
|
||||
(define-public python-sip
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue