aha: enable on darwin

This commit is contained in:
Mario Rodas 2020-08-13 04:20:00 +00:00
parent 843dd42b9e
commit 79ae3e24df
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

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