aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnunet.scm
diff options
context:
space:
mode:
authorJason Self <j@jxself.org>2014-07-13 09:31:55 -0700
committerLudovic Courtès <ludo@gnu.org>2014-07-14 00:03:00 +0200
commitf123a18f8afdf1934079cd6268834be0954e7574 (patch)
tree10023bb0007e4a1ad6e4a057bea88d3b7e54c977 /gnu/packages/gnunet.scm
parent4660b1e83b48e66ecf7029ab040a808bd47e5bce (diff)
downloadguix-f123a18f8afdf1934079cd6268834be0954e7574.tar.gz
guix-f123a18f8afdf1934079cd6268834be0954e7574.zip
gnu: linux-libre: Disable CONFIG_DEBUG_INFO and turn off nvidiafb module.
Disabling CONFIG_DEBUG_INFO so that local builds aren't so enormous. Also turning off nvidiafb module based on a bug report I received. Nouveau has its own framebuffer device and it looks like they conflict if you load both. * gnu/packages/linux-libre-x86_64.conf: Comment out CONFIG_FB_NVIDIA, and remove related items. Comment out CONFIG_DEBUG_INFO. * gnu/packages/linux-libre-i686.conf: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnunet.scm')
0 files changed, 0 insertions, 0 deletions
services: shepherd: Default to version 0.9....Ludovic Courtès 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-03-03services: shepherd: Make 'assert-valid-graph' public....Andrew Tropin 2021-02-25services: shepherd: Make /run/booted-system a symlink to the store item....Ludovic Courtès 2021-01-30services: shepherd: Allow custom 'shepherd' package....Maxime Devos 2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès 2020-11-18services: shepherd: Map all the invalid store characters to dash....Ludovic Courtès 2020-06-14services: Add 'hurd-vm service-type'....Jan (janneke) Nieuwenhuizen 2020-05-16services: shepherd: Silence Guile warnings....Ludovic Courtès 2020-05-08Merge branch 'core-updates'Marius Bakke 2020-05-08services: Add descriptions....Ludovic Courtès 2020-04-25services: shepherd: Cross-compilation fix....Jan (janneke) Nieuwenhuizen 2020-04-21gnu: shepherd: Update to 0.8.0....Ludovic Courtès 2020-04-17services: Move 'user-processes' to (gnu services shepherd)....Ludovic Courtès 2020-04-15services: shepherd: Increase the PID file timeout to 30s....Ludovic Courtès 2020-03-29services: shepherd: Mark '.go' derivations as non-substitutable....Ludovic Courtès 2020-02-16services: shepherd: Spawn services with nothing but the PATH variable....Ludovic Courtès