summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2015-04-08gnu: Add ghc-stm....* gnu/packages/haskell.scm (ghc-stm): New variable. Federico Beffa
2015-04-08gnu: Add ghc-zlib....* gnu/packages/haskell.scm (ghc-zlib): New variable. Federico Beffa
2015-04-08gnu: Add ghc-paths....* gnu/packages/haskell.scm: (ghc-paths): New variable. Federico Beffa
2015-04-08gnu: Add ghc-mtl....* gnu/packages/haskell.scm: (ghc-mtl): New variable. Federico Beffa
2015-04-08gnu: Add libsecret....* gnu/packages/gnome.scm (libsecret): New variable. 宋文武
2015-04-08gnu: guix: Update development snapshot....* gnu/packages/package-management.scm (guix-devel): Update to 0b13161. Ludovic Courtès
2015-04-08gnu: inetutils: Apply syslogd patch....* 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. Ludovic Courtès
2015-04-08gnu: julia: Pass MARCH make flag....* gnu/packages/julia.scm (julia)[arguments]: Pass "MARCH" flag for supported architectures. Ricardo Wurmus
2015-04-08gnu: julia: Mark as unsupported on ARM and MIPS....* gnu/packages/julia.scm (julia): Add 'supported-systems' field. Ricardo Wurmus
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....* gnu/packages/linux.scm (kbd): Update to 2.0.2. Mark H Weaver
2015-04-07gnu: Add python-drmaa....* gnu/packages/python.scm (python-drmaa, python2-drmaa): New variables. Ricardo Wurmus
2015-04-07gnu: Add Solfege....* gnu/packages/music.scm (solfege): New variable. Ricardo Wurmus
2015-04-07gnu: Add Csound....* gnu/packages/audio.scm (csound): New variable. Ricardo Wurmus
2015-04-07gnu: Add libiec61883....* gnu/packages/linux.scm (libiec61883): New variable. 宋文武
2015-04-06gnu: apl: Update to 1.5....* gnu/packages/apl.scm (apl): Update to 1.5. Mark H Weaver
2015-04-06gnu: parallel: Update to 20150322....* gnu/packages/parallel.scm (parallel): Update to 20150322. Mark H Weaver
2015-04-07gnu: Add libsoup....* gnu/packages/gnome.scm (libsoup): New variable. 宋文武
2015-04-06gnu: lsof: Add mirrors....Reported by Tomáš Čech. * gnu/packages/lsof.scm (lsof)[source]: Add two mirrors. Ludovic Courtès
2015-04-06gnu: Perl GD: Add real patch....Replaces the stub patch added in 43754738e030a4083b0881b2264b905bc563e78b. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: Update patch. 43754738e030a4083b0881b2264b905bc563e78b Eric Bavier
2015-04-06gnu: icecat: Fix source URI....* gnu/packages/gnuzilla.scm (icecat)[source]: Fix source URI computation. Mark H Weaver
2015-04-06gnu: icecat: Update to 31.6.0-gnu1....* 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. Mark H Weaver
2015-04-05gnu: nss: Update to 3.18....* gnu/packages/gnuzilla.scm (nss): Update to 3.18. Compute source URI automatically based on version. Mark H Weaver
2015-04-05Remove unused module import (gnu packages ed) from (gnu packages commencement)....* gnu/packages/commencement.scm: Remove (gnu packages ed) module import. Mark H Weaver
2015-04-05gnu: emacs: Add librsvg to inputs....* gnu/packages/emacs.scm (emacs)[inputs]: Add librsvg. (emacs-no-x)[inputs]: Remove librsvg from inherited inputs. Mark H Weaver
2015-04-05gnu: linux-libre: Fix drm_wait_one_vblank warnings....* 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. Mark H Weaver
2015-04-06gnu: Add glib-networking....* gnu/packages/gnome.scm (glib-networking): New variable. 宋文武
2015-04-05linux-initrd: Add virtio drivers by default....* gnu/system/linux-initrd.scm (base-initrd): Change #:virtio? default to #t. This will facilitate the use of GuixSD in VM guests. Ludovic Courtès
2015-04-05system: Take kernel modules from the user-specified kernel....* 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> Andy Wingo
2015-04-05gnu: nginx: Clean up installation directories....* gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase. David Thompson
2015-04-05gnu: nginx: Use modify-phases syntax....* gnu/packages/web.scm (nginx): Use modify-phases syntax. David Thompson
2015-04-05gnu: Add livestreamer....* gnu/packages/video.scm (livestreamer): New variable. David Thompson
2015-04-05gnu: Add python-singledispatch....* gnu/packages/python.scm (python-singledispatch, python2-singledispatch): New variables. David Thompson
2015-04-05gnu: python-requests: Fix Python 2 version and add support for Python 3....* gnu/packages/python.scm (python-requests): New variable. (python2-requests): Generate based on Python 3 variant. David Thompson
2015-04-05gnu: gnome-mines: Update to 3.16.0....* gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0. 宋文武
2015-04-05gnu: gsettings-desktop-schemas: Enable GObject introspection....* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Add gobject-introspection. 宋文武
2015-04-05gnu: gsettings-desktop-schemas: Update to 3.16.0....* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0. 宋文武
2015-04-05gnu: Add aalib....* gnu/packages/video.scm (aalib): New variable. 宋文武
2015-04-05gnu: Add WavPack....* gnu/packages/audio.scm (wavpack): New variable. 宋文武
2015-04-05gnu: Add libshout....* gnu/packages/xiph.scm (libshout): New varibale. 宋文武
2015-04-05gnu: Add libavc1394....* gnu/packages/linux.scm (libavc1394): New variable. 宋文武
2015-04-05gnu: Add libraw1394....* gnu/packages/linux.scm (libraw1394): New variable. 宋文武
2015-04-04gnu: Add icecast....* gnu/packages/xiph.scm (icecast): New variable. David Thompson
2015-04-04gnu: node: Update to 0.12.2.David Thompson
2015-04-04gnu: Add gnome-terminal....* gnu/packages/gnome.scm (gnome-terminal): New variable. Andy Wingo
2015-04-04gnu: Perl GD: Add stub patch....This is a temporary fix to enable hydra to complete evaluations, which were broken by f7ee7a9b06a386863d7752ba028a79bb98d3504d due to a missing patch file. The real patch will be put into place in a later commit. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: New file. This is just a stub. * gnu-system.am (dist_patch_DATA): Add it. Mark H Weaver
2015-04-04gnu: source-highlight: Remove obsolete patch....This should have been done in a952b10c23c9ca5931793d862a718b55492a046d. * gnu/packages/patches/source-highlight-regexrange-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/pretty-print.scm (source-highlight)[source]: Remove patch. Mark H Weaver
2015-04-04gnu: source-highlight: Update to 3.1.8....* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8. Mark H Weaver
2015-04-04gnu: ghc: Fix i686 build....* gnu/packages/haskell.scm (ghc-bootstrap-7.8.4): Replace with ... (ghc-bootstrap-i686-7.8.4, ghc-bootstrap-x86_64-7.8.4): ... these. (ghc)[native-inputs]: Select the appropriate bootstrap. Federico Beffa
2015-04-04gnu: Add Catalyst-View-JSON....* gnu/packages/web.scm (perl-catalyst-view-json): New variable. Eric Bavier