(define-public cwiid (package (name "cwiid") (version "master") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/abstrakraft/cwiid") (commit version))) (sha256 (base32 "0qdb0x757k76nfj32xc2nrrdqd9jlwgg63vfn02l2iznnzahxp0h")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) (inputs `( ;; add more here )) (synopsis "The Wiimote driver for GNU/Linux") (description "A high-quality speech analysis, manipulation and synthesis system.") (home-page "https://github.com/abstrakraft/cwiid") (license gpl2+)))