;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 78) (tab-width . 8))) (c-mode . ((c-file-style . "gnu"))) (scheme-mode . ((indent-tabs-mode . nil) (eval . (put 'test-assert 'scheme-indent-function 1)) (eval . (put 'test-equal 'scheme-indent-function 1)) (eval . (put 'test-eq 'scheme-indent-function 1)) (eval . (put 'call-with-input-string 'scheme-indent-function 1)) (eval . (put 'guard 'scheme-indent-function 1)) (eval . (put 'lambda* 'scheme-indent-function 1)) (eval . (put 'substitute* 'scheme-indent-function 1)) (eval . (put 'with-directory-excursion 'scheme-indent-function 1)) (eval . (put 'package 'scheme-indent-function 0)) (eval . (put 'origin 'scheme-indent-function 0)) (eval . (put 'manifest-entry 'scheme-indent-function 0)) (eval . (put 'manifest-pattern 'scheme-indent-function 0)) (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1)) (eval . (put 'with-store 'scheme-indent-function 1)) (eval . (put 'with-error-handling 'scheme-indent-function 0)) (eval . (put 'with-mutex 'scheme-indent-function 1)) (eval . (put 'with-atomic-file-output 'scheme-indent-function 1)) (eval . (put 'call-with-compressed-output-port 'scheme-indent-function 2)) (eval . (put 'call-with-decompressed-port 'scheme-indent-function 2)) (eval . (put 'signature-case 'scheme-indent-function 1)) (eval . (put 'syntax-parameterize 'scheme-indent-function 1)) (eval . (put 'with-monad 'scheme-indent-function 1)) (eval . (put 'mlet* 'scheme-indent-function 2)) (eval . (put 'mlet 'scheme-indent-function 2)) (eval . (put 'run-with-store 'scheme-indent-function 1)))) (emacs-lisp-mode . ((indent-tabs-mode . nil))) (texinfo-mode . ((indent-tabs-mode . nil) (fill-column . 72)))) ='6cb1f6b6017164e40b0ae16ff6c1df6f59fb0e38'/>
path: root/gnu/packages/patches/onnx-shared-libraries.patch
48d433f'>etc: Add teams.scm.
AgeCommit message (Expand)Author
Ricardo Wurmus
2022-01-25build: Require Guile >= 3.0.3.Ludovic Courtès
2021-11-23maint: "make dist" builds tarballs in 'ustar' format.Ludovic Courtès
2021-06-01maint: Require Guile 3.0.Ludovic Courtès
2021-05-03nls: Do not update po files on first make invocation.Julien Lepiller
2021-04-25import: Remove Nix importer.Ludovic Courtès
2021-04-23build: Add a check for Guile-Lib.Maxim Cournoyer
2021-03-17maint: Check whether Guile-zlib is recent enough.Ludovic Courtès
2021-02-04build: Add '--with-channel-commit' and related configure flags.Ludovic Courtès
2020-12-27maint: Remove unused '--with-nix-prefix' configure option.Ludovic Courtès
2020-12-19maint: Require Guile >= 2.2.6.Ludovic Courtès
2020-12-11maint: Avoid macros obsolete in Autoconf 2.70.Ludovic Courtès
2020-11-29Make "guile-avahi" dependency optional.Mathieu Othacehe
2020-11-29Add Avahi support.Mathieu Othacehe
2020-10-22git: Require Guile-Git 0.3.0 or later.Ludovic Courtès
2020-10-05build: Use a 'guile' executable that doesn't warn about locales.Ludovic Courtès
2020-08-29build: Remove references to the 'nix-hash' program.Ludovic Courtès
2020-08-29build: Remove check for Guile 2.2.1 bug.Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe