From 1112bcc75ec37dbc247ac1ea3143d1612c696141 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Thu, 13 Feb 2020 14:23:23 -0500 Subject: c3d: unbreak via stdenv -> gcc8Stdenv --- pkgs/applications/graphics/c3d/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/c3d/default.nix b/pkgs/applications/graphics/c3d/default.nix index 4997bb03d6a..55a5d49f752 100644 --- a/pkgs/applications/graphics/c3d/default.nix +++ b/pkgs/applications/graphics/c3d/default.nix @@ -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 }; } -- cgit 1.4.1