nixpkgs/pkgs/development/libraries/haskell/leksah/process-leksah.nix
Peter Simons c5281ae175 Updated leksah-process and leksah-server to version 0.10.x.
Unfortunately, I cannot test these updates because gtksourceview doesn't
compile:

  ./gtksourceview2.h:10:48: fatal error: gtksourceview/gtksourceundomanager.h: No such file or directory

Not sure what that means.

svn path=/nixpkgs/trunk/; revision=28341
2011-08-07 22:02:40 +00:00

17 lines
430 B
Nix

{cabal} :
cabal.mkDerivation (self : {
pname = "process-leksah";
version = "1.0.1.4";
sha256 = "1899ybhnsj22sir2l933lhkk9fpcgjbb4qd6gscnby28qcs5bwbv";
meta = {
description = "Process libraries";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [
self.stdenv.lib.maintainers.simons
self.stdenv.lib.maintainers.andres
];
};
})