<
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nfs.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-04-11 23:01:18 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-04-11 23:37:24 +0200
commitc0fcbdfa9d20c80e60eb7a26fd0d107ee307393f (patch)
tree2200736c20060275827aa122a6f864c633c71969 /gnu/packages/nfs.scm
parenteacfa685d7af89b981fb5ff16eb70647ac82b4f1 (diff)
downloadguix-c0fcbdfa9d20c80e60eb7a26fd0d107ee307393f.tar.gz
guix-c0fcbdfa9d20c80e60eb7a26fd0d107ee307393f.zip
gnu: r-plotrix: Update to 3.7-5.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-5.
Diffstat (limited to 'gnu/packages/nfs.scm')
0 files changed, 0 insertions, 0 deletions
)) (test-assert "elf-dynamic-info-needed, executable" (let* ((elf (call-with-input-file %guile-executable read-elf)) (dyninfo (elf-dynamic-info elf))) (or (not dyninfo) ;static executable (lset<= string=? (list (string-append "libguile-" (effective-version)) "libgc" "libunistring" "libffi") (map (lambda (lib) (string-take lib (string-contains lib ".so"))) (elf-dynamic-info-needed dyninfo)))))) (test-equal "expand-origin" '("OOO/../lib" "OOO" "../OOO/bar/OOO/baz" "ORIGIN/foo") (map (cut expand-origin <> "OOO") '("$ORIGIN/../lib" "${ORIGIN}" "../${ORIGIN}/bar/$ORIGIN/baz" "ORIGIN/foo"))) (test-end "gremlin") (exit (= (test-runner-fail-count (test-runner-current)) 0))