2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, network }:
|
2010-04-15 11:10:42 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 11:10:42 -07:00
|
|
|
pname = "sendfile";
|
2012-03-22 04:17:49 -07:00
|
|
|
version = "0.7.6";
|
|
|
|
sha256 = "0wqbnr07s3g7f6p4x27ips9nzjjz1ii5hw1q54i31g40jzv8rs7z";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ network ];
|
2010-04-15 11:10:42 -07:00
|
|
|
meta = {
|
2011-08-07 11:23:31 -07:00
|
|
|
homepage = "http://patch-tag.com/r/mae/sendfile";
|
2010-04-15 11:10:42 -07:00
|
|
|
description = "A portable sendfile library";
|
2011-08-07 11:23:31 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 03:21:28 -07:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-04-15 11:10:42 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|