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";
|
||||
sha256 = "2788d1ad5ef07ae5f356a460fb92316118f3a4d9c779ec27fb8243602bcf6399";
|
||||
propagatedBuildInputs = [adns network];
|
||||
noHaddock = true; /* the build fails for reasons I don't understand. */
|
||||
meta = {
|
||||
description = "an asynchronous DNS resolver on top of GNU ADNS";
|
||||
license = "LGPL";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
homepage = "http://gitorious.org/hsdns";
|
||||
description = "Asynchronous DNS Resolver";
|
||||
license = self.stdenv.lib.licenses.lgpl3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [self.stdenv.lib.maintainers.simons];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user