diff options
author | Leo Famulari <leo@famulari.name> | 2023-04-23 17:57:17 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-23 19:05:15 -0400 |
commit | 2a8e92f2d9bc57b9a40ece218a86da547e0c1885 (patch) | |
tree | 21b8de859ab91970597ddc459942a518a397e7a7 /gnu/packages/gnome.scm | |
parent | bdd48e3cb92eaa8f6ba6a6e35a8d74cc94c513b6 (diff) | |
download | guix-2a8e92f2d9bc57b9a40ece218a86da547e0c1885.tar.gz |
gnu: shotwell: Fix build.
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add vala.
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 3cc53f5923..f83d8391c5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7471,7 +7471,8 @@ metadata in photo and video files of various formats.") `(,glib "bin") itstool pkg-config - python)) + python + vala)) (inputs (list gcr gexiv2 |