guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: gnome-maps: Remove obsolete pha


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gnome-maps: Remove obsolete phase.
Date: Sun, 12 Sep 2021 06:05:59 -0400

This is an automated email from the git hooks/post-receive script.

jonsger pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 0246bf5  gnu: gnome-maps: Remove obsolete phase.
0246bf5 is described below

commit 0246bf5f80e89da98679f7af41f801c244b796b1
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sun Sep 12 12:01:30 2021 +0200

    gnu: gnome-maps: Remove obsolete phase.
    
    * gnu/packages/geo.scm (gnome-maps)[arguments]: Remove 'fix-broken-tests
    phase as the tests pass now.
---
 gnu/packages/geo.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0e8872a..5d06fe0 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -237,15 +237,6 @@ topology functions.")
                (("@pkgdatadir@/org.gnome.Maps")
                 (string-append  (assoc-ref outputs "out") "/bin/gnome-maps")))
              #t))
-         (add-after 'unpack 'fix-broken-tests
-           (lambda _
-             ;; For some reason setting LC_ALL=C and LANG=C as done in the
-             ;; build system does not prevent these gratuitous commas from
-             ;; being inserted.
-             (substitute* "tests/utilsTest.js"
-               (("1001 m") "1,001 m")
-               (("1000 ft") "1,000 ft")
-               (("5282 ft") "5,282 ft"))))
          (add-after 'install 'wrap
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]