<
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2018-12-20 16:28:19 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2018-12-20 16:28:19 +0100
commitdec0c11c3389400642acbda1a146707f61a2dd2e (patch)
treec02a101b7ff7045f746fe274951103a86ffee426 /gnu/system/vm.scm
parent444c4c08ef823a0f0ea2ef83c0bc6171b8d85132 (diff)
downloadguix-dec0c11c3389400642acbda1a146707f61a2dd2e.tar.gz
guix-dec0c11c3389400642acbda1a146707f61a2dd2e.zip
gnu: KDE: Update remaining packages to 5.49.0.
These packages have been missed in 600f1ad8e61e65ad9a1f22d099d16c5948cb1f48, since the `guix refresh --type=kde` does not honor the sub-directory for the "portingaids". * gnu/packages/kde-frameworks.scm (kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.49.0.
Diffstat (limited to 'gnu/system/vm.scm')
0 files changed, 0 insertions, 0 deletions
t; "-D" "cn=Directory Manager" "-w" "SECRET_PASS")) marionette)) ;; Wait for nslcd to be up and running. (test-assert "nslcd service running" (marionette-eval '(begin (use-modules (gnu services herd)) (match (start-service 'nslcd) (#f #f) (('service response-parts ...) (match (assq-ref response-parts 'running) ((pid) pid))))) marionette)) (test-assert "nslcd produces a log file" (marionette-eval '(file-exists? "/var/log/nslcd") marionette)) (test-assert "Can query LDAP user accounts" (marionette-eval '(begin ;; TODO: This shouldn't be necessary, but unfortunately it ;; really is needed to discover LDAP accounts with "id". (setenv "LD_LIBRARY_PATH" #$(file-append nss-pam-ldapd "/lib")) (zero? (system* #$(file-append coreutils "/bin/id") "eva"))) marionette)) (test-assert "Can become LDAP user" (marionette-eval '(zero? (system* "/run/privileged/bin/su" "eva" "-c" #$(file-append coreutils "/bin/true"))) marionette)) (test-end)))) (gexp->derivation "ldap-test" test)) (define %test-ldap (system-test (name "ldap") (description "Run an LDAP directory server and authenticate against it.") (value (run-ldap-test))))