forked from mirrors/nixpkgs
fix typo (#17621)
This commit is contained in:
parent
6152cf32e3
commit
b91fc3f8d0
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
message = goBuyItNow;
|
message = goBuyItNow;
|
||||||
name = "${name}-bin";
|
name = "${name}-bin";
|
||||||
sha256 = "1vpwcrjiln2mx43h7ib3jnccyr3chk7a5x2bw9kb4lw8ycygvg96";
|
sha256 = "1vpwcrjiln2mx43h7ib3jnccyr3chk7a5x2bw9kb4lw8ycygvg96";
|
||||||
} else throw "unsupported platform ${stdenv.s:ystem} only i686-linux supported for now.";
|
} else throw "unsupported platform ${stdenv.system} only i686-linux supported for now.";
|
||||||
|
|
||||||
phases = "installPhase";
|
phases = "installPhase";
|
||||||
ld_preload = ./isatty.c;
|
ld_preload = ./isatty.c;
|
||||||
|
|
Loading…
Reference in a new issue