2011-08-07 20:23:31 +02:00
|
|
|
{cabal, network} :
|
2010-04-15 20:10:42 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "sendfile";
|
2011-08-07 20:23:31 +02:00
|
|
|
version = "0.7.3";
|
|
|
|
sha256 = "0xa5ryyznw7cizdqjnisvyhirdljw5z7aydwv5m9lv9hkx3bs6l0";
|
|
|
|
propagatedBuildInputs = [ network ];
|
2010-04-15 20:10:42 +02:00
|
|
|
meta = {
|
2011-08-07 20:23:31 +02:00
|
|
|
homepage = "http://patch-tag.com/r/mae/sendfile";
|
2010-04-15 20:10:42 +02:00
|
|
|
description = "A portable sendfile library";
|
2011-08-07 20:23:31 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
|
|
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
2010-04-15 20:10:42 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|