From 79ae3e24df09aadffc44eb626a89794842253915 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 13 Aug 2020 04:20:00 +0000 Subject: aha: enable on darwin --- pkgs/tools/text/aha/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/text/aha') diff --git a/pkgs/tools/text/aha/default.nix b/pkgs/tools/text/aha/default.nix index a096fc1282331..1a6d65c52cd86 100644 --- a/pkgs/tools/text/aha/default.nix +++ b/pkgs/tools/text/aha/default.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/theZiz/aha"; license = with licenses; [ lgpl2Plus mpl11 ]; maintainers = with maintainers; [ pSub ]; - platforms = platforms.linux; + platforms = platforms.all; }; } -- cgit 1.4.1