shc: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-19 13:20:28 +07:00
parent ac568af804
commit 6bdd008914

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://neurobin.org/projects/softwares/unix/shc/";
description = "Shell Script Compiler";
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
license = licenses.gpl3;
};
}