mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnome-maps: Remove obsolete phase.
* gnu/packages/geo.scm (gnome-maps)[arguments]: Remove 'fix-broken-tests phase as the tests pass now.
This commit is contained in:
parent
174a622f63
commit
0246bf5f80
1 changed files with 0 additions and 9 deletions
|
@ -237,15 +237,6 @@ (define-public gnome-maps
|
|||
(("@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"))
|
||||
|
|
Loading…
Reference in a new issue