bash_unit: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-18 22:22:39 +07:00
parent be473683ea
commit 84c06d2717

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Bash unit testing enterprise edition framework for professionals";
maintainers = with maintainers; [ pamplemousse ];
platforms = platforms.linux;
platforms = platforms.all;
license = licenses.gpl3Plus;
};
}