aboutsummaryrefslogtreecommitdiff
path: root/graph.js
diff options
context:
space:
mode:
authorshtwzrd <shtwzrd@protonmail.com>2020-02-09 21:31:09 +0000
committerJakub Kądziołka <kuba@kadziolka.net>2020-02-16 00:02:10 +0100
commit779d96c9b0ee38cbaca9f8577e6cc7f907fb29cb (patch)
treef46dc95f9e96bf5eee2f30012b2b6358b0c1d44e /graph.js
parentc66f3b3bec196cf0e39bd0a0ffe267aad43eb423 (diff)
downloadguix-779d96c9b0ee38cbaca9f8577e6cc7f907fb29cb.tar.gz
guix-779d96c9b0ee38cbaca9f8577e6cc7f907fb29cb.zip
services: xorg: Filter modules based on system
Fixes <https://bugs.gnu.org/39402>. Reported by shtwzrd <shtwzrd@protonmail.com>. * gnu/services/xorg.scm (xorg-configuration): Apply a filter over %default-xorg-modules packages, excluding those for which the %current-system is not among the package's supported-systems. This patch makes it possible to use xorg-configuration on systems other than x86_64 and i686, as without it, xf86-video-intel would be pulled in on the unsupported architecture and fail. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
Diffstat (limited to 'graph.js')
0 files changed, 0 insertions, 0 deletions
n title='2017-08-23 22:23:19 +0200'>2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target".Andy Wingo 2017-07-28bootloader: Use <menu-entry> for the bootloader side.Danny Milosavljevic 2017-06-08bootloader: Use menu-entry to define custom bootloader entries.Mathieu Othacehe 2017-05-16bootloader: Add extlinux support.Mathieu Othacehe