hsdns: updated build instructions with cabal2nix
svn path=/nixpkgs/trunk/; revision=28174
This commit is contained in:
parent
f55fc207e7
commit
bb26c3d183
@ -5,10 +5,12 @@ cabal.mkDerivation (self : {
|
|||||||
version = "1.5";
|
version = "1.5";
|
||||||
sha256 = "2788d1ad5ef07ae5f356a460fb92316118f3a4d9c779ec27fb8243602bcf6399";
|
sha256 = "2788d1ad5ef07ae5f356a460fb92316118f3a4d9c779ec27fb8243602bcf6399";
|
||||||
propagatedBuildInputs = [adns network];
|
propagatedBuildInputs = [adns network];
|
||||||
|
noHaddock = true; /* the build fails for reasons I don't understand. */
|
||||||
meta = {
|
meta = {
|
||||||
description = "an asynchronous DNS resolver on top of GNU ADNS";
|
homepage = "http://gitorious.org/hsdns";
|
||||||
license = "LGPL";
|
description = "Asynchronous DNS Resolver";
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
license = self.stdenv.lib.licenses.lgpl3;
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [self.stdenv.lib.maintainers.simons];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user