mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
fix typo (#17621)
This commit is contained in:
parent
6152cf32e3
commit
b91fc3f8d0
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
message = goBuyItNow;
|
||||
name = "${name}-bin";
|
||||
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";
|
||||
ld_preload = ./isatty.c;
|
||||
|
Loading…
Reference in New Issue
Block a user