aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lap.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/lap.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/lap.scm')
-rw-r--r--tw/system/lap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/lap.scm b/tw/system/lap.scm
index a8f3fad9..fd503dc9 100644
--- a/tw/system/lap.scm
+++ b/tw/system/lap.scm
@@ -92,7 +92,7 @@
;;"acpi_enforce_resources=lax"
"modprobe.blacklist=nouveau" ; prevent interference with nvidia
%default-kernel-arguments))
- (kernel-loadable-modules (list ddcci-driver-linux))
+ ;; (kernel-loadable-modules (list ddcci-driver-linux)) ; TODO: disabled because the package fails to build
(initrd nongnu:microcode-initrd)
(firmware (cons* nongnu:atheros-firmware ; for atk10k/QCA6174/hw3.0 (wifi card)
nongnu:i915-firmware ; for Intel GPU runtime power management etc