virtuoso7: disable i686-linux, as it's unsupported
This commit is contained in:
parent
0ad11df7cd
commit
78118328b5
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
|
||||
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
||||
platforms = platforms.all;
|
||||
#configure: The current version [...] can only be build on 64bit platforms
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
maintainers = [ maintainers.urkud ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user