mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ddcci-driver-linux: Build with Linux-Libre 5.15.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.1-0.bf9d798.
This commit is contained in:
parent
513dbc2ece
commit
c74f7d2571
1 changed files with 5 additions and 3 deletions
|
@ -1450,17 +1450,19 @@ (define-public bbswitch-module
|
|||
(define-public ddcci-driver-linux
|
||||
(package
|
||||
(name "ddcci-driver-linux")
|
||||
(version "0.4.1")
|
||||
;; Use an as-yet unmerged commit to fix the build with Linux-Libre 5.15:
|
||||
;; https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/merge_requests/8
|
||||
(version "0.4.1-0.bf9d798")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git")
|
||||
(commit (string-append "v" version))))
|
||||
(commit "bf9d79852cbd0aa5c2e288ce51b8280f74a1f5d2")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qhsm0ccwfmwn0r6sbc6ms4lf4a3iqfcgqmbs6afr6hhxkqll3fg"))))
|
||||
(base32 "1lww3mnqhxqzj0qbxzbwbq93v9zw49myp7p9ib873a5izbq8nadi"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue