aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-10-12 14:55:29 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-10-12 18:39:56 +0200
commitbd2bd80df8b319aeb5af5939fdfe92ff539092e9 (patch)
tree3f8d261bd7e723ac5c245ef191479814ae8bc004 /gnu/packages.scm
parent37e47aa73d70d59ebb3f21963bbe55d34483761f (diff)
downloadguix-bd2bd80df8b319aeb5af5939fdfe92ff539092e9.tar.gz
guix-bd2bd80df8b319aeb5af5939fdfe92ff539092e9.zip
gnu: FANN: Update description.
* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
Diffstat (limited to 'gnu/packages.scm')
0 files changed, 0 insertions, 0 deletions
calstatedir"): New test. Ludovic Courtès 2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....This is another way to address <https://bugs.gnu.org/32184>, which was previously addressed in commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * gnu/build/install.scm (register-closure): Move to... * gnu/build/vm.scm (register-closure): ... here. New procedure. * guix/scripts/pack.scm (self-contained-tarball)[build]: Remove now unneeded 'with-extensions' form and custom (guix config) module. * tests/guix-pack.sh: Revert the strategy from commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * tests/pack.scm ("self-contained-tarball"): Likewise. Ludovic Courtès 2018-10-28tests: Fix typo....This is a followup to 19c924af4f3726688ca155a905ebf1cb9acdfca2. * tests/pack.scm: Fix typo in 'test-skip'. Ludovic Courtès 2018-10-19tests: Run 'guix pack' tests using the external store....Fixes <https://bugs.gnu.org/32184>. * guix/tests.scm (call-with-external-store): New procedure. (with-external-store): New macro. * tests/pack.scm (%store): Remove. (test-assertm): Add 'store' parameter. ("self-contained-tarball"): Wrap in 'with-external-store'. * tests/guix-pack.sh: Connect to the external store, if possible, by setting NIX_STORE_DIR and GUIX_DAEMON_SOCKET. Remove most uses of '--bootstrap'. Ludovic Courtès 2018-09-18tests: Skip 'self-contained-tarball' test unconditionally....* tests/pack.scm ("self-contained-tarball"): Skip unconditionally. Ludovic Courtès 2018-06-01pack: Adjust test to expect relative symlinks....Reported by Chris Marusich <cmmarusich@gmail.com>. Fixes <https://bugs.gnu.org/31560>. * tests/pack.scm ("self-contained-tarball"): Rename 'guile' to 'bin'. Expect 'bin/Guile' to be a relative symlink. Ludovic Courtès 2018-06-01tests: Fix arguments in pack test....This is a follow-up to commit 5ffac538aa604b71814ac74579626f0d3110b96e. * tests/pack.scm (self-contained-tarball): Adjust arguments to "self-contained-tarball". Ricardo Wurmus 2017-03-22tests: Skip 'guix pack' test when networking is unavailable....* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?). Ludovic Courtès