mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +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";
|
version = "1.0.1";
|
||||||
sha256 = "1q3b7vw80yw6fkmpwgazy8ikhbwjmmqmm4fry8c9f8ckkpzahj2b";
|
sha256 = "1q3b7vw80yw6fkmpwgazy8ikhbwjmmqmm4fry8c9f8ckkpzahj2b";
|
||||||
buildDepends = [ network text time vector ];
|
buildDepends = [ network text time vector ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/network-carbon";
|
homepage = "http://github.com/ocharles/network-carbon";
|
||||||
description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)";
|
description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)";
|
||||||
|
Loading…
Reference in New Issue
Block a user