Age | Commit message (Collapse) | Author |
|
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Add unifoundry.com.
|
|
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.1.
|
|
* guix/import/utils.scm (specs->package-lists): Match "out", not ("out").
|
|
Fixes <http://bugs.gnu.org/35893>.
Reported by Jesse Gibbons <jgibbons2357@gmail.com>.
* guix/import/print.scm (package->code)[package-lists->code]: Preserve
OUT in the result.
* tests/print.scm (define-with-source): New macro.
(pkg): Use it.
(pkg-source): New variable.
(pkg-with-inputs, pkg-with-inputs-source): New variables.
("simple package"): Refer to 'pkg-source'.
("package with inputs"): New test.
|
|
* gnu/installer/services.scm (%system-services) <"ratpoison">: Add
xterm.
|
|
Fixes <http://bugs.gnu.org/36008>.
Suggested by Giovanni Biscuolo <g@xelera.eu>.
* gnu/installer/services.scm (%system-services) <"i3">: Add i3status,
dmenu, and st.
|
|
|
|
Fixes <https://bugs.gnu.org/36076>.
Reported by Jack Hill <jackhill@jackhill.us>
and Giovanni Biscuolo <g@xelera.eu>
* gnu/build/locale.scm (locale->name+codeset): New file.
* gnu/packages/base.scm (make-glibc-locales): Add #:modules
and #:imported-modules. Add a 'symlink-normalized-codesets' phase.
|
|
* gnu/build/locale.scm: New file.
* gnu/local.mk (MODULES_NOT_COMPILED): Add it.
* gnu/installer/locale.scm (normalize-codeset): Remove.
* gnu/system/locale.scm (localedef-command): Remove.
(single-locale-directory): Use (gnu build locale).
(glibc-supported-locales)[build]: Likewise, and remove
'read-supported-locales'.
|
|
* gnu/packages/xml.scm (libebml): Update to 1.3.9.
|
|
* gnu/packages/video.scm (libmatroska): Update to 1.5.2.
|
|
* gnu/packages/video.scm (vlc): Update to 3.0.7.
|
|
* gnu/packages/enlightenment.scm (terminology): Update to 1.4.1.
|
|
* gnu/packages/cpp.scm (dashel)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[home-page]: Move down to its conventional spot.
|
|
* gnu/packages/cpp.scm (xsimd): Update to 7.2.3.
[arguments]: Add a configure flag required to build the tests.
|
|
* gnu/packages/cpp.scm (xsimd)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[home-page]: Move down to its conventional spot.
|
|
* gnu/packages/xml.scm (tinyxml2): Update to 7.0.1.
[arguments]: Enable the (single) test.
|
|
* gnu/packages/finance.scm (python-trezor): Update to 0.11.3.
|
|
* gnu/packages/finance.scm (electrum): Update to 3.3.6.
|
|
* gnu/packages/build-tools.scm (osc): Update to 0.165.1.
|
|
* gnu/packages/coq.scm (coq): Update to 8.9.1.
|
|
* 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'.
|
|
* 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.
|
|
* 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>
|
|
* gnu/packages/emacs-xyz.scm (emacs-xterm-color)[source]: Add
'file-name'.
[description]: Break line.
|
|
* gnu/packages/emacs-xyz.scm: (emacs-xterm-color) new variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wm.scm (swaybg): New variable.
Signed-off-by: Rutger Helling <rhelling@mykolab.com>
|
|
* gnu/packages/wm.scm (swaylock): Update to 1.4.
Signed-off-by: Rutger Helling <rhelling@mykolab.com>
|
|
* gnu/packages/wm.scm (swayidle): Update to 1.3.
Signed-off-by: Rutger Helling <rhelling@mykolab.com>
|
|
* gnu/packages/wm.scm (sway): Update to 1.1.1.
Signed-off-by: Rutger Helling <rhelling@mykolab.com>
|
|
* gnu/packages/wm.scm (wlroots): Update to 0.6.0.
Signed-off-by: Rutger Helling <rhelling@mykolab.com>
|
|
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.3.
[source]: Remove upstream patch.
|
|
* gnu/services/auditd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Miscellaneous Services): Document it.
|
|
* gnu/packages/ocaml.scm (ocaml-batteries)[arguments]: Fix non
deterministic file ordering.
|
|
* 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>
|
|
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>
|
|
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>
|
|
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>
|
|
* gnu/packages/shells.scm (gash)[source](modules, snippet): New fields.
|
|
* gnu/packages/ocaml.scm (ocaml-cmdliner)[arguments]: Patch build.ml to
fix a file ordering issue.
|
|
* gnu/packages/ocaml.scm (ocaml-num)[arguments]: Fix 'fix-stublibs
phase.
|
|
* gnu/packages/games.scm (gnurobots): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.5.0.
|
|
* gnu/packages/vulkan.scm (shaderc): Update to 2019.0.
|
|
* gnu/packages/emulators.scm (mame): Update to 0.210.
[inputs]: Add libxi.
|
|
* gnu/packages/game-development.scm (tiled)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (qjackctl): Update to 0.5.8.
|
|
* gnu/packages/animation.scm (pencil2d): Update to 0.6.4.
|
|
* gnu/packages/busybox.scm (toybox): Update to 0.8.1.
|
|
* gnu/packages/game-development.scm (tiled): Update to 1.2.4.
|