Age | Commit message (Expand) | Author |
2014-11-04 | gnu: gdb: Update to 7.8.1.•••* gnu/packages/gdb.scm (gdb): Update to 7.8.1.
| Ludovic Courtès |
2014-11-04 | gnu: Add docbook-xml-4.2•••* gnu/packages/docbook.scm (docbook-xml-4.2): New variable.
| Federico Beffa |
2014-11-04 | gnu: Add gnome-themes-standard.•••* gnu/packages/gnome.scm (gnome-themes-standard): New variable.
| Federico Beffa |
2014-11-04 | gnu: librsvg: Generate complete loaders.cache including support for SVG.•••* gnu/packages/gnome.scm (librsvg): Add 'generate-full-cache phase.
| Federico Beffa |
2014-11-04 | gnu: qt: Explicitly link with the dbus library.•••* gnu/packages/qt.scm (qt, qt-4): Add a configure flag to link explicitly
with dbus.
| Andreas Enge |
2014-11-04 | doc: emacs: Fix titles of the printed manuals.•••* doc/emacs.texi: Use the proper names of the printed manuals in the
cross references.
| Alex Kost |
2014-11-04 | emacs: Add interface for comparing generations.•••Suggested by Ludovic Courtès.
* doc/emacs.texi (Emacs List buffer): Document new key bindings.
* emacs/guix-base.el (guix-generation-packages-buffer-name-function,
guix-generation-packages-update-buffer, guix-output-name-width): New
variables.
(guix-generation-file, guix-manifest-file, guix-generation-packages,
guix-generation-packages-buffer-name-default,
guix-generation-packages-buffer-name-long,
guix-generation-packages-buffer-name, guix-generation-packages-buffer,
guix-generation-insert-package, guix-generation-insert-packages,
guix-profile-generation-manifest-file,
guix-profile-generation-packages-buffer): New procedures.
* emacs/guix-list.el: Add key bindings for comparing generations.
(guix-generation-list-generations-to-compare,
guix-generation-list-show-added-packages,
guix-generation-list-show-removed-packages, guix-generation-list-compare,
guix-generation-list-ediff-manifests, guix-generation-list-diff-manifests,
guix-generation-list-ediff-packages, guix-generation-list-diff-packages,
guix-generation-list-ediff, guix-generation-list-diff): New procedures.
* emacs/guix-messages.el (guix-messages): Add 'generation-diff' search type.
(guix-message-outputs-by-diff): New procedure.
* emacs/guix-utils.el (guix-diff-switches): New variable.
(guix-diff): New procedure.
* emacs/guix-main.scm (package/output-sexps): Handle 'generation-diff' search
type.
(manifest-entry->package-specification,
manifest-entries->package-specifications, generation-package-specifications,
generation-package-specifications+paths, generation-difference): New
procedures.
| Alex Kost |
2014-11-04 | emacs: Improve minibuffer messages.•••* emacs/guix-base.el (guix-messages, guix-result-message): Move to
'guix-messages.el'.
(guix-set-buffer, guix-history-call, guix-redisplay-buffer): Adjust for
the modified 'guix-result-message'.
* emacs/guix-messages.el: New file.
(guix-redisplay-buffer): Add 'profile' argument.
(guix-message-string-name, guix-message-string-entry-type,
guix-message-string-entries, guix-message-packages-by-name,
guix-message-generations-by-time): New procedures.
| Alex Kost |
2014-11-04 | gnu: swig: Disable input python.•••* gnu/packages/swig.scm (swig): Disable input python. Before, it was not
taken into account during configure; now that it is found, it fails
its tests. None of the dependent packages need it.
| Andreas Enge |
2014-11-04 | gnu: swig: Update to 3.0.2.•••* gnu/packages/swig.scm (swig): Update to 3.0.2.
| Andreas Enge |
2014-11-04 | gnu: swig: Update to 2.0.12.•••* gnu/packages/swig.scm (swig): Update to 2.0.12.
| Andreas Enge |
2014-11-04 | gnu: python-wrapper: Propagate input python.•••* gnu/packages/python.scm (python-wrapper): Propagate input python, so that
the python libraries are made available as well as the python3 binaries
without the symbolic links.
| Andreas Enge |
2014-11-04 | gnu: Use version-major+minor in gnome and gtk.•••* gnu/packages/gnome.scm (gnome-desktop, gnome-doc-utils,
libgnome-keyring, evince, gsettings-desktop-schemas,
gnome-icon-theme, libnotify, lipeas, glade, libcroco, libgsf,
librsvg, libidl, orbit2, gconf, gnome-mime-data, gnome-vfs,
libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade,
libgnomeprint, libgnomeprintui, libbonoboui, goffice, gnumeric): Use
version-major+minor.
(shared-mime-info, hicolor-icon-theme): Wrap long uri lines.
* gnu/packages/gtk.scm (atk, pangox-compat, gtksourceview, gdk-pixbuf,
at-spi2-core, at-spi2-atk, gtk+-2, gtk+, pangomm, atkmm, gtkmm,
gtkmm-2): Use version-major+minor.
| Eric Bavier |
2014-11-03 | packages: 'package-transitive-supported-systems' accounts for indirect deps.•••Reported by Andreas Enge <andreas@enge.fr>.
* guix/packages.scm (first-value): New macro.
(package-transitive-supported-systems): Rewrite to traverse all the
DAG rooted at PACKAGE.
* tests/packages.scm ("package-transitive-supported-systems"): Add 'd'
and 'e', and test them.
| Ludovic Courtès |
2014-11-03 | gnu: Add Cython.•••* gnu/packages/python.scm (cython, cython2): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Federico Beffa |
2014-11-02 | gnu: man-pages: Build sequentially.•••Fixes <http://bugs.gnu.org/18701>.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages/man.scm (man-pages)[arguments]: Add #:parallel-build? #f.
| Ludovic Courtès |
2014-11-02 | system: Allow Linux-libre to find our 'modprobe' command.•••Fixes <http://bugs.gnu.org/18525>.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/build/activation.scm (activate-modprobe): New procedure.
* gnu/system.scm (modprobe-wrapper): New procedure.
(operating-system-activation-script): Use both.
| Ludovic Courtès |
2014-11-02 | gnu: kmod: 'kmod static-nodes' command honors $LINUX_MODULE_DIRECTORY.•••* gnu/packages/patches/kmod-module-directory.patch: Add hunk for
tools/static-nodes.c. Taken from Nixpkgs, where it was added by
Eelco Dolstra <eelco.dolstra@logicblox.com>.
| Ludovic Courtès |
2014-11-02 | guix-register: Do not attempt to create NIX_STORE_DIR.•••Fixes <http://bugs.gnu.org/18689>.
Reported by Philip Woods <elzairthesorcerer@gmail.com>.
* nix/guix-register/guix-register.cc (main): Move 'store' instantiation
above 'settings.nixStore' assignment.
| Ludovic Courtès |
2014-11-02 | packages: Implement grafts.•••Thanks to Mark H. Weaver <mhw@netris.org> for insightful discussions
and suggestions.
* guix/packages.scm (<package>)[graft]: New field.
(patch-and-repack): Invoke 'package-derivation' with #:graft? #f.
(package-source-derivation): Likewise. Do not use (%guile-for-build)
in call to 'patch-and-repack', and we could end up using a grafted
Guile.
(expand-input): Likewise, also for 'package-cross-derivation' call.
(package->bag): Add #:graft? parameter. Honor it. Use 'strip-append'
instead of 'package-full-name'.
(input-graft, input-cross-graft, bag-grafts, package-grafts): New
procedures.
(package-derivation, package-cross-derivation): Add #:graft? parameter
and honor it.
* gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Add
recursive call on 'graft'.
* guix/build-system/gnu.scm (package-with-explicit-inputs,
package-with-extra-configure-variable, static-package): Likewise.
(gnu-build): Use the ungrafted Guile to avoid full rebuilds.
(gnu-cross-build): Likewise.
* guix/build-system/cmake.scm (cmake-build): Likewise.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Likewise.
* guix/build-system/perl.scm (perl-build): Likewise.
* guix/build-system/python.scm (python-build): Likewise.
* guix/build-system/ruby.scm (ruby-build): Likewise.
* guix/build-system/trivial.scm (guile-for-build): Likewise.
* tests/packages.scm ("package-derivation, direct graft",
"package-cross-derivation, direct graft", "package-grafts,
indirect grafts", "package-grafts, indirect grafts, cross",
"package-grafts, indirect grafts, propagated inputs",
"package-derivation, indirect grafts"): New tests.
("bag->derivation", "bag->derivation, cross-compilation"): Wrap in
'parameterize'.
* doc/guix.texi (Security Updates): New node.
(Invoking guix build): Document --no-graft.
| Ludovic Courtès |
2014-11-02 | packages: Add 'package->bag' test for propagated inputs.•••* tests/packages.scm ("package->bag, propagated inputs"): New test.
| Ludovic Courtès |
2014-11-02 | derivations: Add 'derivation-name'.•••* guix/derivations.scm (derivation-name): New procedure.
* tests/derivations.scm ("derivation-name"): New test.
| Ludovic Courtès |
2014-11-02 | gnu: Add oxygen-icons.•••* gnu/packages/kde.scm (oxygen-icons): New variable.
| Andreas Enge |
2014-11-02 | emacs: Add package info heading.•••Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* emacs/guix-info.el: (guix-package-info-heading): New face.
(guix-package-info-synopsis): Modify face.
(guix-info-insert-entry-default, guix-package-info-insert-heading,
guix-package-info-insert-with-heading): New procedures.
(guix-package-info-heading-params, guix-info-insert-package-function,
guix-info-insert-installed-function, guix-info-insert-output-function,
guix-info-insert-generation-function): New variables.
| Alex Kost |
2014-11-02 | gnu: Add freeimage.•••* gnu/packages/image.scm (freeimage): New variable.
| David Thompson |
2014-11-02 | gnu: libart-lgpl: Update to 2.3.21.•••* gnu/packages/gnome.scm (libart-lgpl): Update to 2.3.21.
| Andreas Enge |
2014-10-31 | gnu: wget: Add input libpsl.•••* gnu/packages/wget.scm (wget)[inputs]: Add libpsl.
| Eric Bavier |
2014-10-31 | gnu: Add libpsl.•••* gnu/packages/web.scm (libpsl): New variable.
| Eric Bavier |
2014-10-31 | gnu: wget: Upgrade to 1.16.•••* gnu/packages/wget.scm (wget)[source]: Upgrade to 1.16.
[inputs]: Add libidn.
[native-inputs]: Add python, perl-http-daemon, and
perl-io-socket-ssl.
| Eric Bavier |
2014-10-31 | gnu: Add perl-io-socket-ssl.•••* gnu/packages/web.scm (perl-io-socket-ssl): New variable.
| Eric Bavier |
2014-10-31 | gnu: Add perl-net-ssleay.•••* gnu/packages/openssl.scm (perl-net-ssleay): New variable.
| Eric Bavier |
2014-10-31 | gnu: ruby: Update to 2.1.4.•••* gnu/packages/ruby.scm: Update. Remove the now redundant readline patch.
| David Thompson |
2014-10-31 | build: Unset 'CDPATH' in 'test-env'.•••Reported by Mathieu Lirzin.
* test-env.in: Unset 'CDPATH'.
| Ludovic Courtès |
2014-10-30 | gnu: linux-libre: Update to 3.17.2.•••* gnu/packages/linux.scm (linux-libre): Update to version 3.17.2.
| Jason Self |
2014-10-31 | gnu: gpsbabel: Correctly unquote the value for #:tests?.•••* gnu/packages/gps.scm (gpsbabel)[arguments]: Add missing unquote.
Fixes typo introduced in 8235039.
| Ludovic Courtès |
2014-10-30 | download: Append (effective-version) to '%load-path' for GnuTLS.•••* guix/download.scm (url-fetch)[builder]: Append (effective-version) to
%load-path, as discussed at
<http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00398.html>.
This fixes a regression introduced in b94ae0b.
| Ludovic Courtès |
2014-10-30 | environment: Improve '--help' output.•••* guix/scripts/environment.scm (show-help): Align --pure and
--search-paths with other long options; add 'newline' call before
'show-bug-report-information' call.
| Ludovic Courtès |
2014-10-30 | gnu: gpsbabel: Disable tests on i686.•••* gnu/packages/gps.scm (gpsbabel)[arguments]: Add #:tests?.
| Ludovic Courtès |
2014-10-30 | gnu: texlive: Move script packages from native-inputs to inputs.•••* gnu/packages/texlive.scm (texlive): Move perl, python and tcsh from
native inputs to inputs.
| Andreas Enge |
2014-10-29 | gnu: texlive: Add inputs fontforge and ruby.•••* gnu/packages/texlive.scm (texlive): Add interpreters fontforge and ruby
to the inputs.
| Andreas Enge |
2014-10-29 | gnu: texlive: Use system potrace instead of bundled copy.•••* gnu/packages/texlive.scm (texlive): Add potrace as an input and modify
the configure flags accordingly.
| Andreas Enge |
2014-10-29 | gnu: potrace: Install libraries and header files.•••* gnu/packages/fontutils.scm (potrace): Add configure flag to install
libraries and header files.
| Andreas Enge |
2014-10-29 | gnu: texlive: Drop obsolete input t1lib.•••* gnu/packages/texlive.scm (texlive): Drop input t1lib and the corresponding
configure flag.
Since texlive-2013, xdvi uses freetype instead of t1lib for rendering.
| Andreas Enge |
2014-10-29 | gnu: texlive: Use system libpaper instead of bundled copy.•••* gnu/packages/texlive.scm (texlive): Add libpaper as an input and modify
the configure flags accordingly.
| Andreas Enge |
2014-10-29 | gnu: texlive: Use system harfbuzz instead of bundled copy.•••* gnu/packages/texlive.scm (texlive): Add harfbuzz as an input and modify
the configure flags accordingly.
| Andreas Enge |
2014-10-29 | gnu: harfbuzz: Add and enable input graphite2.•••* gnu/packages/gtk.scm (harfbuzz): Add input graphite2 and enable it with
the corresponding configure flag.
| Andreas Enge |
2014-10-29 | gnu: texlive: Use system graphite2 instead of bundled copy.•••* gnu/packages/texlive.scm (texlive): Add graphite2 as an input and modify
the configure flags accordingly.
| Andreas Enge |
2014-10-29 | gnu: Add GPS Correlate.•••* gnu/packages/gps.scm (gpscorrelate): New variable.
| Ludovic Courtès |
2014-10-29 | gnu: Add GPSBabel.•••* gnu/packages/gps.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2014-10-29 | import: snix: Handle license attributes.•••* guix/import/snix.scm (snix-derivation->guix-package)[license-variable]:
Move to...
(license-variable): ... here. Handle license attributes.
| Ludovic Courtès |