~ruther/guix-local

a0bcaefd — Ludovic Courtès 11 years ago
Thank Pjotr.
9d3fb6c7 — Ludovic Courtès 11 years ago
install: Add a procedure to build a self-contained binary tarball.

Suggested by Pjotr Prins <pjotr.public12@thebird.nl>
at <http://lists.gnu.org/archive/html/guix-devel/2015-04/msg00229.html>.

* gnu/build/install.scm (populate-single-profile-directory): New procedure.
* gnu/system/install.scm (self-contained-tarball): New procedure.
* Makefile.am (guix-binary.%.tar.xz): New target.
a84e523c — Ludovic Courtès 11 years ago
build: Silence warnings about 'make' portability.

* configure.ac: Pass -Wno-portability to AM_INIT_AUTOMAKE.
c3768fa4 — Andreas Enge 11 years ago
gnu: calibre: Update to 2.23.0.

* gnu/packages/ebook.scm (calibre): Update to 2.23.0.
04a20db2 — 宋文武 11 years ago
gnu: gst-libav: Use system ffmpeg instead of bundled libav.

* gnu/packages/gstreamer.scm (gst-libav)[arguments]: Remove #:phases.
  Add #:configure-flags.
  [native-inputs]: Remove yasm.
  [inputs]: Add ffmpeg.
d5f01e48 — Mark H Weaver 11 years ago
guix package: Add '--do-not-upgrade' option.

* guix/scripts/package.scm (%options): Add the '--do-not-upgrade' option.
  (show-help): Document it.
  (options->installable): Add 'do-not-upgrade-regexps' variable.
  Use it in 'packages-to-upgrade'.
* doc/guix.texi (Invoking guix package): Document the '--do-not-upgrade'
  option.
69159125 — Mark H Weaver 11 years ago
gnu: Add mdadm.

* gnu/packages/linux.scm (mdadm): New variable.
46a11302 — Mark H Weaver 11 years ago
gnu: linux-libre: Remove linux-libre-vblank-fix.patch.

* gnu/packages/patches/linux-libre-vblank-fix.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (linux-libre): Remove patch.
463acb4a — David Thompson 11 years ago
gnu: ruby: Update to 2.2.2.

* gnu/packages/ruby.scm (ruby): Update to 2.2.2.
1bef37ee — Ludovic Courtès 11 years ago
gnu: emacs: Do not keep references to the entries of the build-time $PATH.

This reduces the number of references of the output from 54 to 31,
removing references notably to gcc, expat, glib:bin, ld-wrapper-0,
texinfo, pkg-config, make, gawk, binutils, etc.

Reported by David Thompson.

* gnu/packages/patches/emacs-exec-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.
8214b7fb — Ricardo Wurmus 11 years ago
gnu: rseqc: Update hash.

* gnu/packages/bioinformatics.scm (rseqc): Update hash.
2784a65a — Jason Self 11 years ago
gnu: linux-libre: Update to 4.0

* gnu/packages/linux.scm (linux-libre): Update to version 4.0.
4c9050c6 — Ludovic Courtès 11 years ago
doc: Add example showing how to customize 'nscd-service'.

* doc/guix.texi (Name Service Switch): Add link to nss-mdns.  Add
  example show how to pass #:name-services to 'nscd-service'.
  (Base Services): Add link from 'nscd-service' to the above.
* gnu/services/base.scm (nscd-service): Update docstring accordingly.
99af4996 — Ludovic Courtès 11 years ago
gnu: man-pages: Update to 3.82.

* gnu/packages/man.scm (man-pages): Update to 3.82.
b158f1d7 — Ludovic Courtès 11 years ago
system: Allow users to PTRACE_ATTACH to their own processes.

* gnu/build/activation.scm (activate-ptrace-attach): New procedure.
* gnu/system.scm (operating-system-activation-script): Use it.
ce6fc7d6 — Ludovic Courtès 11 years ago
build: Build and install (guix build-system haskell).

* Makefile.am (MODULES): Add guix/build-system/haskell.scm.
4c2a38c2 — Mark H Weaver 11 years ago
gnu: emacs: Update to 24.5.

* gnu/packages/emacs.scm (emacs): Update to 24.5.
5e738ac2 — Mark H Weaver 11 years ago
system: Clean /tmp and /var/run during early boot.

* gnu/system.scm (operating-system-boot-script): Clean out /tmp and
  /var/run before activating the system.
1b922590 — 宋文武 11 years ago
gnu: Add gst-libav.

* gnu/packages/gstreamer.scm (gst-libav): New variable.
5854f685 — Ricardo Wurmus 11 years ago
gnu: Add GRIT.

* gnu/packages/bioinformatics.scm (grit): New variable.
Next