~ruther/guix-local

391305093ffcf9cbdad147aaf10d1bc4340029d6 — Maxim Cournoyer 1 year, 9 months ago 47363ab
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 <liliana.prikler@gmail.com>
1 files changed, 3 insertions(+), 13 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +3 -13
@@ 3879,7 3879,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")


@@ 3937,7 3936,6 @@ featuring mature C, C++ and Python bindings.")
    (license license:gpl2+)
    (properties `((upstream-name . "ORBit2")))))


(define-public libbonobo
  (package
    (name "libbonobo")


@@ 3990,7 3988,6 @@ use in GNOME applications, built on top of CORBA.")
    ;; GPLv2 covers both conditions
    (license license:gpl2+)))


(define-public gconf
  (package
    (name "gconf")


@@ 4019,7 4016,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")


@@ 4053,7 4049,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")


@@ 4074,13 4069,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.


@@ 4093,8 4087,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")


@@ 4157,8 4149,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")