openvdb: mark linux only
This commit is contained in:
parent
2483f218cd
commit
7053b097de
@ -32,7 +32,7 @@ stdenv.mkDerivation rec
|
|||||||
LOG4CPLUS_LIB=
|
LOG4CPLUS_LIB=
|
||||||
BLOSC_INCLUDE_DIR=${c-blosc}/include/
|
BLOSC_INCLUDE_DIR=${c-blosc}/include/
|
||||||
BLOSC_LIB_DIR=${c-blosc}/lib/
|
BLOSC_LIB_DIR=${c-blosc}/lib/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = ''DESTDIR=$(out)'';
|
installFlags = ''DESTDIR=$(out)'';
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ stdenv.mkDerivation rec
|
|||||||
description = "An open framework for voxel";
|
description = "An open framework for voxel";
|
||||||
homepage = "http://www.openvdb.org";
|
homepage = "http://www.openvdb.org";
|
||||||
maintainers = [ maintainers.guibou ];
|
maintainers = [ maintainers.guibou ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user