summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix-register: Do not attempt to create NIX_STORE_DIR.Ludovic Courtès2014-11-02
| | | | | | | | 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.
* packages: Implement grafts.Ludovic Courtès2014-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* packages: Add 'package->bag' test for propagated inputs.Ludovic Courtès2014-11-02
| | | | * tests/packages.scm ("package->bag, propagated inputs"): New test.
* derivations: Add 'derivation-name'.Ludovic Courtès2014-11-02
| | | | | * guix/derivations.scm (derivation-name): New procedure. * tests/derivations.scm ("derivation-name"): New test.
* gnu: Add oxygen-icons.Andreas Enge2014-11-02
| | | | * gnu/packages/kde.scm (oxygen-icons): New variable.
* emacs: Add package info heading.Alex Kost2014-11-02
| | | | | | | | | | | | 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.
* gnu: Add freeimage.David Thompson2014-11-02
| | | | * gnu/packages/image.scm (freeimage): New variable.
* gnu: libart-lgpl: Update to 2.3.21.Andreas Enge2014-11-02
| | | | * gnu/packages/gnome.scm (libart-lgpl): Update to 2.3.21.
* gnu: wget: Add input libpsl.Eric Bavier2014-10-31
| | | | * gnu/packages/wget.scm (wget)[inputs]: Add libpsl.
* gnu: Add libpsl.Eric Bavier2014-10-31
| | | | * gnu/packages/web.scm (libpsl): New variable.
* gnu: wget: Upgrade to 1.16.Eric Bavier2014-10-31
| | | | | | | * 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: Add perl-io-socket-ssl.Eric Bavier2014-10-31
| | | | * gnu/packages/web.scm (perl-io-socket-ssl): New variable.
* gnu: Add perl-net-ssleay.Eric Bavier2014-10-31
| | | | * gnu/packages/openssl.scm (perl-net-ssleay): New variable.
* gnu: ruby: Update to 2.1.4.David Thompson2014-10-31
| | | | * gnu/packages/ruby.scm: Update. Remove the now redundant readline patch.
* build: Unset 'CDPATH' in 'test-env'.Ludovic Courtès2014-10-31
| | | | | | Reported by Mathieu Lirzin. * test-env.in: Unset 'CDPATH'.
* gnu: linux-libre: Update to 3.17.2.Jason Self2014-10-30
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.17.2.
* gnu: gpsbabel: Correctly unquote the value for #:tests?.Ludovic Courtès2014-10-31
| | | | | * gnu/packages/gps.scm (gpsbabel)[arguments]: Add missing unquote. Fixes typo introduced in 8235039.
* download: Append (effective-version) to '%load-path' for GnuTLS.Ludovic Courtès2014-10-30
| | | | | | | * 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.
* environment: Improve '--help' output.Ludovic Courtès2014-10-30
| | | | | | * guix/scripts/environment.scm (show-help): Align --pure and --search-paths with other long options; add 'newline' call before 'show-bug-report-information' call.
* gnu: gpsbabel: Disable tests on i686.Ludovic Courtès2014-10-30
| | | | * gnu/packages/gps.scm (gpsbabel)[arguments]: Add #:tests?.
* gnu: texlive: Move script packages from native-inputs to inputs.Andreas Enge2014-10-30
| | | | | * gnu/packages/texlive.scm (texlive): Move perl, python and tcsh from native inputs to inputs.
* gnu: texlive: Add inputs fontforge and ruby.Andreas Enge2014-10-29
| | | | | * gnu/packages/texlive.scm (texlive): Add interpreters fontforge and ruby to the inputs.
* gnu: texlive: Use system potrace instead of bundled copy.Andreas Enge2014-10-29
| | | | | * gnu/packages/texlive.scm (texlive): Add potrace as an input and modify the configure flags accordingly.
* gnu: potrace: Install libraries and header files.Andreas Enge2014-10-29
| | | | | * gnu/packages/fontutils.scm (potrace): Add configure flag to install libraries and header files.
* gnu: texlive: Drop obsolete input t1lib.Andreas Enge2014-10-29
| | | | | | * 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: texlive: Use system libpaper instead of bundled copy.Andreas Enge2014-10-29
| | | | | * gnu/packages/texlive.scm (texlive): Add libpaper as an input and modify the configure flags accordingly.
* gnu: texlive: Use system harfbuzz instead of bundled copy.Andreas Enge2014-10-29
| | | | | * gnu/packages/texlive.scm (texlive): Add harfbuzz as an input and modify the configure flags accordingly.
* gnu: harfbuzz: Add and enable input graphite2.Andreas Enge2014-10-29
| | | | | * gnu/packages/gtk.scm (harfbuzz): Add input graphite2 and enable it with the corresponding configure flag.
* gnu: texlive: Use system graphite2 instead of bundled copy.Andreas Enge2014-10-29
| | | | | * gnu/packages/texlive.scm (texlive): Add graphite2 as an input and modify the configure flags accordingly.
* gnu: Add GPS Correlate.Ludovic Courtès2014-10-29
| | | | * gnu/packages/gps.scm (gpscorrelate): New variable.
* gnu: Add GPSBabel.Ludovic Courtès2014-10-29
| | | | | * gnu/packages/gps.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* import: snix: Handle license attributes.Ludovic Courtès2014-10-29
| | | | | | * guix/import/snix.scm (snix-derivation->guix-package)[license-variable]: Move to... (license-variable): ... here. Handle license attributes.
* offload: Remove mutual exclusion on transfers.Ludovic Courtès2014-10-29
| | | | | | | | Suggested by Mark H. Weaver <mhw@netris.org> at <http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00352.html>. * guix/scripts/offload.scm (transfer-and-offload): Remove uses of 'with-machine-lock'.
* derivations: Fix 'derivation-prerequisites-to-build' when #:local-build?.Ludovic Courtès2014-10-29
| | | | | | * guix/derivations.scm (derivation-prerequisites-to-build)[derivation-substitutable?]: Call 'substitutable-derivation?'. <body>: When 'substitutable-derivation?' returns #f, add DRV to BUILD.
* tests: Move some of the narinfo test tools to (guix tests).Ludovic Courtès2014-10-29
| | | | | | | | * guix/tests.scm (derivation-narinfo, call-with-derivation-narinfo): New procedures. (with-derivation-narinfo): New macro. * tests/derivations.scm ("derivation-prerequisites-to-build and substitutes"): Use them.
* system: Add pciutils and pciutils to '%base-packages'.Ludovic Courtès2014-10-29
| | | | * gnu/system.scm (%base-packages): Add PCIUTILS and USBUTILS.
* gnu: Add ath9k-htc-firmware.Ludovic Courtès2014-10-29
| | | | | | | * 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: Add Xtensa bare-bones cross-compiler.Ludovic Courtès2014-10-29
| | | | | | * gnu/packages/cross-base.scm (xgcc-xtensa): New variable. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "xtensa-elf".
* derivations: Add 'offloadable-derivation?' and 'substitutable-derivation?'.Ludovic Courtès2014-10-29
| | | | | | * guix/derivations.scm (offloadable-derivation?, substitutable-derivation?): New procedures. * tests/derivations.scm ("offloadable-derivation?"): New test.
* gnu: guile-ncurses: Update to 1.6.Ludovic Courtès2014-10-29
| | | | * gnu/packages/guile.scm (guile-ncurses): Update to 1.6.
* build: Adjust lint tests for latest rules.Eric Bavier2014-10-28
| | | | | * tests/guix-lint.sh (dummy)[description]: Add failing case. [doc]: Adjust.
* list-packages: Add Hydra links only for the supported systems.Ludovic Courtès2014-10-28
| | | | | | * build-aux/list-packages.scm (package->sxml)[status]: Use 'package-transitive-supported-systems' instead of a hard-coded list of systems.
* gnu: mit-scheme: Fix typo in 'supported-systems'.Ludovic Courtès2014-10-28
| | | | | * gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Correct spelling of "mips64el-linux".
* gnu: atlas: Make it non-substitutable.Ludovic Courtès2014-10-28
| | | | | | | Suggested by Federico Beffa <beffa@ieee.org>. * gnu/packages/maths.scm (atlas)[arguments]: Pass #:substitutable? #f. [description]: Adjust accordingly.
* build-system/gnu: Add #:substitutable? parameter.Ludovic Courtès2014-10-28
| | | | | | * guix/build-system/gnu.scm (gnu-build): Add #:substitutable? parameter. Pass #:local-build? to 'build-expression->derivation'. (gnu-cross-build): Likewise.
* gnu: Mark a few packages as unsupported on MIPS.Ludovic Courtès2014-10-28
| | | | | | | * 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.
* emacs: Add 'guix-pull' command.Alex Kost2014-10-27
| | | | | | | | | * emacs/guix-base.el (guix-pull): New command. (guix-update-after-pull, guix-after-pull-hook): New variables. (guix-restart-repl-after-pull, guix-update-buffers-maybe-after-pull): New procedures. * emacs/guix-main.scm: Use (guix scripts pull) module. * doc/emacs.texi (Emacs Commands): Document 'guix-pull' command.
* emacs: Improve REPL procedures.Alex Kost2014-10-27
| | | | | | | | * emacs/guix-backend.el (guix-start-process-maybe): Add 'start-msg' and 'end-msg' optional arguments. (guix-start-repl-maybe): Likewise. Do not kill buffer with a dead process. (guix-repl-exit): New procedure. (guix-eval-in-repl): Use 'geiser-repl--send'.
* emacs: Improve buffer procedures.Alex Kost2014-10-27
| | | | | | | | | | * emacs/guix-base.el (guix-list-or-info-buffer-p): Delete. Replace with... (guix-buffer-p): ... this. New procedure. (guix-buffers): Use it. Add 'modes' argument. (guix-update-buffer): New procedure. (guix-update-buffers-maybe): Rename to ... (guix-update-buffers-maybe-after-operation): this. Use 'guix-update-buffer'.
* emacs: Introduce REPL operation type.Alex Kost2014-10-27
| | | | | | * emacs/guix-backend.el (guix-repl-operation-type): New variable. (guix-repl-output-filter): Run type hooks after performing an operation. (guix-eval-read): Add 'operation-type' argument.