summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
* gnu: Add gourmet.Eric Bavier2014-12-02
| | | | | * gnu/packages/nutrition.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add python-pygobject.Eric Bavier2014-12-02
| | | | | | | | * gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/glib.scm (python-pygobject, python2-pygobject-2): New variables.
* gnu: python: Add sqlite input.Eric Bavier2014-12-02
| | | | | | | | | * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch, gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch: New patches. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2)[source]: Add patch. [inputs]: Add sqlite. (python)[source]: Add patch.
* gnu: move xorg to xdisorgJohn Darrington2014-12-02
| | | | | | | * gnu/packages/xorg.scm (xeyes, pixman, libdrm, libdrm-2.4.33, mtdev): Move to ... * gnu/packages/xdisorg.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add mg.Taylan Ulrich B2014-11-29
| | | | | | | * gnu/packages/mg.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add mg.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: Add (gnu build linux-modules).Ludovic Courtès2014-11-28
| | | | | * gnu/build/linux-modules.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* system: Build system-wide locale definitions.Ludovic Courtès2014-11-27
| | | | | | | | | | | | | | | * gnu/system/locale.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/system.scm (<operating-system>)[locale]: Change the default to "en_US.utf8". (operating-system-locale-directory): New procecure. (operating-system-derivation): Use it. * doc/guix.texi (Using the Configuration System): Change example locale to "fr_FR.utf8". (operating-system Reference): Add xref to "Locales". Document 'locale-definitions'. (Locales): New section. * po/guix/POTFILES.in: Add gnu/system.scm.
* gnu: xf86-video-openchrome: Patch to correct build failure.Andreas Enge2014-11-23
| | | | | | | * gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build failure with glibc-2.20. Fixes bug #18740. * gnu/packages/patches/xf86-video-openchrome-includes.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
* gnu: Add AVR-Libc.Manolis Ragkousis2014-11-21
| | | | | | | | | | * gnu/packages/avr.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add avr.scm. * gnu/packages/cross-base.scm (xgcc-avr): New variable. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "avr". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: icu4c: Update to 54.1.Andreas Enge2014-11-20
| | | | | | * gnu/packages/icu4c.scm (icu4c): Update to 54.1. * gnu/packages/patches/icu4c-test-date-format.patch: Remove unneeded patch. * gnu-system.am (dist_patch_DATA): Unregister dropped patch.
* gnu: Add Wine.宋文武2014-11-18
| | | | | | | * gnu/packages/wine.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Openbox.Julien Lepiller2014-11-18
| | | | | | | * gnu/packages/openbox.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add minetest.David Thompson2014-11-16
| | | | | | * gnu/packages/patches/minetest-subgame-env-var.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/games.scm (minetest): New variable.
* gnu: gnutls: Update to 3.2.20--this fixes CVE-2014-8564.Ludovic Courtès2014-11-12
| | | | | | | * gnu/packages/patches/gnutls-server-name-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnutls.scm (gnutls): Update to 3.2.20. Remove 'patches' field.
* gnu: Introduce (gnu artwork) module.Ludovic Courtès2014-11-12
| | | | | | | | | * gnu/artwork.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/services/xorg.scm: Use it. (%artwork-repository): Remove. * gnu/system/grub.scm: Use it. (%artwork-repository): Remove.
* gnu: cross-base: Apply Qualcomm's patches for Binutils and GCC.Ludovic Courtès2014-11-11
| | | | | | | | | | | | | | | This fixes compilation of the ath9k-htc firmware. Before that, loading it would result in "Target is unresponsive". The patches come from the ath9k-htc firmware source. * gnu/packages/patches/ath9k-htc-firmware-binutils.patch, gnu/packages/patches/ath9k-htc-firmware-gcc.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/cross-base.scm (package-with-patch): New procedure. (cross-binutils): Check whether TARGET starts with "xtensa-", and call 'package-with-patch' when it does. (cross-gcc-patches): New procedure. (cross-gcc): Use it to add patches.
* gnu: Add polkit.Andreas Enge2014-11-09
| | | | | | * gnu/packages/polkit.scm (polkit): New variable. * gnu/packages/patches/polkit-drop-test.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch file.
* gnu: Add mozjs (Mozilla Spidermonkey).Andreas Enge2014-11-08
| | | | | * gnu/packages/polkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register new file.
* gnu: Add GNU adns.Ludovic Courtès2014-11-04
| | | | | * gnu/packages/adns.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add GPSBabel.Ludovic Courtès2014-10-29
| | | | | * gnu/packages/gps.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add ath9k-htc-firmware.Ludovic Courtès2014-10-29
| | | | | | | * gnu/packages/firmware.scm: New file. * gnu/packages/patches/ath9k-htc-firmware-objcopy.patch: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add 'firmware.scm'. (dist_patch_DATA): Add the patch.
* gnu: Add miscfilesJohn Darrington2014-10-27
| | | | | * gnu/packages/miscfiles.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: pulseaudio: Fix CVE-2014-3970 and intermittent test failures.Mark H Weaver2014-10-26
| | | | | | | * gnu/packages/patches/pulseaudio-CVE-2014-397.patch: New file. * gnu/packages/patches/pulseaudio-fix-mult-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/pulseaudio.scm (pulseaudio): Add patches.
* gnu: emacs: Update to 24.4.Mark H Weaver2014-10-21
| | | | | | | | | * gnu/packages/patches/emacs-configure-sh.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/emacs.scm (emacs): Update to 24.4. Add 'acl' as input. Remove --with-crt-dir configure option. (emacs-no-x-toolkit): Add 'inotify-tools' as input. Adjust to cope with the lack of configure-flags in the main 'emacs' package.
* gnu: ccache: Upgrade to 3.1.10.Eric Bavier2014-10-20
| | | | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.1.10. [source]: Remove patches. * gnu/packages/patches/ccache-stdc-predef-test.patch: Delete patch. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: Add sane-backendsJohn Darrington2014-10-20
| | | | | * gnu/packages/scanner.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add ntpJohn Darrington2014-10-19
| | | | | * gnu/packages/ntp.scm: New file. * gnu-system.am (gnu/packages/ntp.scm): Add it.
* gnu: gnutls: Patch bug in 'set-session-server-name!'.Ludovic Courtès2014-10-14
| | | | | | * gnu/packages/patches/gnutls-server-name-fix.patch: New file. * gnu/packages/gnutls.scm (gnutls)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: libarchive: Apply fixes including for CVE-2013-0211.Mark H Weaver2014-10-11
| | | | | | | | * gnu/packages/patches/libarchive-CVE-2013-0211.patch, gnu/packages/patches/libarchive-fix-lzo-test-case.patch, gnu/packages/patches/libarchive-mtree-filename-length-fix.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/backup.scm (libarchive)[source]: Add patches.
* gnu: Add xfig.Eric Bavier2014-10-11
| | | | | * gnu/packages/xfig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: net-tools: Allow compilation with current libc and GCC.Ludovic Courtès2014-10-06
| | | | | | * gnu/packages/patches/net-tools-bitrot.patch: New file. * gnu/packages/linux.scm (net-tools): Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add feh.Ian Denhardt2014-10-06
| | | | | | | * gnu/packages/feh.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xpdf: Update to 3.04.Mark H Weaver2014-10-05
| | | | | | | * gnu/packages/patches/xpdf-constchar.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/pdf.scm (xpdf): Update to 3.04. Remove patch. Add libpng as an input.
* gnu: Add dfu-programmerManolis Ragkousis2014-10-02
| | | | | | | | * gnu/packages/flashing-tools.scm (dfu-programmer): New variable. * gnu/packages/patches/dfu-programmer-fix-libusb.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Move flashrom and avrdude to (gnu packages flashing-tools).Manolis Ragkousis2014-09-30
| | | | | | | | | * gnu/packages/admin.scm (flashrom): Move this and... * gnu/packages/avrdude.scm (avrdude): ... this to... * gnu/packages/flashing-tools.scm: ... this. New file. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Move giflib to (gnu packages image).Alex Kost2014-09-30
| | | | | | | * gnu/packages/giflib.scm: Remove. Move the contents to (gnu packages image). * gnu-system.am (GNU_SYSTEM_MODULES): Remove giflib file name. * gnu/packages/emacs.scm: Remove giflib module name. * gnu/packages/image.scm (giflib): New variable.
* gnu: guile-ncurses: Update to 1.5.Ludovic Courtès2014-09-29
| | | | | | * gnu/packages/guile.scm (guile-ncurses): Update to 1.5. Remove patch. * gnu/packages/patches/guile-ncurses-tests.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: Add synergy.Eric Bavier2014-09-29
| | | | | * gnu/packages/synergy.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: duplicity: Fix and disable some tests.Eric Bavier2014-09-28
| | | | | | | | | | * gnu/packages/patches/duplicity-piped-password.patch: New patch. * gnu/packages/patches/duplicity-test_selection-tmp.patch: New patch. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/backup.scm (duplicity)[source]: Add patches field. [inputs]: Add util-linux and tzdata. [arguments]: rename patch-tests phase to check-setup. Set HOME and TZDIR for tests.
* gnu: Add ruby.Pjotr Prins2014-09-28
| | | | | | | | Co-authored-by: David Thompson <davet@gnu.org> * gnu/packages/ruby.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * guix/licenses.scm (ruby): New variable.
* gnu: Add scrot.Alex Kost2014-09-26
| | | | | * gnu/packages/scrot.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: xf86-input-synaptics: Allow building with libc 2.20.Ludovic Courtès2014-09-23
| | | | | | | * gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-input-synaptics): Use it. Improve synopsis and description.
* Merge branch 'core-updates'Ludovic Courtès2014-09-22
|\
| * gnu: gcc-4.8.3: Add patch for PR61801.Ludovic Courtès2014-09-17
| | | | | | | | | | | | * gnu/packages/patches/gcc-fix-pr61801.patch: New file. * gnu/packages/gcc.scm (gcc-4.8): Use it. * gnu-system.am (dist_patch_DATA): Add it.
| * Merge branch 'master' into core-updatesMark H Weaver2014-09-13
| |\ | | | | | | | | | | | | Conflicts: gnu-system.am
| * \ Merge branch 'master' into core-updatesMark H Weaver2014-09-11
| |\ \ | | | | | | | | | | | | | | | | Conflicts: gnu/packages/image.scm
| * | | gnu: glibc: Update to 2.20.Mark H Weaver2014-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/glibc-CVE-2014-5119.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/base.scm (glibc): Update to 2.20. Remove patch. Raise minimum linux version to 2.6.32.
| * | | Merge branch 'master' into core-updatesMark H Weaver2014-09-08
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesMark H Weaver2014-08-28
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/base.scm
| * | | | | gnu: glibc: Fix CVE-2014-5119.Mark H Weaver2014-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/glibc-CVE-2014-5119.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Add the patch.