aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/clucene-contribs-lib.patch
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2021-11-18 14:07:28 +0000
committerTimothy Sample <samplet@ngyro.com>2021-11-18 10:47:05 -0500
commit674dbeb43639db31c3f3a6e69ee7203296d0b50f (patch)
tree8ba805d96911b2507d1d927cc3ac8e2570d534f3 /gnu/packages/patches/clucene-contribs-lib.patch
parent572641103880ce87b631e00e6212787747f694aa (diff)
downloadguix-674dbeb43639db31c3f3a6e69ee7203296d0b50f.tar.gz
guix-674dbeb43639db31c3f3a6e69ee7203296d0b50f.zip
gnu: xf86-video-nouveau: Use upstream patch for xorg-server 21.1.
* gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-nouveau): Use it. Signed-off-by: Timothy Sample <samplet@ngyro.com>
Diffstat (limited to 'gnu/packages/patches/clucene-contribs-lib.patch')
0 files changed, 0 insertions, 0 deletions
obias Geerinckx-Rice 2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....* gnu/bootloader.scm (<bootloader-configuration>): Deprecate "device" field in favor of "target" field. This is mostly a renaming but also a generalization to support UEFI targets being paths to a mounted partition instead of a device name. * gnu/system/examples/bare-bones.tmpl: * gnu/system/examples/desktop.tmpl: * gnu/system/examples/lightweight-desktop.tmpl: * gnu/system/examples/vm-image.tmpl: * gnu/system/install.scm: * gnu/tests.scm: * gnu/tests/install.scm: * gnu/tests/nfs.scm: * tests/system.scm: Adapt all invocations of bootloader-configuration. * guix/scripts/system.scm (perform-action): Rename device argument to bootloader-target. (process-action): Adapt caller. * doc/guix.texi (Proceeding with the Installation): * doc/guix.texi (Bootloader Configuration): Update documentation. Andy Wingo