| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "gnu: patchelf: Update argument phase."•••It causes too many rebuilds this late in the 'staging' cycle.
This reverts commit c1d1cd817c7ab8d99e962e286c207943765a8e8f.
| Marius Bakke | 2018-03-20 | 1 | -6/+8 |
* | patchelf: Use 'https' for source uri.•••* gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
| Efraim Flashner | 2018-03-19 | 1 | -1/+1 |
* | gnu: patchelf: Update argument phase.•••* gnu/packages/elf.scm (patchelf)[arguments]: Use 'modify-phases'
syntax. Replace 'system*' with 'invoke'.
| Efraim Flashner | 2018-03-19 | 1 | -8/+6 |
* | gnu: patchelf: Use 'target-arm32?' for armhf-linux case.•••* gnu/packages/elf.scm (patchelf)[inputs]: Replace armhf-linux detection
logic with 'target-arm32?' macro.
[arguments]: Same.
| Efraim Flashner | 2018-03-19 | 1 | -2/+3 |
* | Merge branch 'master' into staging | Marius Bakke | 2018-03-19 | 8 | -12/+346 |
|\ |
|
| * | gnu: Add r-abbyyr.•••* gnu/packages/cran.scm (r-abbyyr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Vijayalakshmi Vedantham | 2018-03-19 | 1 | -0/+31 |
| * | glob: Add an extra glob pattern compilation stage.•••* guix/glob.scm (compile-glob-pattern): Rename to...
(string->sglob): ... this.
(compile-sglob, string->compiled-sglob): New procedures.
(glob-match?): Replace '?, 'range, and 'set with a single clause.
* tests/glob.scm (test-compile-glob-pattern): Rename to...
(test-string->sglob): ... this. Adjust accordingly.
(test-glob-match): Use 'string->compiled-sglob' instead of
'compile-glob-pattern'.
* gnu/build/linux-modules.scm (read-module-aliases): Use
'string->compiled-sglob' instead of 'compile-glob-pattern'.
| Ludovic Courtès | 2018-03-18 | 1 | -2/+2 |
| * | linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls.•••* gnu/build/linux-modules.scm (load-linux-module*): Pass BLACK-LIST in
recursive call.
| Ludovic Courtès | 2018-03-18 | 1 | -1/+3 |
| * | linux-modules: Add 'current-kernel-directory'.•••* gnu/build/linux-modules.scm (current-kernel-directory): New procedure.
(current-alias-file): Use it.
| Ludovic Courtès | 2018-03-18 | 1 | -4/+7 |
| * | vm: Display a backtrace upon error by default.•••* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
#:on-error to 'base-initrd'.
| Ludovic Courtès | 2018-03-18 | 1 | -0/+1 |
| * | gnu: youtube-dl: Update to 2018.03.14.•••* gnu/packages/video.scm (youtube-dl): Update to 2018.03.14.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Sohom Bhattacharjee | 2018-03-18 | 1 | -2/+2 |
| * | gnu: shotwell: Update to 0.28.0.•••* gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
| Christopher Baines | 2018-03-18 | 1 | -2/+2 |
| * | gnu: Add ruby-ruby-engine.•••* gnu/packages/ruby.scm (ruby-ruby-engine): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+49 |
| * | gnu: Add ruby-rake.•••* gnu/packages/ruby.scm (ruby-rake): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+21 |
| * | gnu: Add ruby-erubis.•••* gnu/packages/ruby.scm (ruby-erubis): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+23 |
| * | gnu: Add ruby-sporkmonger-rack-mount.•••* gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+31 |
| * | gnu: Add ruby-creole.•••* gnu/packages/ruby.scm (ruby-creole): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+21 |
| * | gnu: Add ruby-contest.•••* gnu/packages/ruby.scm (ruby-contest): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+19 |
| * | gnu: Add ruby-rack-protection.•••* gnu/packages/ruby.scm (ruby-rack-protection): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+29 |
| * | gnu: Add ruby-rack-test.•••* gnu/packages/ruby.scm (ruby-rack-test): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+31 |
| * | gnu: Add ruby-asciidoctor.•••* gnu/packages/ruby.scm (ruby-asciidoctor): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+36 |
| * | gnu: Add ruby-asciimath.•••* gnu/packages/maths.scm (ruby-asciimath): New variable.
| Ben Woodcroft | 2018-03-18 | 1 | -0/+34 |
| * | gnu: icecat: Fix CVE-2018-{5146,5147}, etc.•••Includes fixes for CVE-2018-5146 and CVE-2018-5147.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from
the upstream mozilla-esr52 repository.
| Mark H Weaver | 2018-03-17 | 1 | -1/+4 |
* | | Merge branch 'master' into staging | Marius Bakke | 2018-03-18 | 138 | -1271/+4525 |
|\| |
|
| * | gnu: Add terraform-docs.•••* gnu/packages/terraform.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Christopher Baines | 2018-03-17 | 2 | -0/+53 |
| * | gnu: Add go-github-com-hashicorp-hcl.•••* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable.
| Christopher Baines | 2018-03-17 | 1 | -0/+27 |
| * | gnu: Add go-github-com-tj-docopt.•••* gnu/packages/golang.scm (go-github-com-tj-docopt): New variable.
| Christopher Baines | 2018-03-17 | 1 | -0/+25 |
| * | gnu: guile-git: Update to 2bb9fbb.•••* gnu/packages/guile.scm (guile-git): Update to 2bb9fbb.
| Ludovic Courtès | 2018-03-18 | 1 | -3/+3 |
| * | gnu: nss-mdns: Adjust Avahi socket file name.•••Fixes <https://bugs.gnu.org/30613>.
Regression introduced in 550f4509acf2c0f67882260414b0bb2843e07465.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.
* gnu/packages/avahi.scm (nss-mdns)[arguments]: Remove
#:configure-flags. Add #:phases.
| Ludovic Courtès | 2018-03-18 | 1 | -4/+12 |
| * | gnu: datamash: Update to 1.3.•••* gnu/packages/datamash.scm (datamash): Update to 1.3.
| Ludovic Courtès | 2018-03-18 | 1 | -2/+2 |
| * | gnu: fvwm: Add '.desktop' file.•••* gnu/packages/fvwm.scm (fvwm)[arguments]: Add new phase to create '.desktop' file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 | 2018-03-18 | 1 | -0/+21 |
| * | services: openssh: Add 'accepted-environment' field.•••* gnu/services/ssh.scm (<openssh-configuration>)[accepted-environment]: New field.
(openssh-config-file): Honor 'acccepted-environment'.
* doc/guix.texi (Networking Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Castillo | 2018-03-18 | 1 | -0/+7 |
| * | gnu: java-simple-xml: Fix java8 test failures.•••* gnu/packages/patches/javas-simple-xml-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/java.scm (java-simple-xml)[source](patches): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gábor Boskovits | 2018-03-18 | 3 | -1/+40 |
| * | gnu: shaderc: Clean up package arguments.•••* gnu/packages/vulkan.scm (shaderc)[version]: Remove extra '-'.
[arguments]: Remove extra 'mkdir-p' calls and refer to inputs directly.
| Efraim Flashner | 2018-03-17 | 1 | -14/+7 |
| * | Revert "gnu: shaderc: Use more standard keys."•••This reverts commit 9bc0591bc11190ac49c8ea3cf44c4903c924f6c7.
This commit broke 'shaderc'.
| Rutger Helling | 2018-03-17 | 1 | -11/+7 |
| * | gnu: Add python-prometheus-client.•••* gnu/packages/monitoring.scm (python-prometheus-client,
python2-prometheus-client): New variables.
| Christopher Baines | 2018-03-17 | 1 | -0/+31 |
| * | services: databases: Change quote' to single-quote.•••In the postgresql-config-file gexp compiler.
* gnu/services/databases.scm (postgresql-config-file-compiler): Change quote'
to single-quote.
| Christopher Baines | 2018-03-17 | 1 | -4/+4 |
| * | gnu: Use the CMake build system's #:build-type key.•••* gnu/packages/code.scm (rtags)[arguments]: Move the CMAKE_BUILD_TYPE
from #:configure-flags to #:build-type.
* gnu/packages/databases.scm (apache-arrow)[arguments]: Likewise
* gnu/packages/engineering.scm (kicad)[arguments]: Likewise
* gnu/packages/flashing-tools.scm (heimdall)[arguments]: Likewise
* gnu/packages/graphics.scm (openscenegraph)[arguments]: Likewise
* gnu/packages/linux.scm (rdma-core)[arguments]: Likewise
* gnu/packages/music.scm (portmidi)[arguments]: Likewise
* gnu/packages/photo.scm (rawtherapee)[arguments]: Likewise
* gnu/packages/rdesktop.scm (freerdp)[arguments]: Likewise
* gnu/packages/serialization.scm (flatbuffers)[arguments]: Likewise
* gnu/packages/web.scm (tidy-html)[arguments]: Likewise
| Tobias Geerinckx-Rice | 2018-03-17 | 11 | -29/+29 |
| * | gnu: Fix common unquote typos.•••It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works).
Fix such typos for the proper edification of our young.
* gnu/packages/android.scm: Move unquotes to their operands.
* gnu/packages/bootloaders.scm: Likewise.
* gnu/packages/build-tools.scm: Likewise.
* gnu/packages/chemistry.scm: Likewise.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/connman.scm: Likewise.
* gnu/packages/django.scm: Likewise.
* gnu/packages/emulators.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/file-systems.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gimp.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/graphics.scm: Likewise.
* gnu/packages/haskell.scm: Likewise.
* gnu/packages/irc.scm: Likewise.
* gnu/packages/julia.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/lua.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/make-bootstrap.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/qt.scm: Likewise.
* gnu/packages/ratpoison.scm: Likewise.
* gnu/packages/sdl.scm: Likewise.
* gnu/packages/sml.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/text-editors.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/virtualization.scm: Likewise.
* gnu/packages/vulkan.scm: Likewise.
* gnu/packages/wget.scm: Likewise.
* gnu/packages/wine.scm: Likewise.
* gnu/packages/wm.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xml.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
| Tobias Geerinckx-Rice | 2018-03-17 | 47 | -163/+163 |
| * | gnu: shaderc: Use more standard keys.•••* gnu/packages/vulkan.scm (shaderc)[arguments]: Move cmake options from
the raw INVOKE call to #:build-type and #:configure-flags. Adjust the
‘configure’ phase accordingly.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -7/+11 |
| * | gnu: shaderc: Use standard versioning scheme.•••* gnu/packages/vulkan.scm (shaderc)[version]: Use GIT-VERSION with a
‘0.0.0’ prefix.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -1/+2 |
| * | gnu: shaderc: Fix formatting.•••* gnu/packages/vulkan.scm (shaderc): Use conventional indentation.
[native-inputs]: Move unquotes to their operands.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -70/+72 |
| * | gnu: texlive-latex-type1cm: Fix description typo.•••* gnu/packages/tex.scm (texlive-latex-type1cm)[description]: Fix typo.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -1/+1 |
| * | gnu: python-pkginfo: Update to 1.4.2.•••* gnu/packages/python.scm (python-pkginfo): Update to 1.4.2.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |
| * | gnu: python-nbformat: Update to 4.4.0.•••* gnu/packages/python.scm (python-nbformat): Update to 4.4.0.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |
| * | gnu: python-simplejson: Update to 3.13.2.•••* gnu/packages/python.scm (python-simplejson): Update to 3.13.2.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |
| * | gnu: python-ptyprocess: Update to 0.5.2.•••* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.2.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |
| * | gnu: python-chai: Update to 1.1.2.•••* gnu/packages/python.scm (python-chai): Update to 1.1.2.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |
| * | gnu: python-jupyter-console: Update to 5.2.0.•••* gnu/packages/python.scm (python-jupyter-console): Update to 5.2.0.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |
| * | gnu: python-kazoo: Update to 2.4.0.•••* gnu/packages/python.scm (python-kazoo): Update to 2.4.0.
| Tobias Geerinckx-Rice | 2018-03-17 | 1 | -2/+2 |