aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2023-02-16 22:57:41 +0000
committerEfraim Flashner <efraim@flashner.co.il>2023-02-20 12:30:06 +0200
commit0892d54d201d30f331ac150f98fca7ae681297c6 (patch)
treee8dfffe55b07f207cdb78bdf7afa951f39c359b1 /ROADMAP
parent16041719bf25c544aa86edb43250a61b3c8fcb9a (diff)
downloadguix-0892d54d201d30f331ac150f98fca7ae681297c6.tar.gz
guix-0892d54d201d30f331ac150f98fca7ae681297c6.zip
gnu: Add rust-mockall-derive-0.11.
* gnu/packages/crates-io.scm (rust-mockall-derive-0.11): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'ROADMAP')
0 files changed, 0 insertions, 0 deletions
" (string-append share "/man")) (copy-recursively "doc/html" (string-append share "/doc/" #$name "-" #$version "/html")))))) #:test-target "check" #:tests? #f)) ; tests fail without access to USB (native-inputs (list doxygen graphviz pkg-config python swig)) (inputs (list boost libconfuse)) (propagated-inputs (list libusb)) ; required by libftdi1.pc (home-page "https://www.intra2net.com/en/developer/libftdi/") (synopsis "FTDI USB driver with bitbang mode") (description "libFTDI is a library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular bitbangmode.") (license (list license:gpl2 ; ftdi_eeprom, C++ bindings license:lgpl2.1)))) ; main library