lilyp pushed a commit to branch gnome-team
in repository guix.

commit 250d9714d9e2c144d5fb260fc59e9606f6bb1355
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 a2f09eb614..28a3848026 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3875,7 +3875,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")
@@ -3933,7 +3932,6 @@ featuring mature C, C++ and Python bindings.")
     (license license:gpl2+)
     (properties `((upstream-name . "ORBit2")))))
 
-
 (define-public libbonobo
   (package
     (name "libbonobo")
@@ -3986,7 +3984,6 @@ use in GNOME applications, built on top of CORBA.")
     ;; GPLv2 covers both conditions
     (license license:gpl2+)))
 
-
 (define-public gconf
   (package
     (name "gconf")
@@ -4015,7 +4012,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")
@@ -4049,7 +4045,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")
@@ -4070,13 +4065,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.
@@ -4089,8 +4083,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")
@@ -4153,8 +4145,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")

Reply via email to