mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Must ignore tests -- they require a connected Arduino running a special program.
This commit is contained in:
parent
fac3ba7516
commit
f27936a86b
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.4.7";
|
||||
sha256 = "1z2drw7ighyws72wqms015n5hy0zxbrphdca7ldn34pz28122z07";
|
||||
testDepends = [ HUnit ];
|
||||
doCheck = false; # Test requires a connected Arduino...
|
||||
meta = {
|
||||
homepage = "https://github.com/jputcu/serialport";
|
||||
description = "Cross platform serial port library";
|
||||
|
Loading…
Reference in New Issue
Block a user