shc: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent ac568af804
commit 6bdd008914
  1. 2
      pkgs/tools/security/shc/default.nix

@ -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…
Cancel
Save