summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-04-15gnu: calibre: Update to 2.24.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 2.24.0.
2015-04-14gnu: Don't use #:prefix in (gnu packages sdl).Ludovic Courtès
* gnu/packages/sdl.scm: Remove #:prefix for (gnu packages fontutils) import, and adjust accordingly. Add #:hide for (guix licenses) import.
2015-04-14install: Add a procedure to build a self-contained binary tarball.Ludovic Courtès
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.
2015-04-14gnu: calibre: Update to 2.23.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 2.23.0.
2015-04-14gnu: 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-14gnu: Add mdadm.Mark H Weaver
* gnu/packages/linux.scm (mdadm): New variable.
2015-04-14gnu: linux-libre: Remove linux-libre-vblank-fix.patch.Mark H Weaver
* 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.
2015-04-13gnu: ruby: Update to 2.2.2.David Thompson
* gnu/packages/ruby.scm (ruby): Update to 2.2.2.
2015-04-13gnu: emacs: Do not keep references to the entries of the build-time $PATH.Ludovic Courtès
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.
2015-04-13gnu: rseqc: Update hash.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (rseqc): Update hash.
2015-04-13gnu: linux-libre: Update to 4.0Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 4.0.
2015-04-12doc: Add example showing how to customize 'nscd-service'.Ludovic Courtès
* 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.
2015-04-12gnu: man-pages: Update to 3.82.Ludovic Courtès
* gnu/packages/man.scm (man-pages): Update to 3.82.
2015-04-12system: Allow users to PTRACE_ATTACH to their own processes.Ludovic Courtès
* gnu/build/activation.scm (activate-ptrace-attach): New procedure. * gnu/system.scm (operating-system-activation-script): Use it.
2015-04-10gnu: emacs: Update to 24.5.Mark H Weaver
* gnu/packages/emacs.scm (emacs): Update to 24.5.
2015-04-10system: Clean /tmp and /var/run during early boot.Mark H Weaver
* gnu/system.scm (operating-system-boot-script): Clean out /tmp and /var/run before activating the system.
2015-04-10gnu: Add gst-libav.宋文武
* gnu/packages/gstreamer.scm (gst-libav): New variable.
2015-04-10gnu: Add GRIT.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (grit): New variable.
2015-04-09gnu: Add Shogun.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (shogun): New variable.
2015-04-08activation: Remove undeclared user accounts and groups.Ludovic Courtès
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.
2015-04-08gnu: Add ghc-http.Federico Beffa
* gnu/packages/haskell.scm (ghc-http): New variable.
2015-04-08gnu: Add ghc-network-uri.Federico Beffa
* gnu/packages/haskell.scm (ghc-network-uri): New variable.
2015-04-08gnu: Add ghc-network.Federico Beffa
* gnu/packages/haskell.scm (ghc-network): New variable.
2015-04-08gnu: Add ghc-vector.Federico Beffa
* gnu/packages/haskell.scm (ghc-vector): New variable.
2015-04-08gnu: Add ghc-parsec.Federico Beffa
* gnu/packages/haskell.scm (ghc-parsec): New variable.
2015-04-08gnu: Add ghc-split.Federico Beffa
* gnu/packages/haskell.scm (ghc-split): New variable.
2015-04-08gnu: Add ghc-unordered-containers.Federico Beffa
* gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
2015-04-08gnu: Add ghc-fgl.Federico Beffa
* gnu/packages/haskell.scm (ghc-fgl): New variable.
2015-04-08gnu: Add ghc-containers.Federico Beffa
* gnu/packages/haskell.scm (ghc-containers): New variable.
2015-04-08gnu: Add ghc-syb.Federico Beffa
* gnu/packages/haskell.scm (ghc-syb): New variable.
2015-04-08gnu: Add ghc-case-insensitive.Federico Beffa
* gnu/packages/haskell.scm (ghc-case-insensitive): New variable.
2015-04-08gnu: Add ghc-quickcheck.Federico Beffa
* gnu/packages/haskell.scm (ghc-quickcheck): New variable.
2015-04-08gnu: Add ghc-tf-random.Federico Beffa
* gnu/packages/haskell.scm (ghc-tf-random): New variable.
2015-04-08gnu: Add ghc-primitive.Federico Beffa
* gnu/packages/haskell.scm (ghc-primitive): New variable.
2015-04-08gnu: Add ghc-random.Federico Beffa
* gnu/packages/haskell.scm (ghc-random): New variable.
2015-04-08gnu: Add ghc-hunitFederico Beffa
* gnu/packages/haskell.scm (ghc-hunit): New variable.
2015-04-08gnu: Add ghc-hashable.Federico Beffa
* gnu/packages/haskell.scm (ghc-hashable): New variable.
2015-04-08gnu: Add ghc-text.Federico Beffa
* gnu/packages/haskell.scm (ghc-text): New variable.
2015-04-08gnu: Add ghc-parallel.Federico Beffa
* gnu/packages/haskell.scm (ghc-parallel): New variable.
2015-04-08gnu: Add ghc-stm.Federico Beffa
* gnu/packages/haskell.scm (ghc-stm): New variable.
2015-04-08gnu: Add ghc-zlib.Federico Beffa
* gnu/packages/haskell.scm (ghc-zlib): New variable.
2015-04-08gnu: Add ghc-paths.Federico Beffa
* gnu/packages/haskell.scm: (ghc-paths): New variable.
2015-04-08gnu: Add ghc-mtl.Federico Beffa
* gnu/packages/haskell.scm: (ghc-mtl): New variable.
2015-04-08gnu: Add libsecret.宋文武
* gnu/packages/gnome.scm (libsecret): New variable.
2015-04-08gnu: guix: Update development snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to 0b13161.
2015-04-08gnu: inetutils: Apply syslogd patch.Ludovic Courtès
* gnu/packages/patches/inetutils-syslogd.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/admin.scm (inetutils)[source]: Use it. [native-inputs]: New field.
2015-04-08gnu: julia: Pass MARCH make flag.Ricardo Wurmus
* gnu/packages/julia.scm (julia)[arguments]: Pass "MARCH" flag for supported architectures.
2015-04-08gnu: julia: Mark as unsupported on ARM and MIPS.Ricardo Wurmus
* gnu/packages/julia.scm (julia): Add 'supported-systems' field.
2015-04-08gnu: wavpack: Fix wavpack.pc by passing '--libdir' to `configure'.宋文武
* gnu/packages/audio.scm (wavpack)[arguments]: New field.
2015-04-07gnu: kbd: Update to 2.0.2.Mark H Weaver
* gnu/packages/linux.scm (kbd): Update to 2.0.2.