shc: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-19 13:20:28 +07:00
parent ac568af804
commit 6bdd008914
1 changed files with 1 additions and 1 deletions

View File

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