bash_unit: expand platforms to all
This commit is contained in:
parent
be473683ea
commit
84c06d2717
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Bash unit testing enterprise edition framework for professionals";
|
description = "Bash unit testing enterprise edition framework for professionals";
|
||||||
maintainers = with maintainers; [ pamplemousse ];
|
maintainers = with maintainers; [ pamplemousse ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user