forked from mirrors/nixpkgs
c3d: unbreak via stdenv -> gcc8Stdenv
This commit is contained in:
parent
2a773b1506
commit
1112bcc75e
|
@ -20,5 +20,7 @@ stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [ bcdarwin ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
broken = stdenv.isAarch64;
|
||||
# /build/git-3453f61/itkextras/OneDimensionalInPlaceAccumulateFilter.txx:311:10: fatal error: xmmintrin.h: No such file or directory
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1322,6 +1322,7 @@ in
|
|||
bs-platform = callPackage ../development/compilers/bs-platform {};
|
||||
|
||||
c3d = callPackage ../applications/graphics/c3d {
|
||||
stdenv = gcc8Stdenv;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue