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