mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
commit
1edc9b7df5
|
@ -3,7 +3,6 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# nodejs 5.0.0 can't be built on armv5tel. Armv6 with FPU, minimum I think.
|
# nodejs 5.0.0 can't be built on armv5tel. Armv6 with FPU, minimum I think.
|
||||||
# Related post: http://zo0ok.com/techfindings/archives/1820
|
|
||||||
assert stdenv.system != "armv5tel-linux";
|
assert stdenv.system != "armv5tel-linux";
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue