parent
921e5ceef3
commit
34d7a370c1
@ -20,6 +20,7 @@ stdenv.mkDerivation {
|
|||||||
walk parse trees.
|
walk parse trees.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.antlr.org/;
|
homepage = http://www.antlr.org/;
|
||||||
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = "true";
|
unpackPhase = "true";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$out"/{lib/antlr,bin}
|
mkdir -p "$out"/{lib/antlr,bin}
|
||||||
cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar"
|
cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar"
|
||||||
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
walk parse trees.
|
walk parse trees.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.antlr.org/;
|
homepage = http://www.antlr.org/;
|
||||||
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = "true";
|
unpackPhase = "true";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$out"/{lib/antlr,bin}
|
mkdir -p "$out"/{lib/antlr,bin}
|
||||||
cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar"
|
cp "$src" "$out/lib/antlr/antlr-${version}-complete.jar"
|
||||||
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
walk parse trees.
|
walk parse trees.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.antlr.org/;
|
homepage = http://www.antlr.org/;
|
||||||
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -28,6 +28,7 @@ let
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++ target for ANTLR 4";
|
description = "C++ target for ANTLR 4";
|
||||||
homepage = http://www.antlr.org/;
|
homepage = http://www.antlr.org/;
|
||||||
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -73,6 +74,7 @@ let
|
|||||||
walk parse trees.
|
walk parse trees.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.antlr.org/;
|
homepage = http://www.antlr.org/;
|
||||||
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user