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-10-03 11:26:25 +11:00 committed by Bobby Rong
parent 7e12550ff9
commit dfe6ea4025
No known key found for this signature in database

View File

@ -94,5 +94,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bleakgrey/tootle";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.linux;
};
}