bison: 3.5.1 -> 3.5.2
This commit is contained in:
parent
92ffd641c8
commit
d7e7130f64
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bison";
|
pname = "bison";
|
||||||
version = "3.5.1";
|
version = "3.5.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
|
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "09bg544pavpsivwh175ghgm7y3mkvdxfbwq41lfbwlb7v4i27vsc";
|
sha256 = "1ylls1ba8y62q78vnzawy4ajpjkk5580crgi8krvfk8g13fvdnxl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man;
|
nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man;
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
doInstallCheck = false; # fails
|
doInstallCheck = false; # fails
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.gnu.org/software/bison/;
|
homepage = "https://www.gnu.org/software/bison/";
|
||||||
description = "Yacc-compatible parser generator";
|
description = "Yacc-compatible parser generator";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user