mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-network-carbon: jailbreak to support network 2.6.x
This commit is contained in:
parent
f5f9b32d02
commit
08f85c94c0
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "1.0.1";
|
||||
sha256 = "1q3b7vw80yw6fkmpwgazy8ikhbwjmmqmm4fry8c9f8ckkpzahj2b";
|
||||
buildDepends = [ network text time vector ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/ocharles/network-carbon";
|
||||
description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)";
|
||||
|
Loading…
Reference in New Issue
Block a user