3
0
Fork 0
forked from mirrors/nixpkgs

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
];