asls: move erlangR22 to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2022-07-15 19:23:36 +02:00 committed by Artturin
parent 89b3f25cbd
commit fc045d663d

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s";
};
buildInputs = [ erlangR22 ];
nativeBuildInputs = [ erlangR22 ];
installPhase = "install -Dm755 -t $out/bin asls";
meta = with lib; {