From bb34e9035bb87a0a4e3c274f1d3507224602763b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 30 Apr 2023 15:40:20 -0700 Subject: [PATCH] kbibtex: specify meta.platforms This makes Hydra build it on aarch64-linux too. --- pkgs/applications/office/kbibtex/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/office/kbibtex/default.nix b/pkgs/applications/office/kbibtex/default.nix index 1b80627b222e..1b3b4accc4ea 100644 --- a/pkgs/applications/office/kbibtex/default.nix +++ b/pkgs/applications/office/kbibtex/default.nix @@ -74,5 +74,6 @@ mkDerivation rec { changelog = "https://invent.kde.org/office/kbibtex/-/raw/v${version}/ChangeLog"; license = licenses.gpl2Plus; maintainers = with maintainers; [ dotlambda ]; + platforms = platforms.linux; }; }