summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-02import: gnu: Fix the detection of non-GNU packages.Maxim Cournoyer
* guix/import/gnu.scm (gnu->guix-package): Move the 'find-package' call before the 'latest-release' call, which would fail when the package did not have an entry on the FTP server.
2021-02-02gnu: xbindkeys: Refer to xbindkeys in xbindkeys_show.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Add a ‘patch-references’ phase.
2021-02-02gnu: xbindkeys: Refer to tk's wish interpreter.Tobias Geerinckx-Rice
Fixes <http://issues.guix.gnu.org/46255>. * gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Add a ‘sanitise-shebang’ phase. [inputs]: Add tk.
2021-02-02Order (gnu packages xdisorg) module imports more alphabetically.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm: Somewhat sort the module imports.
2021-02-02gnu: xbindkey: Order inputs alphabetically.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xbindkeys)[inputs]: Swap them.
2021-02-02gnu: cuirass: Update to 0.0.1-65.6bd940f.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-65.6bd940f.
2021-02-02gnu: Add quark.Morgan Smith
* gnu/packages/web.scm (quark): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02gnu: Add obs-wlrobs.Andrew Tropin
* gnu/packages/video.scm (obs-wlrobs): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02gnu: obs-spectralizer: Remove bundled Windows DLLs.Ludovic Courtès
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and 'modules'.
2021-02-02gnu: Add obs-spectralizer.Andrew Tropin
* gnu/packages/video.scm (obs-spectralizer): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02gnu: obs: Use an environment variable for plugins location.Alexey Abramov
* gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (obs): Use it. * gnu/packages/patches/obs-modules-location.patch: Patch it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02gnu: sbcl-parse-float: Update to 0.0.0-2.3074765.Sharlatan Hellseher
* gnu/packages/listp-xyz.scm (sbcl-parse-float): Update to 0.0.0-2.3074765. [native-inputs]: Remove prove, add lisp-unit. [inputs]: Remove babel. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02gnu: sbcl-3bz: Update to 0.0.0-1.569614c.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-3bz): Update to 0.0.0-1.569614c. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02gnu: ecl: Propagate some dependencies used in header files.Zhu Zihao
* gnu/packages/lisp.scm(ecl)[inputs]: Move gmp, libatomic-ops, libgc and libffi to... [propagated-inputs]: ... here. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02gnu: Add mdpo.EuAndreh
gnu/packages/gettext.scm (mdpo): New variable. gnu/packages/python-xyz (python-polib): Update to 1.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02gnu: Add python-bump2version.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-bump2version): New variable.
2021-02-02gnu: Add python-pre-commit.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pre-commit): New variable.
2021-02-02gnu: Add python-flake8-print.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-flake8-print): New variable.
2021-02-02gnu: Add python-flake8-implicit-str-concat.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat): New variable.
2021-02-02gnu: Add python-yamllint.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-yamllint): New variable.
2021-02-02gnu: Add python-sphinx-argparse.Nicolas Goaziou
* gnu/packages/sphinx.scm (python-sphinx-argparse): New variable.
2021-02-02gnu: Add python-pymd4c.EuAndreh
* gnu/packages/python-xyz.scm (python-pymd4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02gnu: Add md4c.EuAndreh
* gnu/packages/markup.scm (md4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02gnu: emacs-rg: Fix use on remote systems.Clément Lassieur
* gnu/packages/emacs-xyz.scm (emacs-rg)[inputs]: Remove. Move ripgrep to... [propagated-inputs]: ... here. This also gives access to ripgrep's manual. [arguments]: Replace the full path with the executable name.
2021-02-02services: postgresql: Update documented socket directory to match code.Ben Sturmfels
This is a follow-up of 6c0679215f4ffa534c1eb2e8c8a6e043a0c993fe. * doc/guix.texi (Database Services): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-02-02gnu: emacs-imenu-list: Update to 0.8-0.46008.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008. Fixes in that commit adapt the display function for changes in emacs 27.0.50. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02gnu: Add font-fira-go.Antoine Côté
* gnu/packages/fonts.scm (font-fira-go): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-02build: Add a --show-duration option to the SCM test-driver.Maxim Cournoyer
* build-aux/test-driver.scm (script-version): Update. (show-help): Document it. (%options): Add the 'show-duration' option. (test-runner-gnu): Pass as a new argument. [test-cases-start-time]: New inner variable. [test-on-test-begin-gnu]: New hook, used to record the start time. [test-on-test-end-gnu]: Conditionally print elapsed time. Record it as the optional metadata in the test result file (.trs). * doc/guix.texi (Running the Test Suite): Document it.
2021-02-01gnu: Add zplugins.Alexandros Theodotou
* gnu/packages/music.scm (zplugins): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-01gnu: ztoolkit-rsvg: Move dependencies to propagated-inputs.Alexandros Theodotou
* gnu/packages/audio.scm (ztoolkit-rsvg)[inputs]: Remove librsvg. [propagated-inputs]: Add librsvg. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-01gnu: ztoolkit: Move dependencies to propagated-inputs.Alexandros Theodotou
* gnu/packages/audio.scm (ztoolkit):[inputs]: Remove cairo, libx11. [propagated-inputs]: Add cairo, libx11. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-01gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e.Léo Le Bouter
* gnu/packages/emacs.scm (emacs-next-pgtk): Update to 28.0.50-1.ae18c8e. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-01gnu: python-folium: Update to 0.12.1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-folium): Update to 0.12.1. [source]: Fetch from GitHub instead of PyPI.
2021-02-01gnu: keepassxc: Update to 2.6.4.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.4.
2021-02-01gnu: python-pikepdf: Update to 2.5.2.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.2.
2021-02-01Merge branch 'staging'Leo Famulari
2021-02-01doc: Explain how to set custom Shepherd package.Oleg Pykhalov
* doc/guix.texi (Shepherd Services): Give example on how to set custom Shepherd package.
2021-02-01gnu: cuirass: Update to 0.0.1-64.79b77b4.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-64.79b77b4.
2021-02-01gnu: openbabel: Update to 3.1.1.Kei Kebreau
* gnu/packages/chemistry.scm (openbabel): Update to 3.1.1. [source]: Update URI. [arguments]: Temporarily skip tests on i686-linux.
2021-02-01gnu: inchi: Update to 1.06.Kei Kebreau
* gnu/packages/chemistry.scm (inchi): Update to 1.06. [source]: Use HTTPS. [native-inputs]: Update inchi-doc hash.
2021-02-01gnu: vcflib: Fix generated pkg-config file.Efraim Flashner
* gnu/packages/bioinformatics.scm (vcflib)[arguments]: In custom generated pkg-config file, link with all needed libraries and fix linker library. * gnu/packages/patches/freebayes-devendor-deps.patch: Adjust accordingly.
2021-02-01news: Add entry for '--export-manifest' and '--export-channels'.Ludovic Courtès
* etc/news.scm: Add entry.
2021-02-01guix package: Add '--export-channels'.Ludovic Courtès
* guix/channels.scm (sexp->channel): Export. * guix/describe.scm: Use (guix channels). (manifest-entry-provenance): New procedure. * guix/scripts/package.scm (channel=?, export-channels): New procedures. (show-help, %options): Add '--export-channels'. (process-query): Honor it. * build-aux/build-self.scm (build-program)[select?]: Exclude (guix channels) to account for the (guix describe) change above. * doc/guix.texi (Invoking guix package): Document it.
2021-02-01channels: Add 'channel->code'.Ludovic Courtès
* guix/channels.scm (channel->code): New procedure, taken from... * guix/scripts/describe.scm (channel->sexp): ... here. Adjust callers accordingly.
2021-02-01guix describe: Use 'manifest-entry-channel'.Ludovic Courtès
* guix/channels.scm (manifest-entry-channel): Export. * guix/scripts/describe.scm (display-profile-content): Use it.
2021-02-01channels: Add the channel name to channel sexps.Ludovic Courtès
* guix/channels.scm (channel-instance->sexp): Add 'name'. (sexp->channel): Extract the name from SEXP, using the optional argument as a fallback.
2021-02-01channels: Factorize 'manifest-entry-channel' and channel serialization.Ludovic Courtès
* guix/channels.scm (sexp->channel, manifest-entry-channel): New procedures. (profile-channels): Replace lambda by 'manifest-entry-channel'. (channel-instance->sexp): New procedure. (channel-instances->manifest)[instance->entry]: Use 'channel-instance->sexp' instead of inline code.
2021-02-01guix package: Add '--export-manifest'.Ludovic Courtès
* guix/scripts/package.scm (export-manifest): New procedure. (show-help, %options): Add '--export-manifest'. (process-query): Honor it. * guix/build/profiles.scm (build-profile): Mention it. * tests/guix-package.sh: Test it. * doc/guix.texi (Invoking guix package): Document it.
2021-02-01utils: Add 'version-unique-prefix'.Ludovic Courtès
* guix/utils.scm (version-unique-prefix): New procedure. * tests/utils.scm ("version-unique-prefix"): New test.
2021-02-01profiles: Add 'manifest->code'.Ludovic Courtès
* guix/profiles.scm (manifest->code): New procedure. * tests/profiles.scm ("manifest->code, simple") ("manifest->code, simple, versions") ("manifest->code, transformations"): New tests.