aboutsummaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-10 22:11:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-13 11:50:48 +0100
commite283e368902e4b5863318537ee3f995c6ab0b66d (patch)
treedcd7f4c7cab1ca01df636e93bbc3ee84c7392aae /tests/syscalls.scm
parent851cabc35bc81974c399aadb02bd98bf00eda529 (diff)
downloadguix-e283e368902e4b5863318537ee3f995c6ab0b66d.tar.gz
guix-e283e368902e4b5863318537ee3f995c6ab0b66d.zip
gnu: Add rust-av-metrics-0.6.
* gnu/packages/crates-io.scm (rust-av-metrics-0.6): New variable.
Diffstat (limited to 'tests/syscalls.scm')
0 files changed, 0 insertions, 0 deletions
ests/snix.scm?id=0bdba772ca2167cdd3acaed81ca8667cb78b266c'>Augment `.dir-locals.el'....* .dir-locals.el: Add more Scheme settings. * guix-build.in, tests/base32.scm, tests/build-utils.scm, tests/builders.scm, tests/derivations.scm, tests/packages.scm, tests/snix.scm, tests/store.scm, tests/union.scm, tests/utils.scm: Remove redundant Emacs local variable settings. Ludovic Courtès 2013-01-07snix: Update `license' check in unit test....* tests/snix.scm ("nixpkgs->guix-package"): Expect `license' to be a symbol. This is a follow-up to commit e7aa73e. Ludovic Courtès 2013-01-06Update license headers....Change all license headers, except guix/build/* and ld-wrapper.scm, with this code: (use-modules (guix build utils) (srfi srfi-1)) (fluid-set! %default-port-encoding "UTF-8") (substitute* (remove (lambda (f) (or (string-contains f ".tar.") (string-contains f ".git/") (string-contains f ".so") (string-suffix? ".o" f) (string-suffix? ".a" f) (string-suffix? ".go" f) (string-suffix? ".pdf" f) (string-suffix? ".png" f) (string-suffix? ".info" f) (equal? (basename f) "guix-daemon") (equal? (basename f) "nix-setuid-helper") (string-contains f "nix-upstream/") (string-contains f "distro/packages/bootstrap/"))) (find-files "." "\\.[a-z]+$")) (("^([[:graph:]]+) This file is part of Guix." _ comment-start) (string-append comment-start " This file is part of GNU Guix.")) (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start) (string-append comment-start " GNU Guix --- Functional package management for GNU\n")) (("^([[:graph:]]+) Guix is " _ comment-start) (string-append comment-start " GNU Guix is ")) (("^([[:graph:]]+) along with Guix." _ comment-start) (string-append comment-start " along with GNU Guix.")) (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start) (string-append comment-start " Copyright ©"))) Change headers using C-style comments manually.