asls: move erlangR22 to nativeBuildInputs

authored by Rick van Schijndel and committed by Artturin fc045d66 89b3f25c

+1 -1
+1 -1
pkgs/development/tools/misc/asls/default.nix
··· 12 sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s"; 13 }; 14 15 - buildInputs = [ erlangR22 ]; 16 installPhase = "install -Dm755 -t $out/bin asls"; 17 18 meta = with lib; {
··· 12 sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s"; 13 }; 14 15 + nativeBuildInputs = [ erlangR22 ]; 16 installPhase = "install -Dm755 -t $out/bin asls"; 17 18 meta = with lib; {