nixpkgs/pkgs/development/libraries/haskell/iproute/default.nix
2014-08-04 16:52:28 +02:00

22 lines
613 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, appar, byteorder, doctest, hspec, network, QuickCheck
, safe
}:
cabal.mkDerivation (self: {
pname = "iproute";
version = "1.3.1";
sha256 = "1l3asv8q1jiwsvpq6kkigrzpm3pjbm03gpc4rbhn6kpi6z9h8cdp";
buildDepends = [ appar byteorder network ];
testDepends = [
appar byteorder doctest hspec network QuickCheck safe
];
meta = {
homepage = "http://www.mew.org/~kazu/proj/iproute/";
description = "IP Routing Table";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})