summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-07pack: Add '--entry-point'.Ludovic Courtès
* guix/scripts/pack.scm (self-contained-tarball): Add #:entry-point and warn when it's true. (squashfs-image): Add #:entry-point and honor it. (docker-image): Add #:entry-point and honor it. (%options, show-help): Add '--entry-point'. (guix-pack): Honor '--entry-point' and pass #:entry-point to BUILD-IMAGE. * gnu/tests/docker.scm (run-docker-test): Test 'docker run' with the default entry point. (build-tarball&run-docker-test): Pass #:entry-point to 'docker-image'. * doc/guix.texi (Invoking guix pack): Document it. * gnu/tests/singularity.scm (run-singularity-test)["singularity run"]: New test. (build-tarball&run-singularity-test): Pass #:entry-point to 'squashfs-image'.
2019-06-07services: Add Singularity.Ludovic Courtès
* gnu/packages/linux.scm (singularity)[source](snippet): Change file name of setuid helpers in libexec/cli/*.exec. [arguments]: Remove "--disable-suid". * gnu/services/docker.scm (%singularity-activation): New variable. (singularity-setuid-programs): New procedure. (singularity-service-type): New variable. * gnu/tests/singularity.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Miscellaneous Services): Document it.
2019-06-07gnu: aspell.scm: Handle dictionary names with underscore/uppercase.Jens Mølgaard
* gnu/packages/aspell.scm(aspell-dictionary)<name>: Generate package name from upstream name. (aspell-dict-pt-pt, aspell-dict-pt-br): Use upstream name for URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-07gnu: emacs-xterm-color: Placate 'guix lint'.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-xterm-color)[source]: Add 'file-name'. [description]: Break line.
2019-06-07gnu: Add emacs-xterm-colorJonathan Frederickson
* gnu/packages/emacs-xyz.scm: (emacs-xterm-color) new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-07gnu: Add swaybg.Stefan Stefanović
* gnu/packages/wm.scm (swaybg): New variable. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2019-06-07gnu: swaylock: Update to 1.4.Stefan Stefanović
* gnu/packages/wm.scm (swaylock): Update to 1.4. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2019-06-07gnu: swayidle: Update to 1.3.Stefan Stefanović
* gnu/packages/wm.scm (swayidle): Update to 1.3. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2019-06-07gnu: sway: Update to 1.1.1.Stefan Stefanović
* gnu/packages/wm.scm (sway): Update to 1.1.1. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2019-06-07gnu: wlroots: Update to 0.6.0.Stefan Stefanović
* gnu/packages/wm.scm (wlroots): Update to 0.6.0. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2019-06-06gnu: rhythmbox: Update to 3.4.3.Kei Kebreau
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.3. [source]: Remove upstream patch.
2019-06-06services: Add auditd.Danny Milosavljevic
* gnu/services/auditd.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Miscellaneous Services): Document it.
2019-06-06gnu: ocaml-batteries: Fix non determinism.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-batteries)[arguments]: Fix non deterministic file ordering.
2019-06-07gnu: ghc-http-types: Update to 0.12.3.Robert Vollmert
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3. [inputs]: Remove ghc-blaze-builder. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2019-06-06gnu: ghc-warp: Update to 3.2.27.Robert Vollmert
This fixes a sporadic test failure: https://github.com/yesodweb/wai/issues/751 * gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.27. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-06gnu: ghc-streaming-commons: Update to 0.2.1.1.Robert Vollmert
This fixes a sporadic test failure, showing up particularly in Nix/Guix builds: https://github.com/fpco/streaming-commons/issues/49. * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-06guix: git-download: Remove explicit import.Robert Vollmert
With guile-git version 0.2, repository-working-directory is no longer private. * guix/git-download.scm (git-file-list): Refer to public repository-working-directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-06gnu: gash: Install modules in the standard locations.Ludovic Courtès
* gnu/packages/shells.scm (gash)[source](modules, snippet): New fields.
2019-06-06gnu: ocaml-cmdliner: Fix non determinism.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-cmdliner)[arguments]: Patch build.ml to fix a file ordering issue.
2019-06-06gnu: ocaml-num: Make stublibs a directory.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-num)[arguments]: Fix 'fix-stublibs phase.
2019-06-06gnu: Add gnurobots.Jesse Gibbons
* gnu/packages/games.scm (gnurobots): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2019-06-06gnu: emacs-dashboard: Update to 1.5.0.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.5.0.
2019-06-06gnu: shaderc: Update to 2019.0.Rutger Helling
* gnu/packages/vulkan.scm (shaderc): Update to 2019.0.
2019-06-06gnu: mame: Update to 0.210.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): Update to 0.210. [inputs]: Add libxi.
2019-06-06gnu: tiled: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (tiled)[home-page]: Use HTTPS.
2019-06-06gnu: qjackctl: Update to 0.5.8.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (qjackctl): Update to 0.5.8.
2019-06-06gnu: pencil2d: Update to 0.6.4.Tobias Geerinckx-Rice
* gnu/packages/animation.scm (pencil2d): Update to 0.6.4.
2019-06-06gnu: toybox: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.1.
2019-06-06gnu: tiled: Update to 1.2.4.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (tiled): Update to 1.2.4.
2019-06-06gnu: fio: Update to 3.14.Tobias Geerinckx-Rice
* gnu/packages/benchmark.scm (fio): Update to 3.14.
2019-06-06gnu: ansible: Update to 2.8.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (ansible): Update to 2.8.0.
2019-06-06gnu: thefuck: Update to 3.29.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.29.
2019-06-06gnu: inxi, inxi-minimal: Update to 3.0.34-1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.34-1.
2019-06-06gnu: dstat: Update to 0.7.4.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (dstat): Update to 0.7.4.
2019-06-06gnu: aide: Update to 0.16.2.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (aide): Update to 0.16.2.
2019-06-06gnu: wireless-regdb: Update to 2019.06.03.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (wireless-regdb): Update to 2019.06.03. [arguments]: Add ‘omit-signature’ phase. Add FIRMWARE_PATH & REGDB_PUBCERT #:make-flags, removing unused LSB_ID, DISTRO_PUBKEY & DISTRO_PRIVKEY. Exdent.
2019-06-06gnu: liburcu: Update to 0.11.1.Tobias Geerinckx-Rice
* gnu/packages/datastructures.scm (liburcu): Update to 0.11.1.
2019-06-05gnu: Add qview.Nicolas Goaziou
* gnu/packages/image-viewers.scm (qview): New variable.
2019-06-05accounts: Call 'fdatasync' when writing databases.Ludovic Courtès
* gnu/build/accounts.scm (catch-ENOSYS): New macro. (database-writer): Call 'fdatasync'.
2019-06-05accounts: Close database before renaming it.Ludovic Courtès
Fixes <https://bugs.gnu.org/35996>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/build/accounts.scm (database-writer): Move 'close-port' call before 'rename-file'.
2019-06-05nar: Really lock store files.Ludovic Courtès
Previously, 'lock-store-file' would immediately close the file descriptor of the '.lock' file, and thus it would immediately release the lock. * guix/nar.scm (lock-store-file, unlock-store-file): Remove. (finalize-store-file): Use 'lock-file' and 'unlock-file' instead.
2019-06-05activation: Lock /etc/.pwd.lock before accessing databases.Ludovic Courtès
Suggested by Florian Pelz <pelzflorian@pelzflorian.de> in <http://bugs.gnu.org/35996>. * gnu/build/accounts.scm (%password-lock-file): New variable. * gnu/build/activation.scm (activate-users+groups): Wrap calls to 'user+group-databases', 'write-group', etc. into 'with-file-lock'.
2019-06-05syscalls: 'with-lock-file' catches ENOSYS.Ludovic Courtès
* guix/build/syscalls.scm (call-with-file-lock): Catch ENOSYS raised by 'lock-file'.
2019-06-05syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.Ludovic Courtès
* guix/build/syscalls.scm (call-with-file-lock): New procedure. (with-file-lock): Expand to a call to 'call-with-file-lock'.
2019-06-05syscalls: Add 'with-file-lock' macro.Ludovic Courtès
* guix/scripts/offload.scm (lock-file, unlock-file, with-file-lock): Move to... * guix/build/syscalls.scm: ... here.
2019-06-05gnu: minizip: Do not install crypt.h.Ludovic Courtès
* gnu/packages/compression.scm (minizip)[arguments]: Add 'remove-crypt-h' phase.
2019-06-05guix package: Do not list environment variables that need to be set.Ludovic Courtès
Fixes <https://bugs.gnu.org/35942>. * guix/scripts/package.scm (display-search-paths): Rename to... (display-search-path-hint): ... this. Adjust callers. Remove #:kind parameter. Replace the list of environment variables with an invitation to source $GUIX_PROFILE/etc/profile or run 'guix package --search-paths'.
2019-06-05gnu: soil: Update home page.Marius Bakke
* gnu/packages/gl.scm (soil)[home-page]: Use HTTPS.
2019-06-05gnu: mesa-utils: Update home page.Marius Bakke
* gnu/packages/gl.scm (mesa-utils)[home-page]: Use HTTPS.
2019-06-05gnu: debootstrap: Workaround for PATH issues.Vagrant Cascadian
* gnu/packages/debian (debootstrap): [arguments]: Substitute PATH to include $PATH. [description]: Remove obsolete workaround from description.