mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
alembic: fix build
This commit is contained in:
parent
bfd57788b6
commit
1c42c2f418
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ stdenv.mkDerivation rec
|
|||
|
||||
buildInputs = [ unzip cmake openexr hdf5 ];
|
||||
|
||||
sourceRoot = "${name}-src";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue