GNU Bison 2.3: Fix `meta.license'.

svn path=/nixpkgs/trunk/; revision=13182
This commit is contained in:
Ludovic Courtès 2008-11-03 18:28:13 +00:00
parent c0960419b2
commit d7a1a64e57

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation {
homepage = http://www.gnu.org/software/bison/; homepage = http://www.gnu.org/software/bison/;
license = "GPLv3+"; license = "GPLv2+";
}; };
} // { } // {
glrSupport = true; glrSupport = true;