me
/
guix
Archived
1
0
Fork 0

gnu: cl-gamepad: Update to 3.0.0-3.d5b99fb.

* gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad) Update to 3.0.0-3.d5b99fb
  [arguments]<tests>: Explicitly disable tests as not provided upstream.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Sharlatan Hellseher 2023-04-02 23:45:37 +01:00 committed by Guillaume Le Vaillant
parent e11f28d90c
commit 0f4efec48d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 5 additions and 4 deletions

View File

@ -21403,8 +21403,8 @@ tested (as shown in the examples).")
(sbcl-package->cl-source-package sbcl-sdl2-ttf)) (sbcl-package->cl-source-package sbcl-sdl2-ttf))
(define-public sbcl-cl-gamepad (define-public sbcl-cl-gamepad
(let ((commit "647f6ee8f40048286d743d79845c3753fba9d8f1") (let ((commit "d5b99fbaa2e39294d23061699e8f1e761eda7205")
(revision "2")) (revision "3"))
(package (package
(name "sbcl-cl-gamepad") (name "sbcl-cl-gamepad")
(version (git-version "3.0.0" revision commit)) (version (git-version "3.0.0" revision commit))
@ -21416,10 +21416,11 @@ tested (as shown in the examples).")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-gamepad" version)) (file-name (git-file-name "cl-gamepad" version))
(sha256 (sha256
(base32 "0w9lcahgqacc39932jp2ghid9sl4wg4vyaza8vdnghmixdl49cin")))) (base32 "0y6kg9wq92p07i1chm1v7j7p77iqc5c985pdvmmivcip8zmd4hm4"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
`(#:phases `(#:tests? #f ; No tests
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'patch-evdev-lib-path (add-after 'unpack 'patch-evdev-lib-path
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)