~ruther/guix-local

d8b6fcde — Federico Beffa 10 years ago
import: cabal: Make token recognition case-insensitive.

* guix/import/cabal.scm (make-rx-matcher): Add optional parameter FLAG.
  (is-property, is-flag, is-src-repo, is-exec, is-test-suite, is-benchmark,
  is-lib, is-else, is-if): Make test case-insensitive.
85ef742c — Federico Beffa 10 years ago
gnu: Add emacs-mmm-mode.

* gnu/packages/emacs.scm (emacs-mmm-mode): New variable.
78395334 — Federico Beffa 10 years ago
gnu: Add emacs-auctex.

* gnu/packages/emacs.scm: New variable.
e9137a53 — Federico Beffa 10 years ago
build: Add 'emacs-build-system'.

* Makefile.am (MODULES): Add 'guix/build-system/emacs.scm' and
  'guix/build/emacs-build-system.scm'.
* guix/build-system/emacs.scm: New file.
* guix/build/emacs-build-system.scm: New file.
* doc/guix.texi (Build Systems): Document it.
1d44b4e5 — Federico Beffa 10 years ago
build: emacs-utils: Add 'emacs-byte-compile-directory'.

* guix/build/emacs-utils.scm (emacs-byte-compile-directory): New procedure.
7f74a931 — Federico Beffa 10 years ago
import: Add 'elpa' importer.

* guix/import/elpa.scm: New file.
* guix/scripts/import.scm: Add "elpa" to 'importers'.
* guix/scripts/import/elpa.scm: New file.
* Makefile.am (MODULES): Add 'guix/import/elpa.scm' and
  'guix/scripts/import/elpa.scm'.
  (SCM_TESTS): Add 'tests/elpa.scm'.
* doc/guix.texi (Invoking guix import): Document it.
* tests/elpa.scm: New file.
* po/guix/POTFILES.in: Add 'guix/scripts/import/elpa.scm'.
575b4b09 — David Thompson 10 years ago
gnu: system: Move file-system->spec to (gnu system file-systems).

* gnu/system/linux-initrd.scm (file-system->spec): Move this...
* gnu/system/file-systems.scm: ... to here.
9110c2e9 — David Thompson 10 years ago
gnu: system: Move <file-system-mapping> into (gnu system file-systems).

* gnu/system/vm.scm (<file-system-mapping>, %store-mapping): Move from here...
* gnu/system/file-systems.scm: ...to here.
* guix/scripts/system.scm: Import (gnu system file-systems).
df3ce5c1 — David Thompson 10 years ago
build: syscalls: Add pivot-root.

* guix/build/syscalls.scm (pivot-root): New procedure.
* tests/syscalls.scm ("pivot-root"): New test.
43ace6ea — David Thompson 10 years ago
build: syscalls: Add setns.

* guix/build/syscalls.scm (setns): New procedure.
* tests/syscalls.scm ("setns"): New test.

squash: setns
8950ed11 — David Thompson 10 years ago
build: syscalls: Add clone.

* guix/build/syscalls.scm (clone): New procedure.
  (CLONE_NEWNS, CLONE_NEWUTS, CLONE_NEWIPC, CLONE_NEWUSER, CLONE_NEWPID,
  CLONE_NEWNET): New variables.
* tests/syscalls.scm ("clone"): New test.
0e88cbf8 — Cyril Roelandt 10 years ago
gnu: python-testtools: make python-mimeparse a propagated input

* gnu/packages/python.scm (python-testtools): move python-mimeparse from inputs
  to propagated-inputs.
db6e5e2b — David Thompson 10 years ago
utils: Add call-with-temporary-directory.

* guix/utils.scm (call-with-temporary-directory): New procedure.
b4abdeb6 — David Thompson 10 years ago
build: syscalls: Add mkdtemp!

* guix/build/syscalls.scm (mkdtemp!): New procedure.
* tests/syscalls.scm ("mkdtemp!"): New test.
b16d138a — David Thompson 10 years ago
build: syscalls: Add unmount flags.

* guix/build/syscalls.scm (MNT_FORCE, MNT_DETACH, MNT_EXPIRE)
  (UMOUNT_NOFOLLOW): New variables.
577c02eb — David Thompson 10 years ago
build: syscalls: Add additional mount flags.

* guix/build/syscalls.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_STRICTATIME):
  New variables.
4931dfcd — Ludovic Courtès 10 years ago
tests: Test the exit code of 'guix environment'.

This is a followup to d2cef62.

* tests/guix-environment.sh: Add test for the exit code.
a8afb9ae — Ludovic Courtès 10 years ago
store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.

* guix/store.scm (run-with-store): Set %CURRENT-TARGET-SYSTEM to #f.
* tests/gexp.scm ("gexp->derivation vs. %current-target-system"): New test.
d7facc66 — Mark H Weaver 10 years ago
gnu: cups-filters: Update to 1.0.71.

* gnu/packages/cups.scm (cups-filters): Update to 1.0.71.
b1982b80 — Mark H Weaver 10 years ago
gnu: zathura-{cb,ps,djvu,pdf-poppler}: Fix installation of desktop files.

Based on a patch by Alex Kost <alezost@gmail.com>.

* gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu)
  (zathura-pdf-poppler)[arguments]: In make-flags, set PREFIX instead of
  DESTDIR and adjust PLUGINDIR accordingly.
Next