summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: Add python-flake8-implicit-str-concat.Nicolas Goaziou2021-02-02
| | | | | | | | * gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat): New variable.
| * gnu: Add python-yamllint.Nicolas Goaziou2021-02-02
| | | | | | | | * gnu/packages/python-xyz.scm (python-yamllint): New variable.
| * gnu: Add python-sphinx-argparse.Nicolas Goaziou2021-02-02
| | | | | | | | * gnu/packages/sphinx.scm (python-sphinx-argparse): New variable.
| * gnu: Add python-pymd4c.EuAndreh2021-02-02
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pymd4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add md4c.EuAndreh2021-02-02
| | | | | | | | | | | | * gnu/packages/markup.scm (md4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-rg: Fix use on remote systems.Clément Lassieur2021-02-02
| | | | | | | | | | | | * 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.
| * services: postgresql: Update documented socket directory to match code.Ben Sturmfels2021-02-02
| | | | | | | | | | | | | | | | This is a follow-up of 6c0679215f4ffa534c1eb2e8c8a6e043a0c993fe. * doc/guix.texi (Database Services): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: emacs-imenu-list: Update to 0.8-0.46008.Alexandr Vityazev2021-02-02
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add font-fira-go.Antoine Côté2021-02-02
| | | | | | | | | | | | * gnu/packages/fonts.scm (font-fira-go): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * build: Add a --show-duration option to the SCM test-driver.Maxim Cournoyer2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: Add zplugins.Alexandros Theodotou2021-02-01
| | | | | | | | | | | | * gnu/packages/music.scm (zplugins): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: ztoolkit-rsvg: Move dependencies to propagated-inputs.Alexandros Theodotou2021-02-01
| | | | | | | | | | | | | | * gnu/packages/audio.scm (ztoolkit-rsvg)[inputs]: Remove librsvg. [propagated-inputs]: Add librsvg. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: ztoolkit: Move dependencies to propagated-inputs.Alexandros Theodotou2021-02-01
| | | | | | | | | | | | | | * gnu/packages/audio.scm (ztoolkit):[inputs]: Remove cairo, libx11. [propagated-inputs]: Add cairo, libx11. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e.Léo Le Bouter2021-02-01
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-next-pgtk): Update to 28.0.50-1.ae18c8e. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: python-folium: Update to 0.12.1.Nicolas Goaziou2021-02-01
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-folium): Update to 0.12.1. [source]: Fetch from GitHub instead of PyPI.
| * gnu: keepassxc: Update to 2.6.4.Nicolas Goaziou2021-02-01
| | | | | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.6.4.
| * gnu: python-pikepdf: Update to 2.5.2.Nicolas Goaziou2021-02-01
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.2.
| * Merge branch 'staging'Leo Famulari2021-02-01
| |\
| | * gnu: gst-plugins-good: Fix a test failure on 32-bit systems.Leo Famulari2021-01-31
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/gst-plugins-good-fix-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-good)[source]: Use it.
| | * Revert qt-build-system changes that were pushed to a frozen "staging" branch.Leo Famulari2021-01-30
| | | | | | | | | | | | | | | | | | | | | This reverts commits 9085260fccd17955be6922c215f89be3e424dda3, 4ecc2a24936a1fbfe3ff5654090d41e91c2fe8f2, 094b6ac00939ef5e3f291a477fedd26621078ca8, 104151f4f45f4bc3a816e3ad42256452932e0d8d.
| | * guix: qt-utils: Don't include useless inputs in wrapped variables.Jakub Kądziołka2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include only those inputs into XDG_DATA_DIRS having some subdirectory of /share which is typically used by Qt. * guix/build/qt-utils.scm (variables-for-wrapping): Take the output directory as an argument for special handling. Check for subdirectories of /share used by Qt before including inputs in XDG_DATA_DIRS. (wrap-qt-program*): Pass the output directory to variables-for-wrapping. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
| | * build-system: qt: Exclude useless inputs from wrapped variables.Jakub Kądziołka2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/qt.scm (qt-build)[qt-wrap-excluded-inputs]: New argument. * guix/build/qt-utils.scm (%qt-wrap-excluded-inputs): New variable. (wrap-qt-program*)[qt-wrap-excluded-inputs]: New argument. Filter excluded inputs. (wrap-qt-program)[qt-wrap-excluded-inputs]: New argument. (wrap-all-qt-programs)[qt-wrap-excluded-inputs]: New argument. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
| | * guix: qt-utils: Wrapped executables honor user's envvars.Hartmut Goebel2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, wrappers did set the specified environment variables to a fixed value, overwriting any user settings. This inhibited propagating e.g. XDG_DATA_DIRS from a profile to the application. Now user environment variables are prefixed (if the variable defines some "binary" search path, e.g. QT_PLUGIN_PATH) or suffixed (if the variable defines some config or data search path, e.g. XDG_DATA_DIRS). The code could also allow to overwrite, anyhow currently no variable is defined like this. * guix/build/qt-utils.scm (variables-for-wrapping): For each env-var to be wrapped, specify whether it should prefix, suffix or overwrite the user's variable.
| | * guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
| | * gnu: VLC: Remove obsolete patch.Leo Famulari2021-01-27
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/vlc-qt-5.15.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/video.scm (vlc)[source]: Remove patch.
| | * gnu: sudo: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | | | | * gnu/packages/admin.scm (sudo)[inputs]: Only use linux-pam when not building for the Hurd.
| | * gnu: shadow: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (shadow)[arguments]: Adjust configure-flags to not use pam when building for the Hurd. [inputs]: Only use linux-pam when not building for the Hurd.
| | * gnu: openssh: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/ssh.scm (openssh)[inputs]: Only add linux-pam when not building for the Hurd. [arguments]: Adjust configure flag to only use pam when not building for the Hurd.
| | * Merge branch 'master' into stagingLeo Famulari2021-01-25
| | |\
| | * | gnu: mesa: Skip another test.Leo Famulari2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mesa-skip-disk-cache-test.patch: Rename to ... * gnu/packages/patches/mesa-skip-tests.patch: ... new file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa)[source]: Adjust accordingly.
| * | | doc: Explain how to set custom Shepherd package.Oleg Pykhalov2021-02-01
| | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Shepherd Services): Give example on how to set custom Shepherd package.
| * | | gnu: cuirass: Update to 0.0.1-64.79b77b4.Mathieu Othacehe2021-02-01
| | | | | | | | | | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-64.79b77b4.
| * | | gnu: openbabel: Update to 3.1.1.Kei Kebreau2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/chemistry.scm (openbabel): Update to 3.1.1. [source]: Update URI. [arguments]: Temporarily skip tests on i686-linux.
| * | | gnu: inchi: Update to 1.06.Kei Kebreau2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/chemistry.scm (inchi): Update to 1.06. [source]: Use HTTPS. [native-inputs]: Update inchi-doc hash.
| * | | gnu: vcflib: Fix generated pkg-config file.Efraim Flashner2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | news: Add entry for '--export-manifest' and '--export-channels'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | * etc/news.scm: Add entry.
| * | | guix package: Add '--export-channels'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | channels: Add 'channel->code'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | * guix/channels.scm (channel->code): New procedure, taken from... * guix/scripts/describe.scm (channel->sexp): ... here. Adjust callers accordingly.
| * | | guix describe: Use 'manifest-entry-channel'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | * guix/channels.scm (manifest-entry-channel): Export. * guix/scripts/describe.scm (display-profile-content): Use it.
| * | | channels: Add the channel name to channel sexps.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | * guix/channels.scm (channel-instance->sexp): Add 'name'. (sexp->channel): Extract the name from SEXP, using the optional argument as a fallback.
| * | | channels: Factorize 'manifest-entry-channel' and channel serialization.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | guix package: Add '--export-manifest'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | utils: Add 'version-unique-prefix'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | * guix/utils.scm (version-unique-prefix): New procedure. * tests/utils.scm ("version-unique-prefix"): New test.
| * | | profiles: Add 'manifest->code'.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/profiles.scm (manifest->code): New procedure. * tests/profiles.scm ("manifest->code, simple") ("manifest->code, simple, versions") ("manifest->code, transformations"): New tests.
| * | | tests: Optimize 'fold-available-packages' test.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test goes from 58s to 10s wall-clock time. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * tests/packages.scm ("fold-available-packages with/without cache"): Remove 'find-duplicates'. Add 'list->set*' and use it instead of 'find-duplicates', 'delete-duplicates', and 'lset='.
| * | | gnu: rdma-core: Build as "RelWithDebInfo".Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to use '--with-debug-info=rdma-core' and is otherwise equivalent to "Release". * gnu/packages/linux.scm (rdma-core)[arguments]: Remove #:build-type.
| * | | gnu: rdma-core: Remove "-DIOCTL_MODE=write" configure flag.Ludovic Courtès2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/46229>. This flag was added in commit 2b14c60d3870e74f620775ec8dd64634ff874dc7. It is apparently no longer needed. Worse, it now causes segfaults when used with Omni-Path devices, as reported in the bug above. * gnu/packages/linux.scm (rdma-core)[arguments]: Remove "-DIOCTL_MODE=write" from #:configure-flags.
| * | | gnu: cuirass: Update to 0.0.1-63.da93cb9.Mathieu Othacehe2021-02-01
| | | | | | | | | | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-63.da93cb9.
| * | | gnu: cuirass: Update to 0.0.1-62.74c1a94.Mathieu Othacehe2021-02-01
| | | | | | | | | | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-62.74c1a94.
| * | | gnu: pinentry-rofi: Update to 2.0.3.Fredrik Salomonsson2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (pinentry-rofi): Update to 2.0.3. [arguments]: Add make installcheck phase to verify the installed artifact. [native-inputs]: Add autoconf-archive. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>