| Commit message (Expand) | Author | Age |
... | |
| * | | gnu: libunistring: Work around parallel build issue.•••* gnu/packages/libunistring.scm (libunistring)[arguments]: New field.
| Ludovic Courtès | 2014-06-08 |
| * | | gnu: gettext: Remove debugging leftover.•••* gnu/packages/gettext.scm (gnu-gettext)[source](patches): Remove.
| Ludovic Courtès | 2014-06-07 |
| * | | gnu: gcc-final: Make sure the output refers only to libc.•••* gnu/packages/base.scm (gcc-final)[arguments]: Add
#:allowed-references.
| Ludovic Courtès | 2014-06-07 |
| * | | gnu: binutils-final: Make sure the output refers only to libc.•••* gnu/packages/base.scm (binutils-final)[arguments]: Add
#:allowed-references.
| Ludovic Courtès | 2014-06-07 |
| * | | gnu: glibc-final: Make sure we hold just the right set of references.•••* gnu/packages/base.scm (glibc-final): Wrap in
'package-with-restricted-references'.
| Ludovic Courtès | 2014-06-07 |
| * | | build-system/gnu: Add 'package-with-restricted-references'.•••* guix/build-system/gnu.scm (package-with-restricted-references): New
procedure.
| Ludovic Courtès | 2014-06-07 |
| * | | gnu: glibc: Make sure the bootstrap libc is not in $CPATH.•••This fixes a bug whereby the bootstrap-glibc headers could be picked up
when building libc.so, which could be noticed by the fact that the
.debug files contained references to bootstrap-glibc.
* gnu/packages/base.scm (glibc-final-with-bootstrap-bash)[arguments]:
Add 'pre-configure' phase.
[inputs]: Remove 'alist-delete' call.
| Ludovic Courtès | 2014-06-07 |
| * | | gnu: Build the final Coreutils before Findutils.•••This fixes a bug whereby Findutils' 'updatedb' script would retain a
reference to the bootstrap binaries ('sort', etc.)
* gnu/packages/base.scm (coreutils-final, %boot5-inputs): New variables.
(%final-inputs): Use them.
| Ludovic Courtès | 2014-06-07 |
| * | | gnu: gettext: Upgrade to 0.19.•••* gnu/packages/gettext.scm (gnu-gettext): Upgrade to 0.19.
[arguments] <phases>: Remove now unneeded 'link-expat' phase. Patch
lang-sh and msgfilter test scripts; patch msginit.c and project-id.
Add #:make-flags.
| Ludovic Courtès | 2014-06-07 |
| * | | Merge branch 'master' into core-updates | Ludovic Courtès | 2014-06-06 |
| |\ \ |
|
| * | | | gnu: grep: Upgrade to 2.19.•••* gnu/packages/base.scm (grep): Upgrade to 2.19.
| Ludovic Courtès | 2014-05-27 |
| * | | | gnu: gcc-4.8: Upgrade to 4.8.3.•••* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.3.
| Ludovic Courtès | 2014-05-27 |
| * | | | Merge branch 'master' into core-updates | Ludovic Courtès | 2014-05-27 |
| |\ \ \ |
|
| * | | | | utils: 'delete-file-recursively' doesn't follow mount points by default.•••* guix/build/utils.scm (delete-file-recursively): Add #:follow-mounts?
parameter and honor it.
| Ludovic Courtès | 2014-05-20 |
| * | | | | gnu: ncurses: Build libtinfo.•••* gnu/packages/ncurses.scm (ncurses)[arguments]: Add --with-termlib to
#:configure-flags.
| Ludovic Courtès | 2014-05-20 |
| * | | | | gnu: ncurses: Set a RUNPATH on the executables and libraries.•••* gnu/packages/ncurses.scm (ncurses)[arguments]: Add LDFLAGS to
#:configure-flags.
| Ludovic Courtès | 2014-05-20 |
| * | | | | gnu: gmp: Upgrade to 6.0.0a.•••* gnu/packages/multiprecision.scm (gmp): Upgrade to 6.0.0a.
* gnu/packages/base.scm (gcc-boot0): Modify symbolic link to point to
gmp-6.0.0 instead of the non-existing gmp-6.0.0a.
| Andreas Enge | 2014-04-15 |
| * | | | | build-system/gnu: Reset timestamps on build tree when source is a directory.•••* guix/build/utils.scm (copy-recursively): Add #:keep-mtime? parameter
and honor it.
* guix/build/gnu-build-system.scm (unpack): Use #:keep-mtime? #t.
* gnu/packages/admin.scm (shadow)[arguments]: Remove 'reset-timestamps'
phase.
| Ludovic Courtès | 2014-04-14 |
| * | | | | gnu: gcc-final: Add Texinfo as an input.•••* gnu/packages/base.scm (gcc-final)[native-inputs]: New field.
| Ludovic Courtès | 2014-04-14 |
| * | | | | gnu: gawk: Upgrade to 4.1.1.•••* gnu/packages/gawk.scm (gawk): Upgrade to 4.1.1.
| Ludovic Courtès | 2014-04-14 |
* | | | | | substitute-binary: Avoid the term "narinfo" in user messages.•••* guix/scripts/substitute-binary.scm (assert-valid-narinfo): Change
message to avoid the term "narinfo".
| Ludovic Courtès | 2014-06-17 |
* | | | | | Thank Benno. | Ludovic Courtès | 2014-06-17 |
* | | | | | nls: Use xgettext and msgmerge with --no-wrap.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* po/guix/Makevars (XGETTEXT_OPTIONS): Add --no-wrap.
(MSGMERGE_OPTIONS): New variable.
* po/packages/Makevars (XGETTEXT_OPTIONS): Add --no-wrap.
(MSGMERGE_OPTIONS): New variable.
| Ludovic Courtès | 2014-06-17 |
* | | | | | nls: Remove obsolete messages from PO files.•••Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* po/guix/eo.po, po/guix/pt_BR.po, po/guix/sr.po, po/guix/vi.po,
po/packages/eo.po, po/packages/pt_BR.po, po/packages/sr.po,
po/packages/vi.po: Remove obsolete messages.
| Ludovic Courtès | 2014-06-17 |
* | | | | | tests: Use the C locale for 'guix package -s'.•••* tests/guix-package.sh: Set LC_MESSAGES=C before the 'guix package -s'
test.
| Ludovic Courtès | 2014-06-16 |
* | | | | | gnu: Add cook.•••* gnu/packages/cook.scm: New file.
* gnu-system.am: New file cook.scm.
| John Darrington | 2014-06-15 |
| |_|_|/
|/| | | |
|
* | | | | ui: Avoid circularity with (guix gexp).•••Fixes a regression introduced in 56b8210 ("guix build: Allow gexps to be
passed to '-e'.")
* guix/ui.scm (%guix-user-module): Wrap in 'delay'.
(read/eval): Adjust accordingly.
| Ludovic Courtès | 2014-06-14 |
* | | | | i18n: Move package descriptions from 'guix' to 'guix-packages'.•••* po/guix: Merge with po/packages as per
<https://lists.gnu.org/archive/html/guix-devel/2014-06/msg00058.html>.
* po/packages/LINGUAS: Add eo, pt_BR, sr, and vi.
| Ludovic Courtès | 2014-06-14 |
* | | | | guix: Look for "guix-packages" messages in $localedir.•••* scripts/guix.in (run-guix-main): Add 'bindtextdomain' call.
| Ludovic Courtès | 2014-06-14 |
* | | | | guix build: Allow gexps to be passed to '-e'.•••* guix/ui.scm (%guix-user-module): New variable.
(read/eval): Pass it as the second argument to 'eval'.
* guix/scripts/build.scm (options/resolve-packages): Add case for
'gexp?'.
* tests/guix-build.sh: Add tests.
* doc/guix.texi (Invoking guix build): Document '-e gexp'.
guxi build: Allow gexps to be passed to '-e'.
* guix/ui.scm (%guix-user-module): New variable.
(read/eval): Pass it as the second argument to 'eval'.
* guix/scripts/build.scm (options/resolve-packages): Add case for
'gexp?'.
* tests/guix-build.sh: Add tests.
* doc/guix.texi (Invoking guix build): Document '-e gexp'.
| Ludovic Courtès | 2014-06-14 |
* | | | | gnu: Add pingus.•••* gnu/packages/games.scm (pingus): New variable.
* gnu/packages/patches/pingus-sdl-libs-config.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier | 2014-06-13 |
* | | | | gnu: Add busybox.•••* gnu/packages/busybox.scm: New file.
* gnu-system.am: Add gnu/packages/busybox.scm.
| John Darrington | 2014-06-13 |
* | | | | Separate package description translations from string translations.•••* po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in:
New files.
* po/guix/Makevars (DOMAIN): Change to "guix".
(XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description".
* po/guix/POTFILES.in: Remove gnu/packages/*.scm.
* configure.ac: Change to gettext 0.18.3. Produce
po/packages/Makefile.in.
* Makefile.am (SUBDIRS): Add po/packages.
* guix/ui.scm (%package-text-domain): New variable.
(P_): New procedure.
(package->recutils): Use 'P_' instead of '_'.
* guix/scripts/package.scm (find-packages-by-description): Use 'P_'
instead of 'gettext'.
| Ludovic Courtès | 2014-06-13 |
* | | | | Move gettext files to 'po/guix'.•••* po: Rename to...
* po/guix: ... this.
* po/guix/Makevars (subdir, top_builddir): Adjust accordingly.
* configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'.
* Makefile.am (SUBDIRS): Change 'po' to 'po/guix'.
| Ludovic Courtès | 2014-06-13 |
* | | | | pull: Copy and compile gnu.scm.•••* guix/build/pull.scm (build-guix): Copy gnu.scm to OUT.
| Ludovic Courtès | 2014-06-13 |
* | | | | gnu: Add tinyproxy.•••* gnu/packages/web.scm (tinyproxy): New variable.
* gnu/packages/docbook.scm: Remove #:select (tar)
| John Darrington | 2014-06-12 |
* | | | | gnu: Add dropbear.•••* gnu/packages/ssh.scm (dropbear): New variable.
| John Darrington | 2014-06-12 |
* | | | | guix build: Only 'guix build' sets #:print-build-trace.•••This makes 'guix package' et al. slightly less verbose, by not emitting
"@ substituter-started" lines and similar.
* guix/scripts/build.scm (set-build-options-from-command-line): Pass
#:print-build-trace.
(%default-options): Add 'print-build-trace?'.
| Ludovic Courtès | 2014-06-09 |
* | | | | doc: Add a few words on the term "derivation".•••* doc/guix.texi (Programming Interface): Add a sentence on "derivation".
| Ludovic Courtès | 2014-06-09 |
* | | | | Thank Carlos. | Ludovic Courtès | 2014-06-09 |
* | | | | gnu: skribilo: Propagate Guile dependencies.•••Reported by Carlos Carleos <carleos@uniovi.es>.
* gnu/packages/skribilo.scm (skribilo)[inputs]: Move
GUILE-READER/GUILE-2.0 and GUILE-LIB to...
[propagated-inputs]: ... here. New field.
| Ludovic Courtès | 2014-06-09 |
* | | | | gnu: rdup: Fix tests.•••* gnu/packages/backup.scm (rdup) [arguments]: Add pre-check phase.
[origin]: Add snippet.
| Eric Bavier | 2014-06-07 |
| |_|/
|/| | |
|
* | | | build-system/gnu: Add #:allowed-references.•••* guix/build-system/gnu.scm (gnu-build): Add #:allowed-references.
[canonicalize-reference]: New procedure.
Pass #:allowed-references to 'build-expression->derivation'.
(gnu-cross-build): Likewise.
| Ludovic Courtès | 2014-06-06 |
* | | | derivations: 'build-expression->derivation' supports #:allowed-references.•••* guix/derivations.scm (build-expression->derivation): Add
#:allowed-references and pass it to 'derivation.
* doc/guix.texi (Derivations): Adjust accordingly.
| Ludovic Courtès | 2014-06-06 |
* | | | services: Use a fixed GID for the build group and use that for the store.•••This partly reverts commit 185f669 ("services: Make sure the store's
group is the build group.")
* gnu/services/base.scm (guix-service)[activate]: Remove 'chown' call.
Add 'id' field to 'user-group' form.
* guix/build/install.scm (directives): Set the store's GID to 30000.
| Ludovic Courtès | 2014-06-06 |
* | | | gnu: Add WakeLan.•••* gnu/packages/admin.scm (wakelan): New variable.
| Ludovic Courtès | 2014-06-06 |
* | | | gnu: openssl: Upgrade to 1.0.1h.•••* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1h. Remove
patches, which are now upstream.
* gnu/packages/patches/openssl-extension-checking-fixes.patch: Remove.
* gnu/packages/patches/openssl-CVE-2010-5298.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove them.
| Mark H Weaver | 2014-06-05 |
* | | | gnu: bdb: Move documentation to "doc" output.•••* gnu/packages/bdb.scm (bdb): Add 'outputs' field. Adjust 'configure'
phase to move documentation to the "doc" output.
| Ludovic Courtès | 2014-06-04 |
* | | | gnu: Set proper source location for 'gcc-final'.•••* gnu/packages/base.scm (gcc-final)[location]: New field.
Reported by Andreas Enge <andreas@enge.fr>.
| Ludovic Courtès | 2014-06-04 |
* | | | install: Add missing argv[0] in Info invocation.•••* gnu/system/install.scm (log-to-info): Add "info" as second argument to
'execl'.
| Ludovic Courtès | 2014-06-04 |