lilyp pushed a commit to branch gnome-team
in repository guix.
commit a244446657ee875ad94104f0a810fb1153a6f6a6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:16:46 2024 +0900
gnu: gnome-vfs: Remove trailing #t.
Also drop some extraneous whitespace from its surrounding.
* gnu/packages/gnome.scm: Remove extraneous whitespace.
(gnome-vfs)[#:phases]: Remove trailing #t.
Change-Id: I67eedec46437ecdc849197a90a13d9eb9af94637
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f3fb8e9a2b..54cdefd8d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3872,7 +3872,6 @@ functionality was designed to be as reusable and portable
as possible.")
(properties `((upstream-name . "libIDL")))
(license license:lgpl2.0+)))
-
(define-public orbit2
(package
(name "orbit2")
@@ -3930,7 +3929,6 @@ featuring mature C, C++ and Python bindings.")
(license license:gpl2+)
(properties `((upstream-name . "ORBit2")))))
-
(define-public libbonobo
(package
(name "libbonobo")
@@ -3983,7 +3981,6 @@ use in GNOME applications, built on top of CORBA.")
;; GPLv2 covers both conditions
(license license:gpl2+)))
-
(define-public gconf
(package
(name "gconf")
@@ -4012,7 +4009,6 @@ is intended for user preferences; not arbitrary data
storage.")
(license license:lgpl2.0+)
(properties '((upstream-name . "GConf")))))
-
(define-public gnome-mime-data
(package
(name "gnome-mime-data")
@@ -4046,7 +4042,6 @@ and Application database for GNOME. The data stored by
this module is
designed to be accessed through the MIME functions in GnomeVFS.")
(license license:gpl2+)))
-
(define-public gnome-vfs
(package
(name "gnome-vfs")
@@ -4067,13 +4062,12 @@ designed to be accessed through the MIME functions in
GnomeVFS.")
(lambda _
(substitute* '("libgnomevfs/Makefile.in"
"daemon/Makefile.in")
- (("-DG_DISABLE_DEPRECATED")
"-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
- #t))
+ (("-DG_DISABLE_DEPRECATED")
+ "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))))
(add-before 'configure 'patch-test-async-cancel-to-never-fail
(lambda _
(substitute* "test/test-async-cancel.c"
- (("EXIT_FAILURE") "77"))
- #t)))))
+ (("EXIT_FAILURE") "77")))))))
(inputs (list libxml2 dbus-glib gconf gnome-mime-data zlib))
(native-inputs
(list `(,glib "bin") ; for glib-mkenums, etc.
@@ -4086,8 +4080,6 @@ applications. It provides a file system abstraction
which allows applications
to access local and remote files with a single consistent API.")
(license license:lgpl2.0+)))
-
-
(define-public libgnome
(package
(name "libgnome")
@@ -4150,8 +4142,6 @@ files and URIs, and displaying help.")
high-quality vector-based 2D library with antialiasing and alpha composition.")
(license license:lgpl2.0+)))
-
-
(define-public libgnomecanvas
(package
(name "libgnomecanvas")