aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sqlite.scm
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-08-09 11:25:44 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-08-09 17:19:24 +0300
commit507da2fef84bf190c811ab6cf7723aec0255b0d9 (patch)
treeb2accd9f16d030f40811597c68fcdccd3cc62efe /gnu/packages/sqlite.scm
parentb186a8c52b9491d9cafa206335597cf577a9c2cf (diff)
downloadguix-507da2fef84bf190c811ab6cf7723aec0255b0d9.tar.gz
guix-507da2fef84bf190c811ab6cf7723aec0255b0d9.zip
gnu: Factorize go-github-com-emirpasic-gods.
* gnu/packages/golang.scm (go-github-com-emirpasic-gods-trees-binaryheap, go-github-com-emirpasic-gods-containers, go-github-com-emirpasic-gods-lists-arraylist, go-github-com-emirpasic-gods-utils): Delete variables. (go-github-com-emirpasic-gods): New variable.
Diffstat (limited to 'gnu/packages/sqlite.scm')
0 files changed, 0 insertions, 0 deletions
d-system) (arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON") #:parallel-build? #f ;occasionally fails with '-j' #:phases (modify-phases %standard-phases (add-after 'unpack 'help-valgrind (lambda* (#:key inputs #:allow-other-keys) (let ((debug (search-input-directory inputs "/lib/debug"))) (substitute* "tests/common/CMakeLists.txt" (("--error-exitcode=1" flag) (string-append "--extra-debuginfo-path=" debug " " flag))))))))) (native-inputs (list pkg-config valgrind ;for tests `(,(canonical-package glibc) "debug"))) (inputs (list dashel enki protobuf-3.5 ;for logging qtbase-5 qtsvg-5 qttools-5 ;for libQt5Help, needed by "studio" qtx11extras eudev libxml2 sdl2 avahi)) ;XXX: we need the libdnssd compat layer (synopsis "Event-based robot programming tools") (description "Aseba means @dfn{actuator and sensor event-based architecture}. It is a set of tools which allow beginners to program robots easily and efficiently. It includes robot simulators, a programming language, and a visual programming language (VPL) that is notably used together with the Thymio educational robot.") ;; Source file headers say "version 3.0" without "or any later version". (license license:lgpl3))))