summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add libshout-idjc.•••* gnu/packages/audio.scm (libshout-idjc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2021-10-161-0/+25
* gnu: opusfile: Fix Opus header lookups.•••* gnu/packages/xiph.scm (opusfile)[arguments]<#:phases>: Add a 'fix-multistream' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2021-10-161-1/+11
* gnu: Add libdjinterop.•••* gnu/packages/audio.scm (libdjinterop): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2021-10-161-0/+35
* gnu: Add libkeyfinder.•••* gnu/packages/audio.scm (libkeyfinder): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2021-10-161-0/+25
* gnu: minetest-basic-materials: Propagate minetest-moreores.•••* gnu/packages/minetest.scm (minetest-basic-materials) [propagated-inputs]: Add minetest-moreores. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vivien Kraus2021-10-161-0/+4
* gnu: Add minetest-moreores.•••* gnu/packages/minetest.scm (minetest-moreores): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vivien Kraus2021-10-161-0/+21
* build-system/minetest: Install config.txt and _config.txt.•••* guix/build/minetest-build-system.scm (mod-install-plan): Add "config.txt" and "_config.txt" to the list of installed files. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vivien Kraus2021-10-161-1/+1
* build-system/minetest: Gather whole failing test output.•••* guix/build/minetest-build-system.scm (check): Gather the whole output when a test fails. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vivien Kraus2021-10-161-9/+14
* gnu: font-abattis-cantarell: Update to 0.303.•••This atones^Wfollows up on commit 44469ffd83f8dd48355954eee50002efbbe58503 which, as its changelog suggests, was not supposed to suck. * gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303. [source]: Fetch a zipbomb from GNOME's GitLab. [build-system]: Use the font-build-system. We never actually built anything. [arguments]: Add custom 'unpack-source and 'unpack-variable-font phases. [native-inputs]: Fetch another zipbomb from GNOME's GitLab. Add unzip to unpack both of them. Remove gettext-minimal. Tobias Geerinckx-Rice2021-10-161-11/+35
* gnu: fio: Update to 3.28.•••* gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-162-10/+7
* gnu: gtkwave: Update to 3.3.111.•••* gnu/packages/fpga.scm (gtkwave): Update to 3.3.111. Tobias Geerinckx-Rice2021-10-161-2/+2
* gnu: font-overpass: Update to 3.0.5.•••* gnu/packages/fonts.scm (font-overpass): Update to 3.0.5. Tobias Geerinckx-Rice2021-10-161-3/+3
* gnu: fnott: Update to 1.1.2.•••* gnu/packages/wm.scm (fnott): Update to 1.1.2. Tobias Geerinckx-Rice2021-10-161-2/+2
* gnu: handbrake: Update to 1.4.2.•••* gnu/packages/video.scm (handbrake): Update to 1.4.2. [source]: Don't explicitly return #t from snippet. [arguments]: Nor from phases. Tobias Geerinckx-Rice2021-10-161-9/+6
* gnu: angband: Update to 4.2.3.•••* gnu/packages/games.scm (angband): Update to 4.2.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Remove custom 'bootstrap phase. Tobias Geerinckx-Rice2021-10-161-14/+8
* gnu: icedove: Update to 78.15.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.15.0. Jonathan Brielmaier2021-10-161-4/+4
* gnu: emacs-org-contrib: Update to 0.3.•••* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.3. Nicolas Goaziou2021-10-161-4/+4
* home: services: shells: Fix documentation about file-like objects.•••* gnu/home/services/shells.scm: (home-shell-profile-configuration, home-shell-profile-service-type, home-zsh-configuration, home-zsh-extension, home-bash-configuration, home-bash-extension, home-fish-configuration, home-fish-extension): Replace 'strings or gexps' with 'file-like objects' in the documentation. * doc/guix.texi (Shells Home Services): Same. Oleg Pykhalov2021-10-162-29/+29
* gnu: Add python-json2html.•••* gnu/packages/python-xyz.scm (python-json2html): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart2021-10-161-0/+29
* gnu: xsecurelock: Update to 1.7.0.•••* gnu/packages/xdisorg.scm (xsecurelock): Update to 1.7.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart2021-10-161-2/+3
* gnu: python-gitpython: Update to 3.1.24.•••* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24. [arguments]: Do not return #t from custom phases. [propagated-inputs]: Add python-typing-extensions. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart2021-10-161-5/+6
* gnu: emacs-treemacs: Update to 2.9.3.•••* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.3. Nicolas Goaziou2021-10-161-2/+2
* .gitignore: Ignore more autotools directories.•••* .gitignore: Add pattern to ignore ".am[0-9]*/". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen2021-10-161-0/+1
* .gitignore: Ignore more temporary test directories.•••* .gitignore: Add pattern to ignore "/t-*/". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen2021-10-161-0/+1
* gnu: font-abattis-cantarell: Downgrade to 0.301.•••Reported by talos on #guix. This fixes the build; the 0.303 release archive is not available from https://download.gnome.org/sources/cantarell-fonts/. * gnu/packages/fonts.scm (font-abattis-cantarell): Downgrade to 0.301. Maxim Cournoyer2021-10-151-2/+2
* gnu: aws-sdk-cpp: Update to 1.9.92.•••* gnu/packages/patches/aws-sdk-cpp-cmake-prefix.patch, gnu/packages/patches/aws-sdk-cpp-disable-networking-tests.patch, gnu/packages/patches/aws-sdk-cpp-disable-werror.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.92. [source]: Use patches. [inputs, propagated-inputs]: Update AWS dependencies to Common Runtime. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-165-6/+85
* gnu: Add aws-crt-cpp.•••* gnu/packages/cpp.scm (aws-crt-cpp): New variable. * gnu/packages/patches/aws-crt-cpp-cmake-prefix.patch, gnu/packages/patches/aws-crt-cpp-disable-networking-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-164-0/+101
* gnu: Add aws-c-mqtt.•••* gnu/packages/c.scm (aws-c-mqtt): New variable. * gnu/packages/patches/aws-c-mqtt-cmake-prefix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-163-0/+42
* gnu: Add aws-c-s3.•••* gnu/packages/c.scm (aws-c-s3): New variable. * gnu/packages/patches/aws-c-s3-cmake-prefix.patch, gnu/packages/patches/aws-c-s3-disable-networking-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-164-0/+199
* gnu: Add aws-c-auth.•••* gnu/packages/c.scm (aws-c-auth): New variable. * gnu/packages/patches/aws-c-auth-cmake-prefix.patch, gnu/packages/patches/aws-c-auth-disable-networking-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-164-0/+112
* gnu: Add aws-c-compression.•••* gnu/packages/c.scm (aws-c-compression): New variable. * gnu/packages/patches/aws-c-compression-cmake-prefix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-163-0/+41
* gnu: Add aws-c-http.•••* gnu/packages/c.scm (aws-c-http): New variable. * gnu/packages/patches/aws-c-http-cmake-prefix.patch, gnu/packages/patches/aws-c-http-disable-networking-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-164-0/+94
* gnu: aws-c-cal: Update to 0.5.11.•••* gnu/packages/c.scm (aws-c-cal): Update to 0.5.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-161-2/+2
* gnu: aws-c-io: Update to 0.10.5.•••* gnu/packages/c.scm (aws-c-io): Update to 0.10.5. * gnu/packages/patches/aws-c-io-disable-networking-tests.patch: Update. * gnu/local.mk: Fix formatting. aws-c-io 0.10.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-163-6/+28
* gnu: aws-c-common: Update to 0.6.2.•••* gnu/packages/c.scm (aws-c-common): Update to 0.6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-161-2/+2
* gnu: Add aws-lc.•••* gnu/packages/tls.scm (aws-lc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-161-0/+27
* gnu: s2n: Update to 1.0.10-7f43b102.•••* gnu/packages/tls.scm (s2n): Update to 1.0.10-7f43b102. [source, home-page]: Remove URL redirect. [arguments]: Enable testing. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-161-28/+28
* gnu: emacs-org-roam: Reference dot with absolute path.•••* gnu/packages/emacs-xyz.scm (emacs-org-roam)[inputs]: Add graphviz. [arguments]: Add patch-exec-paths phase substituting absolute store path to dot. Arun Isaac2021-10-161-0/+10
* refresh: Report suggested input changes with 'info'.•••* guix/scripts/refresh.scm (update-package): Define 'field', 'name', 'loc', and 'change-name'. Use 'info' rather than 'format' to report suggested input changes. Ludovic Courtès2021-10-151-18/+34
* import: pypi: Remove leftover 'pk' call.•••This is a followup to 7b75f90c5b0da896c486cae23d19d43e2a03bb56. * guix/import/pypi.scm (make-pypi-sexp)[maybe-upstream-name]: Remove leftover 'pk' call. Ludovic Courtès2021-10-151-1/+1
* import: pypi: Support 'input-changes'.•••* guix/import/pypi.scm (latest-release): Specify the ‘input-changes’ field. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen2021-10-151-3/+6
* swh: Allows token from Software Heritage authentication service.•••The token is provided using the environment variable GUIX_SWH_TOKEN. * guix/swh.scm (%swh-token): New variable. (call): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-10-151-0/+11
* download: "GUIX_DOWNLOAD_FALLBACK_TEST=none" disables fallback mechanisms.•••* guix/download.scm (url-fetch*): Handle (%download-fallback-test) set to 'none. Ludovic Courtès2021-10-151-3/+5
* lint: archival: Remove extra newline in warning.•••* guix/lint.scm (check-archival): Remove extra newline in message. Ludovic Courtès2021-10-151-1/+1
* gnu: Add python-robotframework-seleniumscreenshots.•••* gnu/packages/python-xyz.scm (python-robotframework-seleniumscreenshots): New variable. Maxim Cournoyer2021-10-151-0/+27
* gnu: Add python-robotframework-seleniumlibrary.•••* gnu/packages/python-xyz.scm (python-robotframework-seleniumlibrary): New variable. Maxim Cournoyer2021-10-151-0/+24
* gnu: Add python-robotframework-pythonlibcore.•••* gnu/packages/python-xyz.scm (python-robotframework-pythonlibcore): New variable. Maxim Cournoyer2021-10-151-0/+37
* gnu: Add python-pytest-mockito.•••* gnu/packages/python-check.scm (python-pytest-mockito): New variable. Maxim Cournoyer2021-10-151-0/+40
* gnu: Add python-mockito.•••* gnu/packages/python-check.scm (python-mockito): New variable. Maxim Cournoyer2021-10-151-0/+32
* gnu: python-robotframework-sshlibrary: Update to 3.7.0 and honor TESTS?.•••* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.7.0. [phases]: Delete trailing #t. {check}: Honor TESTS?. Maxim Cournoyer2021-10-151-9/+9