mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
asls: move erlangR22 to nativeBuildInputs
This commit is contained in:
parent
89b3f25cbd
commit
fc045d663d
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s";
|
sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ erlangR22 ];
|
nativeBuildInputs = [ erlangR22 ];
|
||||||
installPhase = "install -Dm755 -t $out/bin asls";
|
installPhase = "install -Dm755 -t $out/bin asls";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user