| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/qt.scm (qt): Update to 5.3.2. Drop configure flag
-no-neon, which is not supported any more.
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.2.
|
|
|
|
|
| |
* gnu/packages/adns.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (evince)[build-system]: Switch to
GLIB-OR-GTK-BUILD-SYSTEM.
|
|
|
|
| |
* gnu/packages/gdb.scm (gdb)[arguments]: Add 'post-install' phase.
|
|
|
|
| |
* gnu/packages/gdb.scm (gdb): Update to 7.8.1.
|
|
|
|
| |
* gnu/packages/docbook.scm (docbook-xml-4.2): New variable.
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-themes-standard): New variable.
|
|
|
|
| |
* gnu/packages/gnome.scm (librsvg): Add 'generate-full-cache phase.
|
|
|
|
|
| |
* gnu/packages/qt.scm (qt, qt-4): Add a configure flag to link explicitly
with dbus.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/swig.scm (swig): Update to 3.0.2.
|
|
|
|
| |
* gnu/packages/swig.scm (swig): Update to 2.0.12.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (cython, cython2): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* 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>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* gnu/packages/kde.scm (oxygen-icons): New variable.
|
|
|
|
| |
* gnu/packages/image.scm (freeimage): New variable.
|
|
|
|
| |
* gnu/packages/gnome.scm (libart-lgpl): Update to 2.3.21.
|
|
|
|
| |
* gnu/packages/wget.scm (wget)[inputs]: Add libpsl.
|
|
|
|
| |
* gnu/packages/web.scm (libpsl): New variable.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/web.scm (perl-io-socket-ssl): New variable.
|
|
|
|
| |
* gnu/packages/openssl.scm (perl-net-ssleay): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm: Update. Remove the now redundant readline patch.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Update to version 3.17.2.
|
|
|
|
|
| |
* gnu/packages/gps.scm (gpsbabel)[arguments]: Add missing unquote.
Fixes typo introduced in 8235039.
|
|
|
|
| |
* gnu/packages/gps.scm (gpsbabel)[arguments]: Add #:tests?.
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Move perl, python and tcsh from
native inputs to inputs.
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Add interpreters fontforge and ruby
to the inputs.
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Add potrace as an input and modify
the configure flags accordingly.
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (potrace): Add configure flag to install
libraries and header files.
|
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Drop input t1lib and the corresponding
configure flag.
Since texlive-2013, xdvi uses freetype instead of t1lib for rendering.
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Add libpaper as an input and modify
the configure flags accordingly.
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Add harfbuzz as an input and modify
the configure flags accordingly.
|
|
|
|
|
| |
* gnu/packages/gtk.scm (harfbuzz): Add input graphite2 and enable it with
the corresponding configure flag.
|
|
|
|
|
| |
* gnu/packages/texlive.scm (texlive): Add graphite2 as an input and modify
the configure flags accordingly.
|
|
|
|
| |
* gnu/packages/gps.scm (gpscorrelate): New variable.
|
|
|
|
|
| |
* gnu/packages/gps.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/system.scm (%base-packages): Add PCIUTILS and USBUTILS.
|
|
|
|
|
|
|
| |
* gnu/packages/firmware.scm: New file.
* gnu/packages/patches/ath9k-htc-firmware-objcopy.patch: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add 'firmware.scm'.
(dist_patch_DATA): Add the patch.
|
|
|
|
|
|
| |
* gnu/packages/cross-base.scm (xgcc-xtensa): New variable.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
"xtensa-elf".
|
|
|
|
| |
* gnu/packages/guile.scm (guile-ncurses): Update to 1.6.
|
|
|
|
|
| |
* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Correct
spelling of "mips64el-linux".
|
|
|
|
|
|
|
| |
Suggested by Federico Beffa <beffa@ieee.org>.
* gnu/packages/maths.scm (atlas)[arguments]: Pass #:substitutable? #f.
[description]: Adjust accordingly.
|
|
|
|
|
|
|
| |
* gnu/packages/gprolog.scm (gprolog): Add 'supported-systems' field.
* gnu/packages/qemu.scm (qemu-headless): Likewise.
* gnu/packages/qt.scm (qt): Likewise.
* gnu/packages/scheme.scm (racket): Likewise.
|