From dfe6ea4025b2e99bcbb30528ff31e69179763372 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Mon, 3 Oct 2022 11:26:25 +1100 Subject: [PATCH] tootle: add platforms.linux to meta.platforms Motivation: Ensure this builds on the aarch64 builders. (cherry picked from pull request #194135) --- pkgs/applications/misc/tootle/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/tootle/default.nix b/pkgs/applications/misc/tootle/default.nix index a552b5721b32..8483c787ad75 100644 --- a/pkgs/applications/misc/tootle/default.nix +++ b/pkgs/applications/misc/tootle/default.nix @@ -94,5 +94,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/bleakgrey/tootle"; license = licenses.gpl3; maintainers = with maintainers; [ dtzWill ]; + platforms = platforms.linux; }; }