Unverified Commit dfe6ea40 authored by Tom Fitzhenry's avatar Tom Fitzhenry Committed by Bobby Rong
Browse files

tootle: add platforms.linux to meta.platforms

Motivation: Ensure this builds on the aarch64 builders.

(cherry picked from pull request #194135)
parent 7e12550f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,5 +94,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/bleakgrey/tootle";
    license = licenses.gpl3;
    maintainers = with maintainers; [ dtzWill ];
    platforms = platforms.linux;
  };
}