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 @@ graphics card on Optimus laptops.")
|
||||||
(define-public ddcci-driver-linux
|
(define-public ddcci-driver-linux
|
||||||
(package
|
(package
|
||||||
(name "ddcci-driver-linux")
|
(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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git")
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qhsm0ccwfmwn0r6sbc6ms4lf4a3iqfcgqmbs6afr6hhxkqll3fg"))))
|
(base32 "1lww3mnqhxqzj0qbxzbwbq93v9zw49myp7p9ib873a5izbq8nadi"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in a new issue