forked from mirrors/nixpkgs
Fix ARM/Arm typo.
This commit is contained in:
parent
372b0cda52
commit
704fc40bd8
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue