mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ddcci-driver-linux: Update to 0.4.1.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.1. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
d495a902b2
commit
513dbc2ece
1 changed files with 4 additions and 7 deletions
|
@ -1450,7 +1450,7 @@ 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.3.4")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1460,8 +1460,7 @@ graphics card on Optimus laptops.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1qhsm0ccwfmwn0r6sbc6ms4lf4a3iqfcgqmbs6afr6hhxkqll3fg"))))
|
||||||
"0b50hhkna6ika2vwahzb9za9b41g39ialgv5y1y0kakqi50qi0ld"))))
|
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
@ -1473,16 +1472,14 @@ graphics card on Optimus laptops.")
|
||||||
(lambda (module)
|
(lambda (module)
|
||||||
(with-directory-excursion module
|
(with-directory-excursion module
|
||||||
(apply (assoc-ref %standard-phases 'build) args)))
|
(apply (assoc-ref %standard-phases 'build) args)))
|
||||||
'("ddcci" "ddcci-backlight"))
|
'("ddcci" "ddcci-backlight"))))
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda args
|
(lambda args
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (module)
|
(lambda (module)
|
||||||
(with-directory-excursion module
|
(with-directory-excursion module
|
||||||
(apply (assoc-ref %standard-phases 'install) args)))
|
(apply (assoc-ref %standard-phases 'install) args)))
|
||||||
'("ddcci" "ddcci-backlight"))
|
'("ddcci" "ddcci-backlight")))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux")
|
(home-page "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux")
|
||||||
(synopsis "Pair of Linux kernel drivers for DDC/CI monitors")
|
(synopsis "Pair of Linux kernel drivers for DDC/CI monitors")
|
||||||
(description "This package provides two Linux kernel drivers, ddcci and
|
(description "This package provides two Linux kernel drivers, ddcci and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue