summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: xapian: Update to 1.4.6 [fixes CVE-2018-0499].Marius Bakke2018-07-12
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.6.
* gnu: GnuPG: Update to 2.2.9.Leo Famulari2018-07-12
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.9.
* import: hackage: Support "-any" and "-none" version comparison operators.Danny Milosavljevic2018-07-12
| | | | | | | | | | * guix/import/cabal.scm (make-cabal-parser): Modify. (is-any): New variable. (is-none): New variable. (lex-any): New procedure. (lex-none): New procedure. (lex-word): Modify. (eval-cabal): Modify.
* import: hackage: Support "custom-setup" field.Danny Milosavljevic2018-07-12
| | | | | | | | | | | | | Fixes <https://bugs.gnu.org/23961>. * guix/import/cabal.scm (make-cabal-parser): Modify. (is-custom-setup): New variable. (lex-custom-setup): New procedure. (is-id): Modify. (lex-version): Modify. (<cabal-custom-setup>): New record type. (eval-cabal): Modify. (dependencies): Add parameter.
* gexp: Allow bytevector as content of `plain-file'.Jan Nieuwenhuizen2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for using a package source directly from git, doing something like (define (command->bytevector command) (let ((port (apply open-pipe* OPEN_READ command))) (let ((output (get-bytevector-all port))) (close-port port) output))) (define-public hello-git (package (name "hello") (version "git") (source (let* ((commit "stable-2.0") (content (command->bytevector `("git" "archive" "--format" "tar" "--prefix" ,(string-append commit "/") ,commit))) (file-name (string-append "hello-" commit))) (plain-file file-name content))) ... )) * guix/gexp.scm (<plain-file>): Also allow bytevector content. (plain-file-compiler): Handle bytevector content. * doc/guix.texi (G-Expressions): Describe plain-file now also taking bytevectors.
* store: Add `binary-file'.Jan Nieuwenhuizen2018-07-12
| | | | | * guix/store.scm (binary-file): New function. * doc/guix.texi (The Store Monad): Describe binary-file.
* gnu: Add ghc-xdg-basedir.Danny Milosavljevic2018-07-11
| | | | * gnu/packages/haskell.scm (ghc-xdg-basedir): New variable.
* gnu: Add ghc-regex-tdfa-text.Danny Milosavljevic2018-07-11
| | | | * gnu/packages/haskell.scm (ghc-regex-tdfa-text): New variable.
* gnu: u-boot-tools: Simplify build.Danny Milosavljevic2018-07-11
| | | | | * gnu/packages/bootloaders.scm (u-boot-tools)[arguments]<#:phases>[build]: Modify.
* gnu: u-boot-tools: Install "sunxi-spl-image-builder".Danny Milosavljevic2018-07-11
| | | | | | * gnu/packages/bootloaders.scm (u-boot-tools)[arguments]<#:phases>[build]: Build sunxi-spl-image-builder. (u-boot-tools)[arguments]<#:phases>[install]: Install sunxi-spl-image-builder.
* gnu: make-u-boot-package: Return #t from "install" phase.Danny Milosavljevic2018-07-11
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases> [install]: Return #t.
* gnu: msmtp: Update to 1.6.8.Efraim Flashner2018-07-11
| | | | | | * gnu/packages/mail.scm (msmtp): Update to 1.6.8. [source]: Update to new source location. [home-page]: Update to new home-page.
* gnu: btrfs-progs: Update home-page.Efraim Flashner2018-07-11
| | | | | * gnu/packages/linux.scm (btrfs-progs)[home-page]: Update to redirected home-page.
* gnu: Add emacs-fold-dwim.Ludovic Courtès2018-07-11
| | | | * gnu/packages/emacs.scm (emacs-fold-dwim): New variable.
* gnu: Add emacs-recent-addresses.Ludovic Courtès2018-07-11
| | | | * gnu/packages/emacs.scm (emacs-recent-addresses): New variable.
* gnu-maintenance: Get GNU metadata from rec files.Ludovic Courtès2018-07-11
| | | | | | | | | Suggested by Mike Gerwitz <mtg@gnu.org>. * guix/gnu-maintenance.scm (%package-list-url): Use the .rec file. (%package-description-url): Likewise. (official-gnu-packages)[read-records]: Skip record descriptors. Rename fields to use underscores instead of hyphens.
* gnu: gzochi: Update to 0.12.Julian Graham2018-07-11
| | | | * gnu/packages/game-development.scm (gzochi): Update to 0.12.
* import: gem: Add recursive import.Oleg Pykhalov2018-07-11
| | | | | | | | | | | | | * doc/guix.texi (Invoking guix import): Document gem recursive import. * guix/import/gem.scm (gem->guix-package): Return package and dependencies values. (gem-recursive-import): New procedure. * guix/scripts/import/gem.scm (show-help, %options): Add recursive option. (guix-import-gem): Use 'gem-recursive-import'. * tests/gem.scm (test-json): Rename to 'test-foo-json'. ("gem->guix-package"): Use 'test-foo-json'. (test-bar-json, test-bundler-json): New variables. ("gem-recursive-import"): New test.
* build-system/haskell: Make phases fail on error.Danny Milosavljevic2018-07-11
| | | | | * guix/build/haskell-build-system.scm (configure): Make it fail on error. (run-setuphs): Make it fail on error.
* build: Add missing patches to the distribution.Ludovic Courtès2018-07-11
| | | | | | | | Reported by jonsger. * gnu/local.mk (dist_patch_DATA): Add perl-text-markdown-discount-unbundle.patch and racket-fix-xform-issue.patch.
* ui: Fix typo.Ludovic Courtès2018-07-11
| | | | * guix/ui.scm (display-profile-content-diff): Fix typo in docstring.
* profiles: Introduce 'profile-search-paths' and use it.Ludovic Courtès2018-07-11
| | | | | | | | | | | | | * guix/profiles.scm (profile-search-paths): New procedure. * guix/scripts/environment.scm (evaluate-search-paths): Remove. (create-environment): Replace 'paths' with 'manifest'. Use 'profile-search-paths' instead of 'evaluate-search-paths'. (show-search-paths): Likewise. (launch-environment): Replace 'paths' with 'manifest'. Make 'pure?' a keyword parameter. (launch-environment/fork, launch-environment/container): Likewise. (guix-environment): Remove 'paths' variable. Adjust callers of the above procedures accordingly.
* environment: Simplify code by using manifests internally.Ludovic Courtès2018-07-11
| | | | | | | | | | | | | | | * guix/scripts/environment.scm (strip-input-name) (package+propagated-inputs, package-or-package+output?) (compact): Remove. (inputs->profile-derivation): Rename to... (manifest->derivation): ... this. Replace 'inputs' parameter with 'manifest'. (input->manifest-entry): New procedure. (package-environment-inputs): Rewrite to return a list of manifest entries. (options/resolve-packages): Rewrite to return a manifest. (guix-environment): Remove 'inputs'. Define 'paths' in terms of 'manifest-search-paths'.
* profiles: Factorize 'manifest-search-paths'.Ludovic Courtès2018-07-11
| | | | | | * guix/profiles.scm (manifest-search-paths): New procedure. (profile-derivation)[builder]: Use it. * guix/build/profiles.scm (build-etc/profile): Remove $PATH.
* gnu: fc-host-tools: Fix internal invocations.Danny Milosavljevic2018-07-10
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Modify.
* gnu: fc-host-tools: Update description.Danny Milosavljevic2018-07-10
| | | | * gnu/packages/embedded.scm (fc-host-tools)[description]: Modify.
* gnu: Add patches.Danny Milosavljevic2018-07-10
| | | | | * gnu/local.mk (dist_patch_DATA): Add 'rust-bootstrap-stage0-test.patch', 'rust-coresimd-doctest.patch'.
* gnu: libyajl: Actually run test suite.Efraim Flashner2018-07-10
| | | | * gnu/packages/web.scm (libyajl)[arguments]: Patch shebang in test suite.
* gnu: u-boot: Update to 2018.07.Vagrant Cascadian2018-07-10
| | | | | | | | | | | | | | | | | | | --=-=-= Content-Type: text/plain The attached patch updates u-boot to 2018.07, which required adding native-inputs of "bison" and "flex". live well, vagrant From 74a9561ac07592a5ae15b723d0f2ac7fc05c463c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagrant@debian.org> Date: Tue, 10 Jul 2018 00:12:05 +0000 Subject: [PATCH] gnu: u-boot: Update to 2018.07. * gnu/packages/bootloaders.scm (u-boot): Update to 2018.07. (u-boot)[native-inputs]: Add "bison" and "flex".
* gnu: rust: Update to 1.27.0.Nikolai Merinov2018-07-10
| | | | | | | * gnu/packages/rust.scm (rust): Rename to... (rust-1.26): ...this. (rust): New variable. * gnu/packages/patches/rust-bootstrap-stage0-test.patch: New file.
* gnu: rust: Support build with glibc-2.27; update to 1.26.2.Nikolai Merinov2018-07-10
| | | | | | | | | | | | | | | * gnu/packages/rust.scm (rust-source): Add "patches" argument. (rust-bootstrapped-package): Add "patches" argument. (rust-1.19)[arguments]<#:phases>[patch-tests]: Modify. [arguments]<#:phases>[patch-aarch64-test]: New phase. [arguments]<#:phases>[use-readelf-for-tests]: New phase. [arguments]<#:phases>[remove-unsupported-tests]: New phase. (rust-1.23): Disable "run-pass/out-of-stack.rs" test. (rust-1.24)[arguments]<#:phases>[patch-aarch64-test]: Replace. (rust-1.25)[inputs]: Switch to LLVM 6.0. (rust-1.25)[arguments]<#:phases>[enable-codegen-tests]: New variable. (rust): New variable. * gnu/packages/patches/rust-coresimd-doctest.patch: New file.
* gnu: lua: Update to 5.3.5.Marius Bakke2018-07-10
| | | | * gnu/packages/lua.scm (lua): Update to 5.3.5.
* guix: Add opam importer.Julien Lepiller2018-07-10
| | | | | | | | | * guix/scripts/import.scm (importers): Add opam. * guix/scripts/import/opam.scm: New file. * guix/import/opam.scm: New file. * tests/opam.scm: New file. * Makefile.am: Add them. * doc/guix.texi (Invoking guix import): Document it.
* gnu: wine-staging: Update to 3.12.Rutger Helling2018-07-10
| | | | * gnu/packages/wine.scm (wine-staging): Update to 3.12.
* gnu: wine-staging-patchset-data: Update to 3.12.Rutger Helling2018-07-10
| | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.12.
* gnu: vte-ng: Update to 0.52.2.a.Marius Bakke2018-07-09
| | | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.52.2.a. [arguments]: Remove #:configure-flags.
* gnu: vte-ng: Use "invoke".Marius Bakke2018-07-09
| | | | * gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*.
* gnu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888].Marius Bakke2018-07-09
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.5.
* gnu: openmw: Update to a checkout version.Alex Kost2018-07-09
| | | | | * gnu/packages/game-development.scm (openmw): Update to the latest commit to fix the build.
* gnu: openscenegraph: Update to 3.6.2.Alex Kost2018-07-09
| | | | | | | | | | * gnu/packages/graphics.scm (openscenegraph): Update to 3.6.2. [source]: Use the new url and 'git-fetch' method. [properties]: Add 'upstream-name'. [native-inputs]: Add 'pkg-config'. [inputs]: Add 'libxrandr'. * gnu/packages/patches/openscenegraph-ffmpeg3.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: dunst: Add svg support.Alex Kost2018-07-09
| | | | | * gnu/packages/dunst.scm (dunst)[inputs]: Use 'gdk-pixbuf+svg' instead of 'gdk-pixbuf'.
* gnu: Add emacs-tide.Mathieu Lirzin2018-07-09
| | | | | | * gnu/packges/emacs.scm (emacs-tide): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-typescript-mode.Mathieu Lirzin2018-07-09
| | | | | | * gnu/packges/emacs.scm (emacs-typescript-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-nodejs-repl.Mathieu Lirzin2018-07-09
| | | | | | * gnu/packges/emacs.scm (emacs-nodejs-repl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Use https://alpha.gnu.org instead of FTP.Ludovic Courtès2018-07-09
| | | | | | * doc/guix.texi (Binary Installation) (USB Stick and DVD Installation, Running GuixSD in a VM): Use "https://alpha.gnu.org" instead of the now deprecated FTP URLs.
* doc: Fix FTP link in documentation.EuAndreh2018-07-09
| | | | | | | | | | | The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM. I looked for other instances of this mistake in the docs, but I could't find any. * doc/guix.texi: fix link to GuixSD VM image in FTP server. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Fix syntax error and remove trailing whitespace.Ricardo Wurmus2018-07-09
| | | | | | | This is a follow-up to commit a33652ee336ae9a5d2ab5fd54bf2397caec42a0e. * doc/guix.texi (Prometheus Node Exporter Service): Remove trailing whitespace and change "defvr" to "defvar".
* gnu: macs: Update to 2.1.1.20160309.Ricardo Wurmus2018-07-09
| | | | * gnu/packages/bioinformatics.scm (macs): Update to 2.1.1.20160309.
* services: Add prometheus-node-exporter-service-type.Gábor Boskovits2018-07-09
| | | | | | | | | | * gnu/services/monitoring.scm (prometheus-node-exporter-service-type): New variable. (<prometheus-node-exporter-configuration>): New record type. (prometheus-node-exporter-shepherd-service): New procedure. * gnu/doc/guix.texi (Monitoring Services): Document it. * gnu/tests/monitoring.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add test module.
* gnu: linux-libre: Update to 4.17.5.Mark H Weaver2018-07-08
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.5. (%linux-libre-hash): Update hash.