virtuoso-opensource: add license
This commit is contained in:
parent
41c619a191
commit
7d279b4780
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
|
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
|
||||||
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
||||||
#configure: The current version [...] can only be built on 64bit platforms
|
#configure: The current version [...] can only be built on 64bit platforms
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ ];
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user