about summary refs log tree commit diff
path: root/pkgs/tools/text/aha
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-13 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-08-13 04:20:00 +0000
commit79ae3e24df09aadffc44eb626a89794842253915 (patch)
treec05022539dd3eb94c72a46ccde150bcdb4593ae4 /pkgs/tools/text/aha
parent843dd42b9e58eb68bf3507dc0b37aedf4a0002e6 (diff)
aha: enable on darwin
Diffstat (limited to 'pkgs/tools/text/aha')
-rw-r--r--pkgs/tools/text/aha/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }