aboutsummaryrefslogtreecommitdiff
path: root/doc/images
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-05-10 16:05:31 +0200
committerLudovic Courtès <ludo@gnu.org>2020-05-10 16:08:37 +0200
commitf8bb53caad90914aea3f3d2e82c64ce013561a15 (patch)
tree3d24f8554f7c852e2ceaa4b553594665004d2d48 /doc/images
parent22bff285b4b9bff836ce08de853ef1e5becca9b7 (diff)
downloadguix-f8bb53caad90914aea3f3d2e82c64ce013561a15.tar.gz
guix-f8bb53caad90914aea3f3d2e82c64ce013561a15.zip
gnu: flann: Remove "octave" output.
Octave support currently fails to build and is not used by any other package in Guix. * gnu/packages/maths.scm (flann)[outputs]: Remove "octave" output. [inputs]: Remove OCTAVE-CLI. [arguments]: Remove 'set-octave-directory' phase.
Diffstat (limited to 'doc/images')
0 files changed, 0 insertions, 0 deletions
2022-05-01gnu: tor: Update to 0.4.7.7....* gnu/packages/tor.scm (tor): Update to 0.4.7.7. [source]: Remove patch. * gnu/packages/patches/tor-sandbox-i686.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice 2022-02-13gnu: tor: Update to 0.4.6.10....* gnu/packages/tor.scm (tor): Update to 0.4.6.10. Tobias Geerinckx-Rice 2021-12-17gnu: tor: Update to 0.4.6.9....* gnu/packages/tor.scm (tor): Update to 0.4.6.9. Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-10gnu: privoxy: Update to 3.0.33....* gnu/packages/tor.scm (privoxy): Update to 3.0.33. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-12-02gnu: tor: Limit test suite adjustments to affected architectures....This is a follow-up to 68d090002a1a5623494006fca3e2c2c97d3ff676. * gnu/packages/tor.scm (tor)[arguments]: Only add custom 'adjust-test-suite phase on aarch64, powerpc32. Efraim Flashner 2021-12-01gnu: tor: Fix build issue on some architectures....* gnu/packages/tor.scm (tor)[arguments]: Add phase to remove sandbox during one of the tests. Efraim Flashner 2021-11-26gnu: tor: Address glibc 2.33 compatibility issue on i686....* gnu/packages/patches/tor-sandbox-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (tor): Use it. Ludovic Courtès