| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
* guix/scripts/refresh.scm (guix-refresh): When updating a source file,
gracefully handle the case where TARBALL is #f.
Reported by Nikita Karetnikov <nikita@karetnikov.org>.
|
|
|
|
|
| |
* guix/ui.scm (command-files, commands, show-guix-help): New procedures.
(guix-main): Invoke `show-guix-help' when passed `--help'.
|
|
|
|
|
|
| |
* guix/ui.scm (run-guix-command): Can `resolve-interface' errors and
report them with `leave'. Parameterize `program-name' from here.
(guix-main): Remove parameterization of `program-name'.
|
|
|
|
| |
* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Add GnuTLS.
|
|
|
|
|
|
|
|
| |
This would manifest when downloading a large file such as the Bazaar
tarball, leading to an "Error in the pull function" GnuTLS exception.
* guix/build/download.scm (add-weak-reference): New procedure.
(tls-wrap): Add (add-weak-reference record port).
|
|
|
|
|
|
| |
* guix/scripts/package.scm (search-path-environment-variables): Prefer
%USER-ENVIRONMENT-DIRECTORY when it points to PROFILE.
(display-search-paths): Use 3 spaces for indentation.
|
|
|
|
|
| |
* m4/guix.m4 (GUIX_ASSERT_GUILE_FEATURES): New macro.
* configure.ac: Use it.
|
|
|
|
| |
* gnu/packages/emacs.scm (geiser): Update to 0.4.
|
|
|
|
|
| |
* gnu/packages/bazaar.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
|
|
|
| |
* guix/build-system/python.scm, guix/build/python-build-system.scm: New files.
* Makefile.am (MODULES): Add them.
|
|
|
|
|
|
|
|
| |
* guix/build/rpath.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages/python.scm (python): Use it; remove local copy of
the *rpath* procedures.
* gnu/packages/samba.scm (samba): Likewise.
|
|
|
|
| |
* gnu/packages/base.scm (tzdata): New variable.
|
|
|
|
|
| |
* gnu/packages/cryptsetup.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
|
|
|
| |
* gnu/packages/lvm.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
|
|
| |
* NEWS: Update.
|
|
|
|
|
|
| |
* doc/guix.texi (Defining Packages): Add cross-reference to "Invoking
guix refresh".
(Invoking guix refresh): New node.
|
|
|
|
|
| |
* guix/scripts/package.scm (guix-package)[show-what-to-remove/install]:
Display the output name.
|
|
|
|
|
|
|
| |
* guix/scripts/package.scm (guix-package)[find-package]: Add optional
parameter `output'. Use it.
[process-actions]: When computing UPGRADE, pass OUTPUT to
`find-package'.
|
|
|
|
|
| |
* gnu/packages/python.scm (python): Add `--enable-shared'. Add
#:modules and #:phases. Add PatchELF as an input.
|
|
|
|
| |
* gnu/packages/gsasl.scm (gsasl): Move GnuTLS to `propagated-inputs'.
|
|
|
|
|
| |
* gnu/packages/hugs.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
|
|
|
| |
* guix/ui.scm (show-what-to-build): Capitalize user messages, as per the
GCS (info "(standards) Errors").
|
|
|
|
| |
* guix/scripts/package.scm (guix-package)[process-actions]: Fix spacing.
|
|
|
|
| |
* gnu/packages/help2man.scm (help2man): Update to 1.41.2.
|
|
|
|
| |
* gnu/packages/guile.scm (guile-ncurses): Update to 1.4.
|
|
|
|
|
| |
* gnu/packages/freeipmi.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/ghostscript.scm (ghostscript): Remove libxext and libxt
as inputs.
(gv): Move to...
* gnu/packages/gv.scm (gv): ... here. New file.
(ghostscript/x): Variant of GHOSTSCRIPT with libxt and libxext as
inputs.
|
|
|
|
| |
* gnu/packages/fontutils.scm (freetype): Use mirror://savannah URL.
|
|
|
|
|
|
| |
* guix/scripts/refresh.scm (%options): Change `--dry-run' to `--update'.
(show-help): Adjust accordingly.
(guix-refresh): Likewise.
|
|
|
|
| |
* gnu/packages/ghostscript.scm (gv): New variable.
|
|
|
|
| |
* gnu/packages/ghostscript.scm (ghostscript): Add X related inputs.
|
|
|
|
| |
* gnu/packages/xorg.scm (libxaw3d): New variable.
|
|
|
|
|
| |
* gnu/packages/gtk.scm: New module.
* Makefile.am (MODULES): Add it.
|
|
|
|
| |
* gnu/packages/mp3.scm (id3lib): New variable.
|
|
|
|
|
| |
* gnu/packages/xorg.scm (meas): Drop special handling of python paths.
* gnu/packages/xml.scm (libxslt): Drop special handling of python paths.
|
|
|
|
| |
* gnu/packages/xorg.scm (xkeyboard-config): Drop special handling of perl paths.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* guix/build/utils.scm (wrap-program): Fix computation of PROG-REAL and
PROG-TMP when PROG is an absolute file name. Add "$@" in the
generated script, and quote PROG-REAL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| | |
* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
|
| |
| |
| |
| |
| | |
* guix/build/gnu-build-system.scm (configure)[package-name]: Drop the
prefix corresponding to the hash part of OUT.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* guix/scripts/package.scm (search-path-environment-variables,
display-search-paths): New procedures.
(show-help, %options): Add `--search-paths'.
(guix-package)[process-actions]: Call `display-search-paths' once the
profile is ready.
[process-query]: Honor `search-paths'.
|
| |
| |
| |
| |
| | |
* guix/utils.scm (string-tokenize*): New procedure.
* tests/utils.scm ("string-tokenize*"): New test.
|
| |
| |
| |
| | |
* gnu/packages/pdf (xpdf): Add path to gs-fonts in xpdfrc.
|
| |
| |
| |
| | |
* gnu/packages/ghostscript.scm (gs-fonts): New variable.
|
| |
| |
| |
| | |
* gnu/packages/gawk.scm (gawk): Update to 4.0.2.
|
| |
| |
| |
| | |
* gnu/packages/base.scm (patch): Update to 2.7.1.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/base.scm (binutils): Update to 2.23.2.
(binutils-2.23, ld-wrapper-2.23): Remove.
(gcc-4.8): Move to...
* gnu/packages/gcc.scm (gcc-4.8): ... here.
(gcc-4.7): Update to 4.7.3. Add dependencies on ISL, CLooG, libelf,
and zlib.
|
| |
| |
| |
| | |
* gnu/packages/guile.scm (guile-2.0/fixed): Switch to `guile-2.0'.
|
| |
| |
| |
| | |
* gnu/packages/base.scm (diffutils): Update to 3.3.
|