;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018, 2022 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages robotics) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix bui
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-archive.sh')
0 files changed, 0 insertions, 0 deletions
y-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" qtwebkit 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))))