[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: gegl: Build with introspection.
From: |
guix-commits |
Subject: |
04/06: gnu: gegl: Build with introspection. |
Date: |
Sat, 9 Mar 2024 01:43:10 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 1f0767a85be59fe79e4ce8301cddd6aad74ce5b8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Feb 29 06:18:04 2024 +0100
gnu: gegl: Build with introspection.
* gnu/packages/gimp.scm (gegl)[arguments]: Remove #:configure-flags.
---
gnu/packages/gimp.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 07581a4595..d065182c7f 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -231,9 +231,7 @@ provided, as well as a framework to add new color models
and data types.")
(base32 "0iw2wag3sls7va4c3dmczisbs9na4ml0rppnk1ymv0789gcjd321"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags
- (list "-Dintrospection=false")
- #:phases
+ `(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'extend-test-time-outs
(lambda _
- branch master updated (a10cce5246 -> 1bc05c6f6d), guix-commits, 2024/03/09
- 06/06: gnu: Add gimp-next., guix-commits, 2024/03/09
- 05/06: gnu: gimp: Update to 2.10.36., guix-commits, 2024/03/09
- 01/06: gnu: babl: Update to 0.1.108., guix-commits, 2024/03/09
- 02/06: gnu: gegl: Update to 0.4.48., guix-commits, 2024/03/09
- 03/06: gnu: babl: Build with introspection., guix-commits, 2024/03/09
- 04/06: gnu: gegl: Build with introspection.,
guix-commits <=