summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: isc-dhcp: Address TODOs.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/admin.scm (isc-dhcp): Remove trailing #t. [phases]{post-install}: Remove the 'native-inputs' argument. {post-configure}: Do not patch the libexec scripts. [inputs]{bash}: Remove conditional.
* gnu: autoconf-2.69: Repatriate unpatch-shebangs phase from 2.71.Maxim Cournoyer2022-01-10
| | | | | | * gnu/packages/autotools.scm (autoconf-2.71)[phases]{unpatch-shebangs}: Move to... * gnu/packages/autotools.scm (autoconf-2.69)[phases]: ... here.
* gnu: avahi: Make all arguments unconditional.Maxim Cournoyer2022-01-10
| | | | | | * gnu/packages/avahi.scm (avahi)[origin]: Fix indentation and remove trailing #t. [arguments]: Re-integrate conditional arguments.
* gnu: python-3.9: Update to 3.9.9.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python.scm (python-3.9): Update to 3.9.9.
* gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
* gnu: meson: Update to 0.60.2 and absorb meson-wrapped.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/build-tools.scm (meson): Update to 0.60.2, and integrate fixes made in 'meson-wrapped': [phases]{wrap}: Replace phase. [inputs]: Add python-wrapper. [propagated-inputs]: Delete field. [properties]: Likewise. (meson-wrapped): Delete variable.
* gnu: python-flit-core: Update to 3.5.1.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-flit-core): Update to 3.5.1.
* gnu: python-tomli: Update to 2.0.0.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
* gnu: python-pyparsing: Update to 3.0.6.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-build.scm (python-pyparsing): Update to 3.0.6. [properties]: Add a python2-variant property. (python2-pyparsing): Inherit from the 2.4.7 variant, and strip the python2-variant property.
* gnu: python-wheel: Update to 0.37.0.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-wheel): Update to 0.37.0.
* gnu: python-packaging-bootstrap: Update to 21.3.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 21.3. (python2-packaging-bootstrap): Peg version to 20.0.
* gnu: mesa: Update to 21.3.2.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/gl.scm (mesa): Update to 21.3.2. [phases]{disable-failing-test}: Disable the anv_state_pool unstable tests.
* gnu: libx11: Update to 1.7.3.1.Maxim Cournoyer2022-01-10
| | | | | | | This update eliminates multiple xkbcomp unresolved symbols warnings. * gnu/packages/xorg.scm (libx11): Update to 1.7.3.1. Fix indentation. [source]: Update origin's URI.
* sitecustomize.py: Honor .pth files.Maxim Cournoyer2022-01-10
| | | | | | | | Fixes <https://issues.guix.gnu.org/52269>. * gnu/packages/aux-files/python/sitecustomize.py: Use site.addsitedirs to add the site directories; this takes care of the .pth files. Make sure the added items still appear before Python's own 'site-packages' directory.
* gnu: i2c-tools: Fix cross-compilation.Mathieu Othacehe2022-01-10
| | | | | * gnu/packages/linux.scm (i2c-tools)[arguments]: Use #$output to fix cross-compilation.
* gnu: Add xfel.Danny Milosavljevic2022-01-10
| | | | * gnu/packages/admin.scm (xfel): New variable.
* gnu: julia-simd: Update to 3.4.0.Efraim Flashner2022-01-10
| | | | * gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.0.
* gnu: Add julia-bioalignments.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-bioalignments): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-intervaltrees.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-intervaltrees): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-biosequences.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-biosequences): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-biosymbols.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-biosymbols): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-yaml.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-yaml): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-stringencodings.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-stringencodings): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-automa.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-automa): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-scanbyte.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-scanbyte): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-simd.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-simd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-twiddle.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-twiddle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-indexablebitvectors.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-indexablebitvectors): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-biogenerics.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-biogenerics): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-documenter: Adjust style.zimoun2022-01-10
| | | | | | | | | * gnu/packages/julia-xyz.scm (julia-documenter)[propagated-inputs] Remove labels. [inputs, native-inputs]: Remove labels. [arguments]: Remove unnecessary return '#t'. Use search-input-file to find pip. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-documentertools: Adjust style.zimoun2022-01-10
| | | | | | | * gnu/packages/julia-xyz.scm (julia-documentertools)[inputs]: Remove label. [propagated-inputs]: Adjust. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-zygote: Adjust style.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-zygote)[propagated-inputs]: Remove labels. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-xyz.scm: Adjust style.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm: Align all inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: monero-gui: Update to 0.17.3.1.Guillaume Le Vaillant2022-01-10
| | | | * gnu/packages/finance.scm (monero-gui): Update to 0.17.3.1.
* gnu: Add sane-airscan.Tobias Geerinckx-Rice2022-01-10
| | | | * gnu/packages/scanner.scm (sane-airscan): New public variable.
* gnu: stunnel: Remove input labels.Tobias Geerinckx-Rice2022-01-10
| | | | | * gnu/packages/web.scm (stunnel)[native-inputs, inputs]: Remove input labels.
* gnu: stunnel: Use G-expressions.Tobias Geerinckx-Rice2022-01-10
| | | | | * gnu/packages/web.scm (stunnel)[arguments]: Rewrite as G-expressions.
* gnu: stunnel: Update to 5.61.Tobias Geerinckx-Rice2022-01-10
| | | | | | * gnu/packages/web.scm (stunnel): Update to 5.61. [native-inputs]: Add python. [arguments]: Remove obsolete 'patch-tests phase.
* gnu: electron-cash: Update to 4.2.6.Tobias Geerinckx-Rice2022-01-10
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.2.6.
* gnu: libportal: Remove input labels.Tobias Geerinckx-Rice2022-01-10
| | | | | * gnu/packages/freedesktop.scm (libportal)[native-inputs]: Remove input labels.
* gnu: libportal: Update to 0.5.Tobias Geerinckx-Rice2022-01-10
| | | | | | | | | * gnu/packages/freedesktop.scm (libportal): Update to 0.5. [arguments]: Add #:configure-flags to limit dependency creep. Remove 'move-doc phase. [native-inputs]: Remove gtk-doc. Add gobject-introspection and vala. [inputs]: Add gtk, gtk+, qtbase-5, and qtx11extras. [outputs]: Remove :out.
* gnu: kicad: Update to 5.1.12.Peter Polidoro2022-01-09
| | | | | | * gnu/packages/engineering.scm (kicad): Update to 5.1.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-dreamacro-go-shadowsocks2Lu Hui2022-01-09
| | | | | | * gnu/packages/golang.scm (go-github-com-dreamacro-go-shadowsocks2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* machine: ssh: Open a single SSH session per machine.Ludovic Courtès2022-01-09
| | | | | | | | | | | | | | | Previously, any call to 'managed-host-remote-eval' and similar would open a new SSH session to the host. With this change, an SSH session is opened once, cached, and then reused by all subsequent calls to 'machine-ssh-session'. * gnu/machine/ssh.scm (<machine-ssh-configuration>): Add 'this-machine-ssh-configuration'. [session]: Mark as thunked and change default value to an 'open-machine-ssh-session*' call. (open-machine-ssh-session, open-machine-ssh-session*): New procedures. (machine-ssh-session): Replace inline code by call to 'open-machine-ssh-session'.
* gnu: Remove leftover patches for Blender 2.79.Leo Famulari2022-01-09
| | | | | | | | | | | | This is a followup to commit 23da063ea3bb6a579f0fb87d2e5e00fed9962775. * gnu/packages/patches/blender-2.79-gcc8.patch, gnu/packages/patches/blender-2.79-gcc9.patch, gnu/packages/patches/blender-2.79-newer-ffmpeg.patch, gnu/packages/patches/blender-2.79-oiio2.patch, gnu/packages/patches/blender-2.79-python-3.7-fix.patch, gnu/packages/patches/blender-2.79-python-3.8-fix.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: Remove blender-2.79.Leo Famulari2022-01-09
| | | | | | This package has not built successfully in a while. * gnu/packages/graphics.scm (blender-2.79): Remove variable.
* gnu: go-github-com-stretchr-testify: Update to 1.7.0.Efraim Flashner2022-01-09
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.7.0. [propagated-inputs]: Replace go-gopkg-in-yaml-v2 with go-gopkg-in-yaml-v3. (go-github-com-stretchr-testify-bootstrap)[propagated-inputs]: Add go-gopkg-in-yaml-v2. (go-github-com-stretchr-objx)[native-inputs]: Remove go-gopkg-in-yaml-v2.
* gnu: cuirass: Use guile-squee.Mathieu Othacehe2022-01-09
| | | | | * gnu/packages/ci.scm (guile-squee-dev): Remove it. (cuirass)[inputs]: Switch to guile-squee.
* gnu: guile-squee: Update to 0-3.a151fd0.Mathieu Othacehe2022-01-09
| | | | | * gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0. [arguments]: Use search-input-file and remove a trailing #t.
* gnu: cuirass: Update to 1.1.0-9.95c29ab.Mathieu Othacehe2022-01-09
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.1.0-9.95c29ab.