summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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.
| * profiles: Generate GHC's package database cache.Federico Beffa2015-04-08
| | | | | | | | | | | | | | | | | | | | * guix/profiles.scm (ghc-package-cache-file): New procedure. (profile-derivation): Add 'ghc-package-cache?' keyword argument. If true (the default), add the result of 'ghc-package-cache-file' to 'inputs'. * guix/scripts/package.scm (guix-package)[process-actions]: Pass #:ghc-package-cache? to 'profile-generation'. * tests/packages.scm ("--search-paths with pattern"): Likewise. * tests/profiles.scm ("profile-derivation"): Likewise.
| * build-system/haskell: Update configure flags, 'haddock' and %standard-phases.Federico Beffa2015-04-08
| | | | | | | | | | | | | | | | | | | | | | | | * guix/build/haskell-build-system.scm (%standard-phases): move 'haddock phase before 'install phase. * guix/build/haskell-build-system.scm (haddock): Simplify it as the 'install phase takes care of copying files. * guix/build/haskell-build-system.scm (configure): Add '--libsubdir' flag. Fix use of '--extra-include-dirs' and '--extra-lib-dirs' flags. Use 'doc', 'bin' and 'lib' outputs if they are defined. * guix/build/haskell-build-system.scm (make-ghc-package-database, register): Aligh location of 'package.conf.d' directory with '--libsubdir' flag.
| * import: Add hackage importer.Federico Beffa2015-04-08
| | | | | | | | | | * guix/import/hackage.scm: New file. * tests/hackage.scm: New file.
| * import: Add hackage importer.Federico Beffa2015-04-08
| | | | | | | | | | | | | | * guix/scripts/import.scm (importers): Add hackage. * guix/scripts/import/hackage.scm: New file. * po/guix/POTFILES.in: Add guix/scripts/import.scm. * doc/guix.texi: Add section on 'hackage' importer.
| * gnu: Add libsecret.宋文武2015-04-08
| | | | | | | | * gnu/packages/gnome.scm (libsecret): New variable.
| * build: Enable silent rules by default.Ludovic Courtès2015-04-08
| | | | | | | | * configure.ac: Use 'AM_SILENT_RULES'.
| * gnu: guix: Update development snapshot.Ludovic Courtès2015-04-08
| | | | | | | | * gnu/packages/package-management.scm (guix-devel): Update to 0b13161.
| * tests: Skip 'guix-package-net.sh' when prerequisites aren't met.Ludovic Courtès2015-04-08
| | | | | | | | | | * tests/guix-package-net.sh: Reinstate networking and shebang test that inadvertently vanished in commit 57b8623.
| * 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: libtasn1: Update to 4.4 [fix for CVE-2015-2806].Ludovic Courtès2015-04-09
| | | | | | | | * gnu/packages/gnutls.scm (libtasn1): Update to 4.4.
* | gnu: nettle: Update to 3.1.Ludovic Courtès2015-04-09
| | | | | | | | | | * gnu/packages/nettle.scm (nettle): Update to 3.1. Add 'arguments' field.
* | gnu: nettle: Make version 3 the default.Ludovic Courtès2015-04-09
| | | | | | | | | | | | | | | | | | * gnu/packages/nettle.scm (nettle): Rename to... (nettle-2): ... this. (nettle-3): Rename to... (nettle): ... this. * gnu/packages/gnutls.scm (gnutls): Use NETTLE-2. * gnu/packages/lsh.scm (lsh): Likewise.
* | gnu: gcc: Do not pass -dynamic-linker to linker when !shared on arm.Mark H Weaver2015-04-09
| | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20102>. * gnu/packages/patches/gcc-arm-link-spec-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.8, gcc-4.9): Add patch. * gnu/packages/cross-base.scm (cross-gcc): Preserve patches from gcc-4.8. Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add geoclue.Andy Wingo2015-04-08
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (geoclue): New variable. * gnu/packages/patches/geoclue-config.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add colord service.Andy Wingo2015-04-08
| | | | | | | | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/colord.scm. * gnu/services/colord.scm: New file. * doc/guix.texi (Various Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add colord package.Andy Wingo2015-04-08
| | | | | | | | | | | | * gnu/packages/gnome.scm (colord): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates宋文武2015-04-08
|\ \
| * | gnu: at-spi2-core: Move html documentation to 'doc' output.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core)[outputs]: New field. [arguments]: Add #:configure-flags.
| * | gnu: at-spi2-atk: Propagate input at-spi2-core.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk): Move at-spi2-core to 'propagated-inputs'. Move dbus to 'native-inputs'.
| * | gnu: at-spi2-atk: Enable tests.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Remove #:tests? #f. Add #:phases.
| * | gnu: atk: Propagate input glib.宋文武2015-04-08
| | | | | | | | | | | | * gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'.
| * | gnu: at-spi2-atk: Update to 2.16.0.宋文武2015-04-08
| | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.16.0.
| * | gnu: atk: Move html documentation to 'doc' output.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (atk)[outputs]: New field. [arguments]: New field.
| * | gnu: atk: Update to 2.16.0.宋文武2015-04-08
| | | | | | | | | | | | * gnu/packages/gtk.scm (atk): Update to 2.16.0.
| * | gnu: at-spi2-core: Enable GObject introspection.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags. [native-inputs]: Add gobject-introspection.
| * | gnu: at-spi2-core: Propagate inputs dbus and glib.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to 'propagated-inputs'.
| * | gnu: at-spi2-core: Enable tests.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove #:tests? #f. Add #:phases.
| * | gnu: at-spi2-core: Update to 2.16.0.宋文武2015-04-08
| | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-core): Update to 2.16.0.
| * | gnu: gtk+-2: Move html documentation to 'doc' output.宋文武2015-04-08
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+-2)[outputs]: New field. [arguments]<#:configure-flags>: Add '--with-html-dir'.
| * | gnu: gtk+-2: Add more inputs.宋文武2015-04-08
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+-2)[inputs]: Add cups, libxcomposite, libxcursor, libxdamage, libxi, libxinerama and libxrandr. [native-inputs]: Add gettext. [arguments]: Add #:configure-flags.
| * | gnu: gtk+-2: Update to 2.24.27.宋文武2015-04-08
| |/ | | | | | | * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.27.
| * 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.
| * doc: Refer to "Substitutes" from "Setting Up the Daemon".Ludovic Courtès2015-04-07
| | | | | | | | | | | | Suggested by Mark H Weaver. * doc/guix.texi (Setting Up the Daemon): Add xref to "Substitutes".
| * doc: Mention the relation between module names and file names.Ludovic Courtès2015-04-07
| | | | | | | | | | * doc/guix.texi (Package Modules): Mention the relation between module names and file names.
| * doc: Mention that the current generation is not deleted.Ludovic Courtès2015-04-07
| | | | | | | | | | * doc/guix.texi (Invoking guix package): Mention that the current generation is not deleted. This is a followup to d26eb84.
| * 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.
| * nls: Add Danish translation.Ludovic Courtès2015-04-06
| | | | | | | | | | * po/guix/da.po: New file. * po/guix/LINGUAS: Add 'da'.
| * tests: Move 'guix package' tests that require networking to a separate file.Ludovic Courtès2015-04-06
| | | | | | | | | | | | | | * tests/guix-package.sh (shebang_not_too_long): Remove. Move everything below "if [networking + shebang_not_too_long]" to... * tests/guix-package-net.sh: ... here. New file. * Makefile.am (SH_TESTS): Add it.
| * guix package: Avoid 'exit' calls in 'delete-matching-generations'.Ludovic Courtès2015-04-06
| | | | | | | | | | | | * guix/scripts/package.scm (delete-matching-generations): Remove call to 'exit' when PATTERN is "0". Call 'leave' instead of 'exit' when (null-list? number).