From 8bc6440d3b647c58d6037ba3143132c04a0f4d98 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Sun, 14 Aug 2022 08:37:40 +1000 Subject: [PATCH] spot: add platforms.linux to meta.platforms Motivation: Ensure Hydra builds this on aarch64-linux. --- pkgs/applications/audio/spot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/spot/default.nix b/pkgs/applications/audio/spot/default.nix index 7dab868b941..e995f8cfa1b 100644 --- a/pkgs/applications/audio/spot/default.nix +++ b/pkgs/applications/audio/spot/default.nix @@ -80,5 +80,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/xou816/spot"; license = licenses.mit; maintainers = with maintainers; [ jtojnar tomfitzhenry ]; + platforms = platforms.linux; }; }