summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2020-09-06 13:29:12 +0100
committerRobert Scott <code@humanleg.org.uk>2020-09-06 13:29:12 +0100
commite523a7096a0941af9cc2cf108036b8c2d4f7df4c (patch)
tree93037e7f7a059115ec393722d518ae32f7da234b /pkgs/tools/graphics
parentdadab5340f56ee81a767d568e9de56ed4f5a94f4 (diff)
yafaray-core: restrict to x86_64-linux
fails to build on aarch64 at least
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/yafaray-core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/yafaray-core/default.nix b/pkgs/tools/graphics/yafaray-core/default.nix
index f59669c61883..3ca9a7b5e8d6 100644
--- a/pkgs/tools/graphics/yafaray-core/default.nix
+++ b/pkgs/tools/graphics/yafaray-core/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.yafaray.org";
maintainers = with maintainers; [ hodapp ];
license = licenses.lgpl21;
- platforms = platforms.linux;
+ platforms = [ "x86_64-linux" ];
};
}