diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-10 11:35:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-10 11:35:50 +0200 |
commit | 3a4de6b2d2fdb515c8186cbceab4259aab91cadf (patch) | |
tree | 7eaa4544ba397ce3493c26679ee2eafe76f8e448 /gnu/packages/video.scm | |
parent | caaf1933a453e7f3f8d7444f2c97dac3f8a93e1c (diff) | |
download | patches-3a4de6b2d2fdb515c8186cbceab4259aab91cadf.tar patches-3a4de6b2d2fdb515c8186cbceab4259aab91cadf.tar.gz |
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.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 661ef91386..16c9770f45 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -97,7 +97,7 @@ (arguments '(#:phases (modify-phases %standard-phases - (replace configure + (replace 'configure (lambda* (#:key inputs outputs #:allow-other-keys) ;; This old `configure' script doesn't support ;; variables passed as arguments. |