haskell-BNFC: fix broken version number in executable
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ cabal, mtl }:
|
{ cabal, mtl, fetchurl }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "BNFC";
|
pname = "BNFC";
|
||||||
@@ -7,6 +7,8 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl ];
|
buildDepends = [ mtl ];
|
||||||
|
patches = [ (fetchurl { url = "https://github.com/BNFC/bnfc/pull/3.patch"; sha256 = "103l04ylzswgxrmpv5zy6dd0jyr96z21mdkpgk1z4prvn8wjl624"; }) ];
|
||||||
|
patchFlags = "-p2";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://bnfc.digitalgrammars.com/";
|
homepage = "http://bnfc.digitalgrammars.com/";
|
||||||
description = "A compiler front-end generator";
|
description = "A compiler front-end generator";
|
||||||
|
|||||||
Reference in New Issue
Block a user