openvdb: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-24 00:16:15 +01:00
parent 2483f218cd
commit 7053b097de
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec
LOG4CPLUS_LIB=
BLOSC_INCLUDE_DIR=${c-blosc}/include/
BLOSC_LIB_DIR=${c-blosc}/lib/
'';
'';
installFlags = ''DESTDIR=$(out)'';
@ -43,7 +43,7 @@ stdenv.mkDerivation rec
description = "An open framework for voxel";
homepage = "http://www.openvdb.org";
maintainers = [ maintainers.guibou ];
platforms = platforms.all;
platforms = platforms.linux;
license = licenses.mpl20;
};
}