diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-17 17:59:05 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-17 17:59:05 +0200 |
commit | cfc814754ea1586103505bde0c2b6b5b73a545fa (patch) | |
tree | adfc9e096e750b98006b41d0dbeef3fb1bed381c /gnu/packages/gnome.scm | |
parent | 32c7233ff78206ac335ce19be8967e9315260ae3 (diff) | |
download | guix-cfc814754ea1586103505bde0c2b6b5b73a545fa.tar.gz |
gnu: cheese: Fix build.
* gnu/packages/patches/cheese-vala-update.patch: New file. * gnu/local.mk (DIST_PATCH_DATA): Add it. * gnu/packages/gnome.scm (cheese)[source]: Use it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f4ae4f4c91..3f9d0195f6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10410,7 +10410,8 @@ photo-booth-like software, such as Cheese.") version ".tar.xz")) (sha256 (base32 - "0vyim2avlgq3a48rgdfz5g21kqk11mfb53b2l883340v88mp7ll8")))) + "0vyim2avlgq3a48rgdfz5g21kqk11mfb53b2l883340v88mp7ll8")) + (patches (search-patches "cheese-vala-update.patch")))) (arguments `(#:glib-or-gtk? #t ;; Tests require GDK. |