tootle: add platforms.linux to meta.platforms

Motivation: Ensure this builds on the aarch64 builders.

(cherry picked from pull request #194135)
This commit is contained in:
Tom Fitzhenry
2022-11-10 08:55:50 +08:00
committed by Bobby Rong
parent 7e12550ff9
commit dfe6ea4025
@@ -94,5 +94,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bleakgrey/tootle";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.linux;
};
}