haskell-happy: fixed build of version 1.18.4
svn path=/nixpkgs/trunk/; revision=29039
This commit is contained in:
parent
65c90e5d01
commit
ed864ff8c3
@ -1,4 +1,4 @@
|
|||||||
{ cabal, mtl }:
|
{ cabal, mtl, perl }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "happy";
|
pname = "happy";
|
||||||
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl ];
|
buildDepends = [ mtl ];
|
||||||
|
buildTools = [ perl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/happy/";
|
homepage = "http://www.haskell.org/happy/";
|
||||||
description = "Happy is a parser generator for Haskell";
|
description = "Happy is a parser generator for Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user