Author: simons
Date: Sun Oct 2 20:12:07 2011
New Revision: 29570
URL: https://ssl.nixos.org/websvn/nix/?rev=29570&sc=1
Log:
haddock-2.4.2: added 'alex' build input
Modified:
nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
Modified: nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
Sun Oct 2 19:53:20 2011 (r29569)
+++ nixpkgs/trunk/pkgs/development/tools/documentation/haddock/2.4.2.nix
Sun Oct 2 20:12:07 2011 (r29570)
@@ -1,4 +1,4 @@
-{ cabal, ghcPaths }:
+{ cabal, alex, ghcPaths }:
cabal.mkDerivation (self: {
pname = "haddock";
@@ -7,6 +7,7 @@
isLibrary = true;
isExecutable = true;
buildDepends = [ ghcPaths ];
+ buildTools = [ alex ];
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits