summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add Shogun.Ricardo Wurmus2015-04-09
| | | | * gnu/packages/bioinformatics.scm (shogun): New variable.
* activation: Remove undeclared user accounts and groups.Ludovic Courtès2015-04-08
| | | | | | | | | | | | 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.
* gnu: Add ghc-http.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-http): New variable.
* gnu: Add ghc-network-uri.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-network-uri): New variable.
* gnu: Add ghc-network.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-network): New variable.
* gnu: Add ghc-vector.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-vector): New variable.
* gnu: Add ghc-parsec.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-parsec): New variable.
* gnu: Add ghc-split.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-split): New variable.
* gnu: Add ghc-unordered-containers.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-unordered-containers): New variable.
* gnu: Add ghc-fgl.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-fgl): New variable.
* gnu: Add ghc-containers.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-containers): New variable.
* gnu: Add ghc-syb.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-syb): New variable.
* gnu: Add ghc-case-insensitive.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-case-insensitive): New variable.
* gnu: Add ghc-quickcheck.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-quickcheck): New variable.
* gnu: Add ghc-tf-random.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-tf-random): New variable.
* gnu: Add ghc-primitive.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-primitive): New variable.
* gnu: Add ghc-random.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-random): New variable.
* gnu: Add ghc-hunitFederico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-hunit): New variable.
* gnu: Add ghc-hashable.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-hashable): New variable.
* gnu: Add ghc-text.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-text): New variable.
* gnu: Add ghc-parallel.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-parallel): New variable.
* gnu: Add ghc-stm.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-stm): New variable.
* gnu: Add ghc-zlib.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm (ghc-zlib): New variable.
* gnu: Add ghc-paths.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm: (ghc-paths): New variable.
* gnu: Add ghc-mtl.Federico Beffa2015-04-08
| | | | * gnu/packages/haskell.scm: (ghc-mtl): New variable.
* gnu: Add libsecret.宋文武2015-04-08
| | | | * gnu/packages/gnome.scm (libsecret): New variable.
* gnu: guix: Update development snapshot.Ludovic Courtès2015-04-08
| | | | * gnu/packages/package-management.scm (guix-devel): Update to 0b13161.
* gnu: inetutils: Apply syslogd patch.Ludovic Courtès2015-04-08
| | | | | | | * 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.
* gnu: julia: Pass MARCH make flag.Ricardo Wurmus2015-04-08
| | | | | * gnu/packages/julia.scm (julia)[arguments]: Pass "MARCH" flag for supported architectures.
* gnu: julia: Mark as unsupported on ARM and MIPS.Ricardo Wurmus2015-04-08
| | | | * gnu/packages/julia.scm (julia): Add 'supported-systems' field.
* gnu: wavpack: Fix wavpack.pc by passing '--libdir' to `configure'.宋文武2015-04-08
| | | | * gnu/packages/audio.scm (wavpack)[arguments]: New field.
* gnu: kbd: Update to 2.0.2.Mark H Weaver2015-04-07
| | | | * gnu/packages/linux.scm (kbd): Update to 2.0.2.
* gnu: Add python-drmaa.Ricardo Wurmus2015-04-07
| | | | * gnu/packages/python.scm (python-drmaa, python2-drmaa): New variables.
* gnu: Add Solfege.Ricardo Wurmus2015-04-07
| | | | * gnu/packages/music.scm (solfege): New variable.
* gnu: Add Csound.Ricardo Wurmus2015-04-07
| | | | * gnu/packages/audio.scm (csound): New variable.
* gnu: Add libiec61883.宋文武2015-04-07
| | | | * gnu/packages/linux.scm (libiec61883): New variable.
* gnu: apl: Update to 1.5.Mark H Weaver2015-04-06
| | | | * gnu/packages/apl.scm (apl): Update to 1.5.
* gnu: parallel: Update to 20150322.Mark H Weaver2015-04-06
| | | | * gnu/packages/parallel.scm (parallel): Update to 20150322.
* gnu: Add libsoup.宋文武2015-04-07
| | | | * gnu/packages/gnome.scm (libsoup): New variable.
* gnu: lsof: Add mirrors.Ludovic Courtès2015-04-06
| | | | | | Reported by Tomáš Čech. * gnu/packages/lsof.scm (lsof)[source]: Add two mirrors.
* gnu: Perl GD: Add real patch.Eric Bavier2015-04-06
| | | | | | | | | Replaces the stub patch added in 43754738e030a4083b0881b2264b905bc563e78b. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: Update patch. 43754738e030a4083b0881b2264b905bc563e78b
* gnu: icecat: Fix source URI.Mark H Weaver2015-04-06
| | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Fix source URI computation.
* gnu: icecat: Update to 31.6.0-gnu1.Mark H Weaver2015-04-06
| | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-CVE-2015-0801.patch, gnu/packages/patches/icecat-CVE-2015-0807.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch, gnu/packages/patches/icecat-CVE-2015-0816.patch, gnu/packages/patches/icecat-CVE-2015-0817.patch, gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch, gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch, gnu/packages/patches/icecat-bug-1127780.patch, gnu/packages/patches/icecat-bug-1145870.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm (icecat): Update to 31.6.0-gnu1. Remove patches.
* gnu: nss: Update to 3.18.Mark H Weaver2015-04-05
| | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.18. Compute source URI automatically based on version.
* Remove unused module import (gnu packages ed) from (gnu packages commencement).Mark H Weaver2015-04-05
| | | | * gnu/packages/commencement.scm: Remove (gnu packages ed) module import.
* gnu: emacs: Add librsvg to inputs.Mark H Weaver2015-04-05
| | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Add librsvg. (emacs-no-x)[inputs]: Remove librsvg from inherited inputs.
* gnu: linux-libre: Fix drm_wait_one_vblank warnings.Mark H Weaver2015-04-05
| | | | | | * gnu/packages/patches/linux-libre-vblank-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre)[source]: Add patch.
* gnu: Add glib-networking.宋文武2015-04-06
| | | | * gnu/packages/gnome.scm (glib-networking): New variable.
* linux-initrd: Add virtio drivers by default.Ludovic Courtès2015-04-05
| | | | | * gnu/system/linux-initrd.scm (base-initrd): Change #:virtio? default to #t. This will facilitate the use of GuixSD in VM guests.
* system: Take kernel modules from the user-specified kernel.Andy Wingo2015-04-05
| | | | | | | | | | | * gnu/system/linux-initrd.scm (base-initrd): Add #:linux option to specify the linux kernel to use. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Propagate #:linux to base-initrd. * gnu/system.scm (operating-system-initrd-file): Pass #:linux to 'make-initrd'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>