alembic: fix build

This commit is contained in:
Piotr Bogdan 2017-11-01 21:24:09 +00:00 committed by Domen Kožar
parent bfd57788b6
commit 1c42c2f418

View file

@ -16,8 +16,6 @@ stdenv.mkDerivation rec
buildInputs = [ unzip cmake openexr hdf5 ];
sourceRoot = "${name}-src";
enableParallelBuilding = true;
buildPhase = ''