nixpkgs/pkgs/development/libraries/haskell/iproute/default.nix
2014-07-18 17:30:48 +02:00

21 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.0";
sha256 = "1n9lcm1f2rlqkvg90zikf2h4badzh9r24zqb27648l48254m6q5p";
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;
};
})