1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Fix ARM/Arm typo.

This commit is contained in:
Lluís Batlle i Rossell 2014-09-19 16:01:38 +02:00
parent 372b0cda52
commit 704fc40bd8

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
# Explained below in configureFlags for ARM
patches = stdenv.lib.optionals stdenv.isARM [
patches = stdenv.lib.optionals stdenv.isArm [
./findvanilla.patch
];