summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pull: Install the new Guix in a profile.Ludovic Courtès2018-06-09
| | | | | | | | | | | | | | | | | | * guix/scripts/pull.scm (%pull-version): New variable. (build-from-source): Pass #:pull-version to BUILD. (whole-package-for-legacy, derivation->manifest-entry): New procedure. (build-and-install): Rewrite in terms of 'build-and-use-profile'. * guix/scripts/system.scm (maybe-suggest-running-guix-pull)[latest]: Switch to "/current". * scripts/guix.in (augment-load-paths!): Remove use of ~/.config/guix/latest. * build-aux/compile-as-derivation.scm: Replace "/guix/latest/" with "/current/share/guile/site/X.Y" * guix/scripts.scm (warn-about-old-distro)[age]: Check "/current" instead of "/latest". * doc/guix.texi (Invoking guix pull): Document it. * doc/contributing.texi (Running Guix Before It Is Installed): Remove footnote about abusing ~/.config/guix/latest.
* self: Produce a complete package with the 'guix' command.Ludovic Courtès2018-06-09
| | | | | | | | | | | | * guix/self.scm (guix-command): New procedure. (compiled-guix): Add #:pull-version parameter. [command, package]: New variables. Honor PULL-VERSION. (guix-derivation): Add #:pull-version and pass it to 'compiled-guix'. * build-aux/build-self.scm (build-program): Add #:pull-version parameter. Pass it to 'guix-derivation'. (build): Add #:pull-version and pass it to 'build-program'. * build-aux/compile-as-derivation.scm: Pass #:pull-version to BUILD.
* gnu: btrfs-progs: Fix build by disabling tests.宋文武2018-06-09
| | | | * gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
* gnu: lxc: Update to 3.0.1.宋文武2018-06-09
| | | | * gnu/packages/virtualization.scm (lxc): Update to 3.0.1.
* gnu: nzbget: Update to 20.0.Rutger Helling2018-06-09
| | | | * gnu/packages/networking.scm (nzbget): Update to 20.0.
* gnu: mame: New variable.Nicolas Goaziou2018-06-09
| | | | * gnu/packages/emulators.scm (mame): New variable.
* gnu: asio: New variable.Nicolas Goaziou2018-06-09
| | | | * gnu/packages/networking.scm (asio): New variable.
* gnu: Add emacs-ivy-yasnippet.Oleg Pykhalov2018-06-08
| | | | * gnu/packages/emacs.scm (emacs-ivy-yasnippet): New public variable.
* gnu: exim: Add libnsl input.Gábor Boskovits2018-06-08
| | | | | | * gnu/packages/mail.scm (exim)[inputs]: Add libnsl. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* nls: Update 'fr' translation.Julien Lepiller2018-06-08
|
* doc: Document xorg keymap configuration.Julien Lepiller2018-06-08
| | | | * doc/guix.texi (Xorg display): Add an example xorg keymap configuration.
* gnu: twitchy: Install 'rofi-twitchy'.Oleg Pykhalov2018-06-08
| | | | * gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
* gnu: rcas-web: Update to 0.0.5.Ricardo Wurmus2018-06-08
| | | | * gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
* services: dnsmasq-service-type: Add default configuration and description.宋文武2018-06-08
| | | | | * gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields.
* services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'.宋文武2018-06-08
| | | | | | | | | | The 'no-negcache?' option is mapped to the '--no-negcache' command-line argument directly, but we're in the scheme world, where the general guideline is to avoid double-negations in identifiers. * gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?' field with 'negative-cache?'. * doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly.
* gnu: debootstrap: Substitute chroot in 'patch-source' phase.Kei Kebreau2018-06-08
| | | | | | * gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils.
* gnu: hpcguix-web: Update to commit '87cb516'.Rouby Pierre-Antoine2018-06-08
| | | | | | * gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-flycheck.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-flycheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-exwm.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-exwm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-emms.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-emms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-descbinds.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-descbinds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-company.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-company): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-google-translate.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-google-translate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-gif-screencast.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-gif-screencast): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Regenerate *.fr.texi.Ludovic Courtès2018-06-08
|
* doc: Update 'fr' translation.Ludovic Courtès2018-06-08
|
* nls: Update 'da' translation.Ludovic Courtès2018-06-08
|
* import: elpa: Remove unused (gnu packages) module.Oleg Pykhalov2018-06-08
| | | | * guix/import/elpa.scm: Remove unused (gnu packages) module.
* gnu: ruby-rack-protection: Update to 2.0.2.Tobias Geerinckx-Rice2018-06-08
| | | | * gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
* gnu: r-fastcluster: Update to 1.1.25.Tobias Geerinckx-Rice2018-06-08
| | | | * gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
* gnu: opensmtpd: Clarify phase name.Tobias Geerinckx-Rice2018-06-08
| | | | | | * gnu/packages/mail.scm (opensmtpd)[arguments]: Rename ‘install-compatibilitymode’ to ‘install-compatibility-links’ and avoid needless abbrevs while at it.
* gnu: opensmtpd: Patch FHS assumptions.Tobias Geerinckx-Rice2018-06-08
| | | | | | | | | | | | This fixes the following failure... # smtpctl show message 9275c3fbeccbae93 execl: No such file or directory ...due to the absence of ‘/bin/cat’ on GuixSD. * gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘patch-FHS-file-names’ phase.
* gnu: duplicity: Update to 0.7.17.Oleg Pykhalov2018-06-08
| | | | * gnu/packages/backup.scm (duplicity): Update to 0.7.17.
* gnu: Add python-fasteners.Oleg Pykhalov2018-06-08
| | | | | * gnu/packages/python.scm (python-fasteners, python2-fasteners): New variables.
* vm: 'iso9660-image' uses a local /tmp.Ludovic Courtès2018-06-08
| | | | | | | | Fixes <https://bugs.gnu.org/31752>. Regression introduced in commit 8c9bf2946a1cb58c5b7b941db3a37830ece80708. * gnu/system/vm.scm (iso9660-image): Pass #:file-systems to 'expression->derivation-in-linux-vm'.
* vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.Ludovic Courtès2018-06-08
| | | | | * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:file-systems and use it instead of %LINUX-VM-FILE-SYSTEMS.
* gnu: doxygen: Work around GCC ICE on armhf-linux.Ludovic Courtès2018-06-08
| | | | | | | | | | | Reported by Mark H Weaver <mhw@netris.org> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31708#10>. * gnu/packages/patches/doxygen-gcc-ice.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/documentation.scm (doxygen)[inputs]: Add "gcc-ice-patch" on armhf-* only. [arguments]: Add 'apply-gcc-patch' phase on armhf-* only.
* config: Remove 'canonicalize-path' call.Ludovic Courtès2018-06-08
| | | | | | | | The call was unnecessary and would cause test failures because 'test-tmp/db' does not exist initially. * guix/config.scm.in (%store-database-directory): Remove 'canonicalize-path' call.
* build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).Ludovic Courtès2018-06-08
| | | | | | | Reported by Gábor Boskovits <boskovits@gmail.com>. Fixes <https://bugs.gnu.org/31700>. * nix/local.mk (CLEANFILES): Add nothing but schema.sql.hh.
* gnu: redis: Update to 4.0.9.宋文武2018-06-08
| | | | * gnu/packages/database.scm (redis): Update to 4.0.9.
* gnu: ikiwiki: Add inputs for CGI script and remove duplicate input.Paul Garlick2018-06-08
| | | | | | | | * gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-cgi-formbuilder and perl-db-file. Remove perl-uri duplicate. Sort 'perl-*' inputs alphabetically. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add perl-cgi-formbuilder.Paul Garlick2018-06-08
| | | | | | * gnu/packages/web.scm (perl-cgi-formbuilder): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* import: elpa: Add recursive import.Oleg Pykhalov2018-06-08
| | | | | | | | | | * doc/guix.texi (Invoking guix import): Document elpa recursive import. * guix/import/elpa.scm (elpa-package->sexp): Return package and dependencies values. (elpa-guix-name, elpa-recursive-import): New procedures. * guix/scripts/import/elpa.scm (show-help, %options): Add recursive option. (guix-import-elpa): Use 'elpa-recursive-import'.
* import: utils: Add recursive-import.Oleg Pykhalov2018-06-08
| | | | | | | | | * guix/import/cran.scm (cran-guix-name, cran-recursive-import): New procedures. (recursive-import): Remove procedure. * guix/import/utils.scm (guix-name, recursive-import): New procedures. * guix/scripts/import/cran.scm (guix-import-cran): Use 'cran-recursive-import' procedure.
* gnu: linux-libre@4.9: Update to 4.9.107.Mark H Weaver2018-06-07
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.107.
* gnu: linux-libre@4.4: Update to 4.4.136.Mark H Weaver2018-06-07
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.136.
* gnu: ruby-asciidoctor: Update description.Tobias Geerinckx-Rice2018-06-07
| | | | | | Synchronise with upstream README. * gnu/packages/ruby.scm (ruby-asciidoctor)[description]: Add PDF.
* gnu: inxi: Fix up synopsis & description.Tobias Geerinckx-Rice2018-06-07
| | | | | * gnu/packages/admin.scm (inxi)[synopsis]: Fix typo. [description]: Use @code{}.
* gnu: libngspice: Update to 28.Tobias Geerinckx-Rice2018-06-07
| | | | * gnu/packages/engineering.scm (libngspice): Update to 28.
* gnu: libngspice: Use C-locale date format.Tobias Geerinckx-Rice2018-06-07
| | | | | * gnu/packages/engineering.scm (libngspice): Use a more standard (C-locale) date format when forging timestamps.