aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/pm.scm
diff options
context:
space:
mode:
authorDavid Wilson <david@daviwil.com>2020-01-26 05:55:47 -0800
committerDavid Wilson <david@daviwil.com>2020-01-31 05:51:36 -0800
commit261d0e8e3837139b9d4314a87c8370c6d7f54124 (patch)
tree8d3ce401ba485497249ec4c8cbc752e6945adda3 /gnu/services/pm.scm
parentc5bbcb82d593c389f456cbee29bf0ece38670152 (diff)
downloadguix-261d0e8e3837139b9d4314a87c8370c6d7f54124.tar.gz
guix-261d0e8e3837139b9d4314a87c8370c6d7f54124.zip
gnu: Add xsettingsd.
* gnu/packages/xdisorg.scm (xsettingsd): New variable.
Diffstat (limited to 'gnu/services/pm.scm')
0 files changed, 0 insertions, 0 deletions
0. Remove test with FINDUTILS-BOOT0. * tests/guix-package-net.sh (boot_make): Use GNU-MAKE-FOR-TESTS. * tests/packages.scm ("GNU Make, bootstrap"): Likewise. * tests/profiles.scm ("profile-derivation relative symlinks, two entries"): Likewise. * tests/union.scm (%bootstrap-inputs): Remove. ("union-build"): Use %BOOTSTRAP-INPUTS-FOR-TESTS instead of %BOOTSTRAP-INPUTS. Ludovic Courtès 2019-01-15guix package: '--upgrade' preserves package order....Fixes <https://bugs.gnu.org/31142>. Reported by Chris Marusich <cmmarusich@gmail.com>. * guix/scripts/package.scm (options->installable)[upgraded]: Use 'fold' instead of 'fold-right'. This reverts eca16a3d1d9e6b2c064e0105c1015258bf2755f2. * tests/guix-package-net.sh: Add 'guix package u' test. Ludovic Courtès