asls: move erlangR22 to nativeBuildInputs

This commit is contained in:
Rick van Schijndel
2022-08-14 00:17:01 +03:00
committed by Artturin
parent 89b3f25cbd
commit fc045d663d
+1 -1
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; {