forked from mirrors/nixpkgs
virtuoso7: disable i686-linux, as it's unsupported
This commit is contained in:
parent
0ad11df7cd
commit
78118328b5
|
@ -25,11 +25,12 @@ stdenv.mkDerivation rec {
|
|||
echo Removing jars and empty directories
|
||||
find $out -name "*.a" -delete -o -name "*.jar" -delete -o -type d -empty -delete
|
||||
'';
|
||||
|
||||
|
||||
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…
Reference in a new issue