aha: enable on darwin

This commit is contained in:
Mario Rodas
2020-08-13 04:20:00 +00:00
parent 843dd42b9e
commit 79ae3e24df

View File

@@ -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;
};
}