~ruther/guix-local

ref: d460204f2efa8d6f169707d0245dff8735fc0eba guix-local/gnu d---------
d460204f — Ludovic Courtès 11 years ago
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.
ac67e205 — Ludovic Courtès 11 years ago
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>.
05962f29 — Ludovic Courtès 11 years ago
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.
5c2033f8 — Andreas Enge 11 years ago
gnu: Add oxygen-icons.

* gnu/packages/kde.scm (oxygen-icons): New variable.
43402c5c — David Thompson 11 years ago
gnu: Add freeimage.

* gnu/packages/image.scm (freeimage): New variable.
76c9b6aa — Andreas Enge 11 years ago
gnu: libart-lgpl: Update to 2.3.21.

* gnu/packages/gnome.scm (libart-lgpl): Update to 2.3.21.
edda6db2 — Eric Bavier 11 years ago
gnu: wget: Add input libpsl.

* gnu/packages/wget.scm (wget)[inputs]: Add libpsl.
488e8863 — Eric Bavier 11 years ago
gnu: Add libpsl.

* gnu/packages/web.scm (libpsl): New variable.
fb7bdb43 — Eric Bavier 11 years ago
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.
3484d052 — Eric Bavier 11 years ago
gnu: Add perl-io-socket-ssl.

* gnu/packages/web.scm (perl-io-socket-ssl): New variable.
a16e9204 — Eric Bavier 11 years ago
gnu: Add perl-net-ssleay.

* gnu/packages/openssl.scm (perl-net-ssleay): New variable.
12d39eb5 — David Thompson 11 years ago
gnu: ruby: Update to 2.1.4.

* gnu/packages/ruby.scm: Update.  Remove the now redundant readline patch.
c268a0d4 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.17.2.

* gnu/packages/linux.scm (linux-libre): Update to version 3.17.2.
49aeaedf — Ludovic Courtès 11 years ago
gnu: gpsbabel: Correctly unquote the value for #:tests?.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Add missing unquote.
  Fixes typo introduced in 8235039.
82350397 — Ludovic Courtès 11 years ago
gnu: gpsbabel: Disable tests on i686.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Add #:tests?.
e9a6d225 — Andreas Enge 11 years ago
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.
b32c8549 — Andreas Enge 11 years ago
gnu: texlive: Add inputs fontforge and ruby.

* gnu/packages/texlive.scm (texlive): Add interpreters fontforge and ruby
    to the inputs.
75916982 — Andreas Enge 11 years ago
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.
4797d84d — Andreas Enge 11 years ago
gnu: potrace: Install libraries and header files.

* gnu/packages/fontutils.scm (potrace): Add configure flag to install
    libraries and header files.
283fd55b — Andreas Enge 11 years ago
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.
Next