aboutsummaryrefslogtreecommitdiff
path: root/tests/pypi.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-13 22:03:17 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-13 22:31:23 +0100
commiteae2dbd47ac1f4a201b8584e2f88c30cd28e093a (patch)
treea0eb50931209daf2b3db97538fb175150d911996 /tests/pypi.scm
parent5220022a80dccf559127caad7f8ee4592b862411 (diff)
downloadguix-eae2dbd47ac1f4a201b8584e2f88c30cd28e093a.tar.gz
guix-eae2dbd47ac1f4a201b8584e2f88c30cd28e093a.zip
gnu: libwacom: Update to 0.23.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.23.
Diffstat (limited to 'tests/pypi.scm')
0 files changed, 0 insertions, 0 deletions
rocedure. ("maybe value serialization"): New test. (maybe-string?): New procedure defined via the define-maybe/no-serialization macro. (config-with-maybe-string/no-serialization): New configuration. ("maybe value without serialization no procedure bound"): New test. Maxim Cournoyer 2021-05-08services: configuration: Add tests....* tests/services/configuration.scm: New file. * Makefile.am (SCM_TESTS): Register it. Maxim Cournoyer 2021-02-12services: Add transmission-daemon service....* gnu/services/file-sharing.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * po/packages/POTFILES.in: Add it. * tests/services/file-sharing.scm: New file. * Makefile.am (SCM_TESTS): Add it. * doc/guix.texi (File-Sharing Services): New section. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Simon South 2020-08-02services: Add zram-device-service....* gnu/services/linux.scm (<zram-device-configuration>): New record. (zram-device-service-type): New variable. * doc/guix.texi (Linux Services): Document it. * tests/services/linux.scm (zram-swap-device-test): New tests. Efraim Flashner 2020-01-31gnu: Add earlyoom-service-type....* gnu/services/linux.scm: New file. * tests/services/linux.scm: Add test. * Makefile.am (SCM_TESTS): Register test. * doc/guix.texi (Linux Services): Add a new section and document the new service and its configuration. Maxim Cournoyer