[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: babl: Enable GIR.
From: |
guix-commits |
Subject: |
02/07: gnu: babl: Enable GIR. |
Date: |
Sun, 10 Oct 2021 15:34:53 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 7975ee953447ca4be658fa4192eed20be543d808
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Oct 9 17:08:42 2021 +0000
gnu: babl: Enable GIR.
* gnu/packages/gimp.scm (babl)[arguments]<#:configure-flags>: Remove.
[native-inputs]: Add gobject-introspection, vala.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gimp.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index d524e50..ae38528 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -186,11 +186,11 @@ of a larger interface.")
"0fbh2ss1dy3sba4xjmfm4vxxjmx9a6rzgba9ycjygchbm957y3ag"))))
(build-system meson-build-system)
(arguments
- `(#:meson ,meson-0.55
- #:configure-flags
- (list "-Denable-gir=false")))
+ `(#:meson ,meson-0.55))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("gobject-introspection" ,gobject-introspection)
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
(propagated-inputs
;; Propagated to satisfy ‘babl.pc’.
`(("lcms" ,lcms)))
- branch master updated (aaaa385 -> 511af23), guix-commits, 2021/10/10
- 01/07: gnu: babl: Update to 0.1.88., guix-commits, 2021/10/10
- 02/07: gnu: babl: Enable GIR.,
guix-commits <=
- 06/07: gnu: gimp: Update to 2.10.28., guix-commits, 2021/10/10
- 07/07: gnu: gimp: Add optional dependencies., guix-commits, 2021/10/10
- 03/07: gnu: gegl: Update to 0.4.32., guix-commits, 2021/10/10
- 04/07: gnu: gegl: Enable GIR., guix-commits, 2021/10/10
- 05/07: gnu: gegl: Add optional dependencies., guix-commits, 2021/10/10