summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2015-04-17services: Explicitly refer to Shadow when requiring the 'nologin' shell.•••* gnu/services/avahi.scm (avahi-service): Change 'shell' to a gexp referring to "nologin" in the SHADOW package. * gnu/services/dbus.scm (dbus-service): Likewise. * gnu/services/networking.scm (ntp-service, tor-service): Likewise. Ludovic Courtès
2015-04-17system: Populate /etc/shells with the list of all the shells in use.•••Reported by Andy Wingo <wingo@pobox.com>. * gnu/system.scm (user-shells, shells-file): New procedures. (etc-directory): Add #:shell parameter. Use 'shells-file' instead of 'text-file'. (operating-system-etc-directory): Call 'user-shells' and pass #:shells to 'etc-directory'. Ludovic Courtès
2015-04-17gnu: Add libsrtp.•••* gnu/packages/telephony.scm (libsrtp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Hashe
2015-04-17gnu: 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-16gnu: mig: Update to 1.5•••* gnu/packages/hurd.scm (mig): Update to version 1.5. Manolis Ragkousis
2015-04-16gnu: hurd-headers: Update to 0.6•••* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6. Manolis Ragkousis
2015-04-16gnu: gnumach-headers: Update to 1.5•••* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.5. Manolis Ragkousis
2015-04-16gnu: Add FASTX Toolkit.•••* gnu/packages/bioinformatics.scm (fastx-toolkit): New variable. Ricardo Wurmus
2015-04-16gnu: Add libgtextutils.•••* gnu/packages/textutils.scm (libgtextutils): New variable. Ricardo Wurmus
2015-04-16gnu: tbb: Set library rpath.•••* gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory of output to LDFLAGS. Ricardo Wurmus
2015-04-16gnu: mu: Update to 0.9.12.•••* gnu/packages/mail.scm (mu): Update to version 0.9.12. Paul van der Walt
2015-04-15gnu: icedtea6: Update to 1.13.7.•••* gnu/packages/java.scm (icedtea6): Update to version 1.13.7. Ricardo Wurmus
2015-04-15gnu: calibre: Update to 2.24.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.24.0. Andreas Enge
2015-04-14gnu: 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-14install: 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-14gnu: calibre: Update to 2.23.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.23.0. Andreas Enge
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.•••* gnu/packages/linux.scm (mdadm): New variable. Mark H Weaver
2015-04-14gnu: 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-13gnu: ruby: Update to 2.2.2.•••* gnu/packages/ruby.scm (ruby): Update to 2.2.2. David Thompson
2015-04-13gnu: 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-13gnu: rseqc: Update hash.•••* gnu/packages/bioinformatics.scm (rseqc): Update hash. Ricardo Wurmus
2015-04-13gnu: linux-libre: Update to 4.0•••* gnu/packages/linux.scm (linux-libre): Update to version 4.0. Jason Self
2015-04-12doc: 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-12gnu: man-pages: Update to 3.82.•••* gnu/packages/man.scm (man-pages): Update to 3.82. Ludovic Courtès
2015-04-12system: 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-10gnu: emacs: Update to 24.5.•••* gnu/packages/emacs.scm (emacs): Update to 24.5. Mark H Weaver
2015-04-10system: 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-10gnu: Add gst-libav.•••* gnu/packages/gstreamer.scm (gst-libav): New variable. 宋文武
2015-04-10gnu: Add GRIT.•••* gnu/packages/bioinformatics.scm (grit): New variable. Ricardo Wurmus
2015-04-09gnu: Add Shogun.•••* gnu/packages/bioinformatics.scm (shogun): New variable. Ricardo Wurmus
2015-04-08activation: 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-08gnu: Add ghc-http.•••* gnu/packages/haskell.scm (ghc-http): New variable. Federico Beffa
2015-04-08gnu: Add ghc-network-uri.•••* gnu/packages/haskell.scm (ghc-network-uri): New variable. Federico Beffa
2015-04-08gnu: Add ghc-network.•••* gnu/packages/haskell.scm (ghc-network): New variable. Federico Beffa
2015-04-08gnu: Add ghc-vector.•••* gnu/packages/haskell.scm (ghc-vector): New variable. Federico Beffa
2015-04-08gnu: Add ghc-parsec.•••* gnu/packages/haskell.scm (ghc-parsec): New variable. Federico Beffa
2015-04-08gnu: Add ghc-split.•••* gnu/packages/haskell.scm (ghc-split): New variable. Federico Beffa
2015-04-08gnu: Add ghc-unordered-containers.•••* gnu/packages/haskell.scm (ghc-unordered-containers): New variable. Federico Beffa
2015-04-08gnu: Add ghc-fgl.•••* gnu/packages/haskell.scm (ghc-fgl): New variable. Federico Beffa
2015-04-08gnu: Add ghc-containers.•••* gnu/packages/haskell.scm (ghc-containers): New variable. Federico Beffa
2015-04-08gnu: Add ghc-syb.•••* gnu/packages/haskell.scm (ghc-syb): New variable. Federico Beffa
2015-04-08gnu: Add ghc-case-insensitive.•••* gnu/packages/haskell.scm (ghc-case-insensitive): New variable. Federico Beffa
2015-04-08gnu: Add ghc-quickcheck.•••* gnu/packages/haskell.scm (ghc-quickcheck): New variable. Federico Beffa
2015-04-08gnu: Add ghc-tf-random.•••* gnu/packages/haskell.scm (ghc-tf-random): New variable. Federico Beffa
2015-04-08gnu: Add ghc-primitive.•••* gnu/packages/haskell.scm (ghc-primitive): New variable. Federico Beffa
2015-04-08gnu: Add ghc-random.•••* gnu/packages/haskell.scm (ghc-random): New variable. Federico Beffa
2015-04-08gnu: Add ghc-hunit•••* gnu/packages/haskell.scm (ghc-hunit): New variable. Federico Beffa
2015-04-08gnu: Add ghc-hashable.•••* gnu/packages/haskell.scm (ghc-hashable): New variable. Federico Beffa
2015-04-08gnu: Add ghc-text.•••* gnu/packages/haskell.scm (ghc-text): New variable. Federico Beffa