Age | Commit message (Collapse) | Author |
|
* gnu/packages/audio.scm (ardour)[arguments]: Add a build phase to add all
library output directories to the rpath using linker flags.
|
|
* gnu/packages/linux.scm (bluez): New variable.
|
|
* gnu/packages/calendar.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/gl.scm (soil): New variable.
|
|
* guix/records.scm (make-syntactic-constructor): Wrap in 'eval-when'.
|
|
* guix/profiles.scm (sexp->manifest): Use 'raise' instead of 'error'.
|
|
* guix/search-paths.scm (evaluate-search-paths): Return
specification/value pairs instead of variable/value pairs.
* guix/scripts/package.scm (search-path-environment-variables): Adjust
accordingly. Pass #:separator to 'environment-variable-definition'.
|
|
* guix/search-paths.scm (environment-variable-definition): New variable.
* guix/scripts/package.scm (search-path-environment-variables): Use it.
|
|
* guix/scripts/package.scm (with-null-error-port,
evaluate-search-paths): Move to...
* guix/search-paths.scm: ... here.
* guix/utils.scm (string-tokenize*): Move to...
* guix/search-paths.scm: ... here.
* tests/utils.scm ("string-tokenize*"): Adjust accordingly.
|
|
* guix/packages.scm (<search-path-specification>,
search-path-specification->sexp, sexp->search-path-specification):
Move to...
* guix/search-paths.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* guix/build-system/cmake.scm, guix/build-system/glib-or-gtk.scm,
guix/build-system/gnu.scm, guix/build-system/haskell.scm,
guix/build-system/perl.scm, guix/build-system/python.scm,
guix/build-system/ruby.scm, guix/build-system/waf.scm,
guix/profiles.scm, guix/scripts/package.scm: Use it.
|
|
* gnu/packages/textutils.scm (markdown): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/substitute.scm (%narinfo-ttl): Increase to 36h.
|
|
* gnu/packages/libreoffice.scm (libwpg): New variable.
|
|
* guix/scripts/build.scm (show-help)[--sources]: Make indentation
consistent with other long options.
|
|
* 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/packages/python.scm (python-sympy, python2-sympy): New variables.
|
|
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/guix.texi (Build Environment Setup): Use 'groupadd --system'.
|
|
* doc/guix.texi (Binary Installation): Specifically refer to
group/account creation, and add an item for substitutes. Mention
verifiability.
|
|
* gnu/packages/bioinformatics.scm (bamtools): Add a pre-configure phase
setting $LDFLAGS to set the rpath to $out/lib/bamtools.
|
|
* gnu/packages/task-management.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/bioinformatics.scm (samtools-0.1): New variable.
|
|
* gnu/packages/bioinformatics.scm (samtools)[arguments]: Add phase
"install-library" to install the libbam.a library.
|
|
* gnu/packages/bioinformatics.scm (samtools)[arguments]: Remove
patch-makefile-curses phase, use make-flags instead.
|
|
* 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/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/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/packages/gnome.scm (totem-pl-parser): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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/packages/libreoffice.scm (libe-book): New variable.
Co-authored-by: John Darrington <jmd@gnu.org>
|
|
* gnu/packages/networking.scm (zeromq): New variable.
|
|
* 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/packages/version-control.scm (subversion): Update to 1.8.13.
|
|
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.3.
|
|
* gnu/packages/mail.scm (dovecot): New variable.
|
|
* gnu/packages/admin.scm (acpica): Update to 20150410.
|
|
* gnu/packages/admin.scm (wpa-supplicant): Update to 2.4.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20150422.
|
|
* gnu/packages/man.scm (help2man): Update to 1.46.6.
|
|
* gnu/packages/dejagnu.scm (dejagnu): Update to 1.5.3.
|
|
* gnu/packages/libreoffice.scm (libwpd): New variable.
|
|
* gnu/packages/libreoffice.scm (librevenge): New variable.
Co-authored-by: John Darrington <jmd@gnu.org>
|
|
* gnu/packages/check.scm (cppunit)[arguments]: Add #:make-flags.
|
|
* 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/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.
|
|
* gnu/system/install.scm (installation-os)[packages]: Add
BASH-COMPLETION.
|
|
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.
|
|
|
|
* build-aux/hydra/guix.scm (tarball-package): Remove 'nix-checkout'
parameter. Remove 'arguments', 'native-inputs', and 'location'
fields. Adjust caller accordingly.
(hydra-jobs): Remove 'nix-checkout'.
|
|
* guix/build-system/gnu.scm (dist-package)[native-inputs]: Preserve P's
native-inputs.
|