Commit 31d5f226 authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

embree,embree2: disable aarch64-linux

Versions 2 and 3 of the library do not support linux ARM.
parent 92a9b81a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
    homepage = "https://embree.github.io/";
    maintainers = with maintainers; [ hodapp ];
    license = licenses.asl20;
    platforms = platforms.linux;
    platforms = [ "x86_64-linux" ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ hodapp gebner ];
    license = licenses.asl20;
    platforms = platforms.unix;
    badPlatforms = [ "aarch64-linux" ];
  };
}