streamproc: updated build instructions with cabal2nix
svn path=/nixpkgs/trunk/; revision=28176
This commit is contained in:
parent
dae0b84c95
commit
c6ba9c4d96
1 changed files with 13 additions and 0 deletions
13
pkgs/development/libraries/haskell/streamproc/default.nix
Executable file
13
pkgs/development/libraries/haskell/streamproc/default.nix
Executable 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;
|
||||
};
|
||||
})
|
Loading…
Reference in a new issue