streamproc: updated build instructions with cabal2nix

svn path=/nixpkgs/trunk/; revision=28176
This commit is contained in:
Peter Simons 2011-08-05 18:02:08 +00:00
parent dae0b84c95
commit c6ba9c4d96

View file

@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "streamproc";
version = "1.4";
sha256 = "fbff569d7b294850998e9a6b6a14bf81484b1adb312801ea15d1d890faff12cf";
propagatedBuildInputs = [];
meta = {
homepage = "http://gitorious.org/streamproc";
description = "Stream Processer Arrow";
license = self.stdenv.lib.licenses.bsd3;
};
})