dfsg-main: qutebrowser: Fix typo in modified phases
This commit is contained in:
parent
be4a1d9b2f
commit
a56cae3451
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
#:use-module (gnu packages rust-apps))
|
||||
|
||||
(define-public python-adblock
|
||||
;; A few commits after the 0.6.0 release to fix build issues.
|
||||
(let ((commit "a340dfcb37b402b0427b2dd7ac3c64cfe7edb38b")
|
||||
(revision "1"))
|
||||
(package
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
(substitute-keyword-arguments (package-arguments qutebrowser)
|
||||
((#:phases phases '%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(add-after 'wrap-qt-process 'wrap-qutebrowser-binary
|
||||
(add-after 'wrap-qt-process-path 'wrap-qutebrowser-binary
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(wrap-program (search-input-file outputs "bin/qutebrowser")
|
||||
`("PATH" prefix
|
||||
|
|
Loading…
Reference in a new issue