forked from mirrors/nixpkgs
haskell-serialport: re-generate with cabal2nix
This commit is contained in:
parent
c242c37d3e
commit
a598d4eafc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.4.7";
|
version = "0.4.7";
|
||||||
sha256 = "1z2drw7ighyws72wqms015n5hy0zxbrphdca7ldn34pz28122z07";
|
sha256 = "1z2drw7ighyws72wqms015n5hy0zxbrphdca7ldn34pz28122z07";
|
||||||
testDepends = [ HUnit ];
|
testDepends = [ HUnit ];
|
||||||
doCheck = false; # Test requires a connected Arduino...
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/jputcu/serialport";
|
homepage = "https://github.com/jputcu/serialport";
|
||||||
description = "Cross platform serial port library";
|
description = "Cross platform serial port library";
|
||||||
|
|
Loading…
Add table
Reference in a new issue