summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: curl: Update to 7.42.1.Mark H Weaver2015-05-04
| | | | | | | * gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch, gnu/packages/patches/curl-support-capath-on-gnutls.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/curl.scm (curl): Update to 7.42.1. Remove patches.
* gnu: Add python-sympy.Ricardo Wurmus2015-05-04
| | | | * gnu/packages/python.scm (python-sympy, python2-sympy): New variables.
* doc: Fix dangling references in the 'sh-symlink' monad example.Ludovic Courtès2015-05-04
| | | | | | | | Reported by Christopher A. Webber <cwebber@dustycloud.org>. * doc/guix.texi (The Store Monad): Reintroduce 'mlet' in 'sh-symlink' example. Move the simplified version below. Explain that the 'store' parameter is threaded.
* doc: Suggest 'groupadd --system'.Ludovic Courtès2015-05-04
| | | | * doc/guix.texi (Build Environment Setup): Use 'groupadd --system'.
* doc: Clarify installation from the binary tarball.Ludovic Courtès2015-05-04
| | | | | | * doc/guix.texi (Binary Installation): Specifically refer to group/account creation, and add an item for substitutes. Mention verifiability.
* gnu: bamtools: Set rpath via LDFLAGS.Ricardo Wurmus2015-05-04
| | | | | * gnu/packages/bioinformatics.scm (bamtools): Add a pre-configure phase setting $LDFLAGS to set the rpath to $out/lib/bamtools.
* gnu: Add taskwarrior.Tomáš Čech2015-05-04
| | | | | * gnu/packages/task-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add samtools-0.1.19.Ricardo Wurmus2015-05-04
| | | | * gnu/packages/bioinformatics.scm (samtools-0.1): New variable.
* gnu: samtools: Install libbam.a library.Ricardo Wurmus2015-05-04
| | | | | * gnu/packages/bioinformatics.scm (samtools)[arguments]: Add phase "install-library" to install the libbam.a library.
* gnu: samtools: Remove patch-makefile-curses phase.Ricardo Wurmus2015-05-04
| | | | | * gnu/packages/bioinformatics.scm (samtools)[arguments]: Remove patch-makefile-curses phase, use make-flags instead.
* gnu: gcc-5.1: Add specific libvtv patch.Ludovic Courtès2015-05-04
| | | | | | * gnu/packages/patches/gcc-5.0-libvtv-runpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-5.1)[source]: Use it.
* guix package: Introduce 'evaluate-search-paths'.Ludovic Courtès2015-05-04
| | | | | | * guix/scripts/package.scm (evaluate-search-paths): New procedure, with most of the code formerly in 'search-path-environment-variables'. (search-path-environment-variables): Use it.
* guix package: Move profile cleaning out of 'search-path-environment-variables'.Ludovic Courtès2015-05-04
| | | | | | | | * guix/scripts/package.scm (user-friendly-profile): New procedure. (search-path-environment-variables): Remove 'profile' local variable. (display-search-paths): Explicitly call 'user-friendly-profile' for the argument to 'search-path-environment-variables'. (guix-package)[process-query]: Likewise.
* gnu: Add totem-pl-parser.David Hashe2015-05-04
| | | | | | * gnu/packages/gnome.scm (totem-pl-parser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Replace reference to profile.sh with sh-symlinkChristopher Allan Webber2015-05-04
| | | | | | | | * doc/guix.texi (The Store Monad): Replace reference to "profile.sh", which is not defined until the next node, with "sh-symlink", which is defined immediately above Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libe-book.Andreas Enge2015-05-03
| | | | | | * gnu/packages/libreoffice.scm (libe-book): New variable. Co-authored-by: John Darrington <jmd@gnu.org>
* gnu: Add zeromq.Ricardo Wurmus2015-05-03
| | | | * gnu/packages/networking.scm (zeromq): New variable.
* gnu: rename (gnu packages socat) to (gnu packages networking).Ricardo Wurmus2015-05-03
| | | | | | * gnu/packages/socat.scm: Rename this ... * gnu/packages/networking.scm: ... to this. * gnu-system.am (GNU_SYSTEM_MODULES): Change socat.scm to networking.scm.
* gnu: subversion: Update to 1.8.13.Mark H Weaver2015-05-03
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.8.13.
* gnu: gnupg: Update to 2.1.3.Mark H Weaver2015-05-03
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.3.
* gnu: Add dovecot.Mark H Weaver2015-05-03
| | | | * gnu/packages/mail.scm (dovecot): New variable.
* gnu: acpica: Update to 20150410.Mark H Weaver2015-05-03
| | | | * gnu/packages/admin.scm (acpica): Update to 20150410.
* gnu: wpa-supplicant: Update to 2.4.Mark H Weaver2015-05-03
| | | | * gnu/packages/admin.scm (wpa-supplicant): Update to 2.4.
* gnu: parallel: Update to 20150422.Ludovic Courtès2015-05-03
| | | | * gnu/packages/parallel.scm (parallel): Update to 20150422.
* gnu: help2man: Update to 1.46.6.Ludovic Courtès2015-05-03
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.6.
* gnu: dejagnu: Update to 1.5.3.Ludovic Courtès2015-05-03
| | | | * gnu/packages/dejagnu.scm (dejagnu): Update to 1.5.3.
* gnu: Add libwpd.Andreas Enge2015-05-03
| | | | * gnu/packages/libreoffice.scm (libwpd): New variable.
* gnu: Add librevenge.Andreas Enge2015-05-03
| | | | | | * gnu/packages/libreoffice.scm (librevenge): New variable. Co-authored-by: John Darrington <jmd@gnu.org>
* gnu: cppunit: Explicitly link with libdl.Andreas Enge2015-05-03
| | | | * gnu/packages/check.scm (cppunit)[arguments]: Add #:make-flags.
* guix: build: Add transitive source building.Eric Bavier2015-05-02
| | | | | | | * guix/scripts/build.scm (%options, options->derivations): Add --sources option. * doc/guix.texi (Invoking guix build): Document --sources option. * tests/guix-build.sh: Add tests.
* guix: packages: Add package-direct-sources and package-transitive-sources.Eric Bavier2015-05-02
| | | | | | | | | | * guix/tests.scm (dummy-origin): New syntax. * guix/packages.scm (package-direct-sources) (package-transitive-sources): New procedures. * tests/packages.scm ("package-direct-sources, no source") ("package-direct-sources, #f source") ("package-direct-sources, not input source", "package-direct-sources") ("package-transitive-sources"): Test them.
* install: Add bash-completion to the packages.Ludovic Courtès2015-05-03
| | | | | * gnu/system/install.scm (installation-os)[packages]: Add BASH-COMPLETION.
* profiles: Store search paths in manifests.Ludovic Courtès2015-05-02
| | | | | | | | | | | | | | | | | | | Discussed in <http://bugs.gnu.org/20255>. * guix/packages.scm (sexp->search-path-specification): New variable. * guix/profiles.scm (<manifest-entry>)[search-paths]: New field. (package->manifest-entry): Initialize it. (manifest->gexp): Match it. Wrap #$deps in (propagated-inputs ...). Emit (search-paths ...). Increment version. (find-package): New procedure. (sexp->manifest)[infer-search-paths]: New procedure. Use it to initialize the 'search-paths' field for versions 0 and 1. Add case for version 2. * guix/scripts/package.scm (search-path-environment-variables)[manifest-entry->package]: Remove. Use 'manifest-entry-search-paths' instead of 'manifest-entry->package' plus 'package-native-search-paths'. * tests/profiles.scm ("profile-manifest, search-paths"): New test.
* Merge branch 'core-updates'Ludovic Courtès2015-05-02
|\
| * gnu: gcj: Remove broken symlink and conflicting files.Ricardo Wurmus2015-05-02
| | | | | | | | | | * gnu/packages/gcc.scm (gcj)[arguments]: Add a build phase to remove a broken symlink and generic stump binaries.
| * gnu: mesa: Update to 10.5.4.Taylan Ulrich Bayırlı/Kammer2015-05-02
| | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update version to 10.5.4. Add libxvmc to inputs. Remove python, gettext, flex, and bison from native-inputs. Remove hack that was necessary to prevent rebuilding parts of the build system.
| * gnu: mesa: Add libva input.Taylan Ulrich Bayırlı/Kammer2015-05-02
| | | | | | | | | | | | | | | | | | There is a circular dependency between Mesa and libVA, so we use a libva-no-mesa package that builds libVA without GLX and EGL support, and use that for building Mesa. * gnu/packages/gl.scm (libva-for-mesa): New variable. (mesa): Add as input.
| * bash completion: Complete long options with no short variant.Ludovic Courtès2015-05-01
| | | | | | | | | | * etc/completion/bash/guix (_guix_complete_option): Change grep regexp to match options that don't have a short option name.
| * gnu: polkit-qt: Add $libdir to RUNPATH.Ludovic Courtès2015-05-01
| | | | | | | | | | * gnu/packages/polkit.scm (polkit-qt)[arguments]: Add #:configure-flags.
| * check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.Ludovic Courtès2015-05-01
| | | | | | | | | | * build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS instead of %SUPPORTED-SYSTEMS.
| * gnu: mariadb: Remove now unneeded workaround.Ludovic Courtès2015-05-01
| | | | | | | | | | | | | | This has been redundant since 21e583d. * gnu/packages/databases.scm (mariadb)[arguments]: Remove LDFLAGS definition.
| * list-packages: Add status link only for systems supported on Hydra.Ludovic Courtès2015-05-01
| | | | | | | | | | | | * build-aux/list-packages.scm (package->sxml)[status]: Intersect (package-transitive-supported-systems package) with %HYDRA-SUPPORTED-SYSTEMS.
| * packages: Add '%hydra-supported-systems'.Ludovic Courtès2015-05-01
| | | | | | | | | | * build-aux/hydra/gnu-system.scm (%hydra-supported-systems): Remove. * guix/packages.scm (%hydra-supported-systems): New variable.
| * gnu: ganv: Set the RUNPATH of binaries to $libdir.Ludovic Courtès2015-05-01
| | | | | | | | * gnu/packages/gtk.scm (ganv)[arguments]: Add 'set-ldflags' phase.
| * Merge branch 'master' into core-updatesLudovic Courtès2015-05-01
| |\
| * | gnu: qt: Add patch for i686 build problem.Taylan Ulrich Bayırlı/Kammer2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | See <https://bugreports.qt.io/browse/QTBUG-45205>. * gnu/packages/patches/qt5-conflicting-typedefs.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qt): Add the patch.
| * | gnu: lilv: Set rpath via LDFLAGS.Taylan Ulrich Bayırlı/Kammer2015-04-30
| | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20040>. * gnu/packages/audio.scm (lilv): Add a pre-configure phase setting $LDFLAGS to set the rpath to $out/lib.
| * | gnu: sord: Set rpath via LDFLAGS.Taylan Ulrich Bayırlı/Kammer2015-04-30
| | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20044>. * gnu/packages/rdf.scm (sord): Add a pre-configure phase setting $LDFLAGS to set the rpath to $out/lib.
| * | gnu: serd: Set rpath via LDFLAGS.Taylan Ulrich Bayırlı/Kammer2015-04-30
| | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20051>. * gnu/packages/rdf.scm (serd): Add a pre-configure phase setting $LDFLAGS to set the rpath to $out/lib.
| * | gnu: wxwidgets: Set rpath in LDFLAGS.Taylan Ulrich Bayırlı/Kammer2015-04-30
| | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20049>. * gnu/packages/wxwidgets.scm (wxwidgets): Add a make flag to set rpath to $out/lib via LDFLAGS.