virtuoso-opensource: add license

This commit is contained in:
Markus Kowalewski 2018-11-14 23:14:09 +01:00
parent 41c619a191
commit 7d279b4780
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
platforms = platforms.linux;
maintainers = [ ];
license = licenses.gpl2;
};
}

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
#configure: The current version [...] can only be built on 64bit platforms
platforms = [ "x86_64-linux" ];
maintainers = [ ];
license = licenses.gpl2;
};
}