me
/
guix
Archived
1
0
Fork 0

gnu: lightdm: Update to 1.30.0.

* gnu/packages/display-managers.scm (lightdm): Update to 1.30.0.
[arguments]: Re-enable all tests by removing 'disable-broken-tests phase.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
L p R n d n 2019-04-16 13:16:39 +02:00 committed by Ricardo Wurmus
parent 5b9bdeb52c
commit 373c5dfadf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 12 deletions

View File

@ -6,6 +6,7 @@
;;; Copyright © 2017 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2017 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 L p R n d n <guix@lprndn.info>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -125,16 +126,15 @@ create smooth, animated user interfaces.")
(define-public lightdm (define-public lightdm
(package (package
(name "lightdm") (name "lightdm")
(version "1.24.0") (version "1.30.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://launchpad.net/lightdm/" (uri (string-append
(version-major+minor version) "/" "https://github.com/CanonicalLtd/lightdm/releases/download/"
version "/+download/lightdm-" version "/lightdm-" version ".tar.xz"))
version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"18j33bm54i8k7ncxcs69zqi4105s62n58jrydqn3ikrb71s9nl6d")))) "158zb2d0v1309a8v19hh32y4yj3v6yg4yg6m0l7v59d3a2b7f651"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:parallel-tests? #f ; fails when run in parallel '(#:parallel-tests? #f ; fails when run in parallel
@ -153,12 +153,6 @@ create smooth, animated user interfaces.")
(substitute* "src/seat.c" (substitute* "src/seat.c"
(("/bin/sh") (which "sh"))) (("/bin/sh") (which "sh")))
#t)) #t))
(add-after 'unpack 'disable-broken-tests
(lambda _
(substitute* "tests/Makefile.in"
(("test-sessions-gobject ") "")
((" test-sessions-python ") " "))
#t))
(add-before 'check 'pre-check (add-before 'check 'pre-check
;; Run test-suite under a dbus session. ;; Run test-suite under a dbus session.
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)