yafaray-core: restrict to x86_64-linux

fails to build on aarch64 at least
This commit is contained in:
Robert Scott
2020-09-06 13:29:12 +01:00
parent dadab5340f
commit e523a7096a
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.yafaray.org"; homepage = "http://www.yafaray.org";
maintainers = with maintainers; [ hodapp ]; maintainers = with maintainers; [ hodapp ];
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = [ "x86_64-linux" ];
}; };
} }