shc: expand platforms to all
This commit is contained in:
parent
ac568af804
commit
6bdd008914
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue