mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add missing quotes in phase names passed to 'modify-phases'.
This is a followup to f8503e2
.
* gnu/packages/gnome.scm (glib-networking): Add missing quotes before
phase names passed to 'modify-phases'.
(libsoup): Likewise.
(gnome-terminal): Likewise.
(colord): Likewise.
(geoclue): Likewise.
* gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise.
* gnu/packages/haskell.scm (ghc-network): Likewise.
* gnu/packages/imagemagick.scm (perl-image-magick): Likewise.
* gnu/packages/video.scm (aalib): Likewise.
* gnu/packages/web.scm (nginx): Likewise.
This commit is contained in:
parent
caaf1933a4
commit
3a4de6b2d2
6 changed files with 17 additions and 17 deletions
|
@ -798,7 +798,7 @@ mutable and immutable), with a powerful loop optimisation framework.")
|
|||
`(#:tests? #f ; FIXME: currently missing libraries used for tests.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before configure set-sh
|
||||
(add-before 'configure 'set-sh
|
||||
(lambda _ (setenv "CONFIG_SHELL" "sh"))))))
|
||||
(home-page "https://github.com/haskell/network")
|
||||
(synopsis "Low-level networking interface")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue