Age | Commit message (Expand) | Author |
2015-04-17 | gnu: Add libsrtp.•••* gnu/packages/telephony.scm (libsrtp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| David Hashe |
2015-04-17 | gnu: linux-libre: Set CONFIG_DEVMEM=y•••* gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.
Signed-off-by: Jason Self <j@jxself.org>
| Jason Self |
2015-04-16 | gnu: mig: Update to 1.5•••* gnu/packages/hurd.scm (mig): Update to version 1.5.
| Manolis Ragkousis |
2015-04-16 | gnu: hurd-headers: Update to 0.6•••* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.
| Manolis Ragkousis |
2015-04-16 | gnu: gnumach-headers: Update to 1.5•••* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.5.
| Manolis Ragkousis |
2015-04-16 | gnu: Add FASTX Toolkit.•••* gnu/packages/bioinformatics.scm (fastx-toolkit): New variable.
| Ricardo Wurmus |
2015-04-16 | gnu: Add libgtextutils.•••* gnu/packages/textutils.scm (libgtextutils): New variable.
| Ricardo Wurmus |
2015-04-16 | gnu: tbb: Set library rpath.•••* gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory of
output to LDFLAGS.
| Ricardo Wurmus |
2015-04-16 | gnu: mu: Update to 0.9.12.•••* gnu/packages/mail.scm (mu): Update to version 0.9.12.
| Paul van der Walt |
2015-04-15 | doc: Add section on installation from a binary tarball.•••* doc/guix.texi (Binary Installation): New section.
| Ludovic Courtès |
2015-04-15 | profiles: Generalize "hooks" for 'profile-derivation'.•••* guix/profiles.scm (info-dir-file): Remove (null? (manifest-entries
manifest)) test.
(ca-certificate-bundle): Likewise.
(ghc-package-cache-file): Turn 'if' into 'and', and remove second
arm.
(%default-profile-hooks): New variable.
(profile-derivation): Remove #:info-dir?, #:ghc-package-cache?, and
#:ca-certificate-bundle?. Add #:hooks. Iterate over HOOKS. Adjust
'inputs' accordingly.
* guix/scripts/package.scm (guix-package): Adjust 'profile-derivation'
call accordingly.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation",
"profile-derivation, inputs"): Likewise.
| Ludovic Courtès |
2015-04-15 | gnu: icedtea6: Update to 1.13.7.•••* gnu/packages/java.scm (icedtea6): Update to version 1.13.7.
| Ricardo Wurmus |
2015-04-15 | gnu: calibre: Update to 2.24.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.24.0.
| Andreas Enge |
2015-04-14 | build: Add missing 'make-binary-tarball.scm' script.•••This script is used by the target added in 9d3fb6c.
* build-aux/make-binary-tarball.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès |
2015-04-14 | hydra: Add jobs for the self-contained tarball.•••* build-aux/hydra/gnu-system.scm (tarball-jobs): New procedure.
(hydra-jobs): Use it.
| Ludovic Courtès |
2015-04-14 | gnu: Don't use #:prefix in (gnu packages sdl).•••* gnu/packages/sdl.scm: Remove #:prefix for (gnu packages fontutils)
import, and adjust accordingly. Add #:hide for (guix licenses)
import.
| Ludovic Courtès |
2015-04-14 | Thank Pjotr. | Ludovic Courtès |
2015-04-14 | 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.
| Ludovic Courtès |
2015-04-14 | build: Silence warnings about 'make' portability.•••* configure.ac: Pass -Wno-portability to AM_INIT_AUTOMAKE.
| Ludovic Courtès |
2015-04-14 | gnu: calibre: Update to 2.23.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.23.0.
| Andreas Enge |
2015-04-14 | 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.
| 宋文武 |
2015-04-14 | 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.
| Mark H Weaver |
2015-04-14 | gnu: Add mdadm.•••* gnu/packages/linux.scm (mdadm): New variable.
| Mark H Weaver |
2015-04-14 | 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.
| Mark H Weaver |
2015-04-13 | gnu: ruby: Update to 2.2.2.•••* gnu/packages/ruby.scm (ruby): Update to 2.2.2.
| David Thompson |
2015-04-13 | 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.
| Ludovic Courtès |
2015-04-13 | gnu: rseqc: Update hash.•••* gnu/packages/bioinformatics.scm (rseqc): Update hash.
| Ricardo Wurmus |
2015-04-13 | gnu: linux-libre: Update to 4.0•••* gnu/packages/linux.scm (linux-libre): Update to version 4.0.
| Jason Self |
2015-04-12 | 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.
| Ludovic Courtès |
2015-04-12 | gnu: man-pages: Update to 3.82.•••* gnu/packages/man.scm (man-pages): Update to 3.82.
| Ludovic Courtès |
2015-04-12 | 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.
| Ludovic Courtès |
2015-04-12 | build: Build and install (guix build-system haskell).•••* Makefile.am (MODULES): Add guix/build-system/haskell.scm.
| Ludovic Courtès |
2015-04-10 | gnu: emacs: Update to 24.5.•••* gnu/packages/emacs.scm (emacs): Update to 24.5.
| Mark H Weaver |
2015-04-10 | 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.
| Mark H Weaver |
2015-04-10 | gnu: Add gst-libav.•••* gnu/packages/gstreamer.scm (gst-libav): New variable.
| 宋文武 |
2015-04-10 | gnu: Add GRIT.•••* gnu/packages/bioinformatics.scm (grit): New variable.
| Ricardo Wurmus |
2015-04-09 | Add Bash completion file.•••* etc/completion/bash/guix: New file.
* Makefile.am (dist_bashcompletion_DATA): New variable.
* configure.ac: Add --with-bash-completion-dir.
| Ludovic Courtès |
2015-04-09 | gnu: Add Shogun.•••* gnu/packages/bioinformatics.scm (shogun): New variable.
| Ricardo Wurmus |
2015-04-08 | http-client: Add workaround for HTTP pipelining on Guile <= 2.0.9.•••Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.
* guix/http-client.scm (make-delimited-input-port): New procedure.
Install it in (web response) for Guile <= 2.0.9.
| Ludovic Courtès |
2015-04-08 | activation: Remove undeclared user accounts and groups.•••Fixes <http://bugs.gnu.org/19795>.
Reported by David Thompson <dthompson2@worcester.edu>.
* gnu/build/activation.scm (enumerate, current-users, current-groups,
delete-user, delete-group): New procedures.
(activate-users+groups): Add calls to 'delete-user' and
'delete-group'.
* doc/guix.texi (User Accounts): Add a paragraph about statelessness.
Explain that passwords are preserved.
| Ludovic Courtès |
2015-04-08 | gnu: Add ghc-http.•••* gnu/packages/haskell.scm (ghc-http): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-network-uri.•••* gnu/packages/haskell.scm (ghc-network-uri): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-network.•••* gnu/packages/haskell.scm (ghc-network): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-vector.•••* gnu/packages/haskell.scm (ghc-vector): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-parsec.•••* gnu/packages/haskell.scm (ghc-parsec): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-split.•••* gnu/packages/haskell.scm (ghc-split): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-unordered-containers.•••* gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-fgl.•••* gnu/packages/haskell.scm (ghc-fgl): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-containers.•••* gnu/packages/haskell.scm (ghc-containers): New variable.
| Federico Beffa |
2015-04-08 | gnu: Add ghc-syb.•••* gnu/packages/haskell.scm (ghc-syb): New variable.
| Federico Beffa |