Merge pull request #44899 from bhipple/fix/antlr-license

antlr: fix license
This commit is contained in:
Matthew Bauer 2018-08-12 09:00:26 -05:00 committed by GitHub
commit 4c1d5a8dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation {
walk parse trees.
'';
homepage = http://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.unix;
};
}

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
unpackPhase = "true";
installPhase = ''
mkdir -p "$out"/{lib/antlr,bin}
cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar"
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
walk parse trees.
'';
homepage = http://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
unpackPhase = "true";
installPhase = ''
mkdir -p "$out"/{lib/antlr,bin}
cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar"
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
walk parse trees.
'';
homepage = http://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.linux;
};
}

View File

@ -28,6 +28,7 @@ let
meta = with stdenv.lib; {
description = "C++ target for ANTLR 4";
homepage = http://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.unix;
};
};
@ -73,6 +74,7 @@ let
walk parse trees.
'';
homepage = http://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.unix;
};
};