aboutsummaryrefslogtreecommitdiff
path: root/tests/records.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-10 13:10:58 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:08 +0000
commit826654708c9ab94dcad191522b9b86d5c82a08f5 (patch)
treed1d7deb43da86731a088bb3fa48b63a8bd17d2d1 /tests/records.scm
parent512660dbc8edc772c507c0f928ac006ee902fc6c (diff)
downloadguix-826654708c9ab94dcad191522b9b86d5c82a08f5.tar.gz
guix-826654708c9ab94dcad191522b9b86d5c82a08f5.zip
gnu: beets-bandcamp: Add maintenance note.
* gnu/packages/music.scm (beets-bandcamp): Add maintenance note. Change-Id: I2bebc18c29366a9b6fb2dc0e5504bf9ee2feafea
Diffstat (limited to 'tests/records.scm')
0 files changed, 0 insertions, 0 deletions
'minimum-uid' documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd 2019-04-11services: sddm: Switch back to using ‘startx’....* gnu/services/sddm.scm (sddm-configuration-file): Use XORG-START-COMMAND. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> frozenpigs 2019-03-25services: SDDM: Specify absolute path to the X server....I'm not sure how this service ever worked, but SDDM started consistently failing on one machine seemingly because of this setting. * gnu/services/sddm.scm (sddm-configuration-file): Append /bin/X to the ServerPath setting. Marius Bakke 2019-03-24services: sddm, slim, gdm: Take an <xorg-configuration> record....* gnu/services/sddm.scm (<sddm-configuration>)[xorg-server-path] [xserver-arguments]: Remove. [xorg-configuration]: New field. (sddm-configuration-file): Adjust accordingly. * gnu/services/xorg.scm (<slim-configuration>)[startx]: Remove. [xorg-configuration]: New field. (slim-shepherd-service, slim-service): Adjust accordingly. (<gdm-configuration>)[x-server]: Remove. [xorg-configuration]: New field. (gdm-shepherd-service, gdm-service): Adjust accordingly. * doc/guix.texi (X Window): Update accordingly. Ludovic Courtès 2016-12-21gnu: Fix typo in comment....* gnu/services/sddm.scm: Fix typo. John Darrington