Metadata
svn path=/nixpkgs/trunk/; revision=23963
This commit is contained in:
parent
4ce3b0f176
commit
732997b02e
@ -11,4 +11,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
inherit jre;
|
inherit jre;
|
||||||
buildInputs = [jre];
|
buildInputs = [jre];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://www.eclipse.org/aspectj/;
|
||||||
|
description = "A seamless aspect-oriented extension to the Java programming language";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,6 +37,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "SparQL query server (RDF storage)";
|
description = "SparQL query server (RDF storage)";
|
||||||
|
homepage = http://4store.org/;
|
||||||
maintainers = with a.lib.maintainers;
|
maintainers = with a.lib.maintainers;
|
||||||
[
|
[
|
||||||
raskin
|
raskin
|
||||||
|
@ -12,4 +12,9 @@ stdenv.mkDerivation {
|
|||||||
configureFlags = "--with-readline";
|
configureFlags = "--with-readline";
|
||||||
|
|
||||||
buildInputs = [flex readline];
|
buildInputs = [flex readline];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "GNU software calculator";
|
||||||
|
homepage = http://www.gnu.org/software/bc/;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user