From ba0a6ec44b02ceeea858f8b177d2f873f71c9430 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 14:47:19 +0700 Subject: [PATCH] agedu: expand platforms to unix --- pkgs/tools/misc/agedu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/agedu/default.nix b/pkgs/tools/misc/agedu/default.nix index 2146d0c2491..9c4b5c00a66 100644 --- a/pkgs/tools/misc/agedu/default.nix +++ b/pkgs/tools/misc/agedu/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation { homepage = "https://www.chiark.greenend.org.uk/~sgtatham/agedu/"; license = licenses.mit; maintainers = with maintainers; [ symphorien ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }