aboutsummaryrefslogtreecommitdiff
path: root/tw/system/frm.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-04-25 19:23:45 +0200
committerTimo Wilken2024-04-25 19:23:45 +0200
commit331d9b0160e8898a64c69bca1ea8471e2eb51c25 (patch)
tree58f00f3579c40d00a43ba0483d39deeee37d25c4 /tw/system/frm.scm
parent2f8921d3327a70366b7253648f8be900340fcabe (diff)
Disable broken ddcci-driver-linux module
The package fails to build: https://issues.guix.gnu.org/62668
Diffstat (limited to 'tw/system/frm.scm')
-rw-r--r--tw/system/frm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/frm.scm b/tw/system/frm.scm
index 8a81465c..76d8c492 100644
--- a/tw/system/frm.scm
+++ b/tw/system/frm.scm
@@ -65,7 +65,7 @@
;; The MT7921E module is for the card connected via PCIe, which it is
;; (it's in an M.2 slot). Alternatives are S (SDIO) and U (USB).
(kernel (nongnu:corrupt-linux linux-libre #:configs '("CONFIG_MT7921E=m")))
- (kernel-loadable-modules (list ddcci-driver-linux))
+ ;; (kernel-loadable-modules (list ddcci-driver-linux)) ; TODO: disabled because the package fails to build
;; Fix screen flashing white: https://community.frame.work/t/39073
(kernel-arguments (cons* "amdgpu.sg_display=0" %default-kernel-arguments))
(initrd nongnu:microcode-initrd)