6e789bc2c8
gtksourceview than the one provided in gnome/default.nix. The stdenv branch already has this. * Updated gtk2hs to 0.10.1. svn path=/nixpkgs/trunk/; revision=15154
13 lines
317 B
Nix
13 lines
317 B
Nix
{cabal, regexBase}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "regex-posix";
|
|
version = "0.72.0.3"; # Haskell Platform 2009.0.0
|
|
sha256 = "327ab87f3d4f5315a9414331eb382b8b997de8836d577c3f7d232c574606feb1";
|
|
propagatedBuildInputs = [regexBase];
|
|
meta = {
|
|
description = "Replaces/Enhances Text.Regex";
|
|
};
|
|
})
|
|
|