Fix ARM/Arm typo.
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# Explained below in configureFlags for ARM
|
# Explained below in configureFlags for ARM
|
||||||
patches = stdenv.lib.optionals stdenv.isARM [
|
patches = stdenv.lib.optionals stdenv.isArm [
|
||||||
./findvanilla.patch
|
./findvanilla.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user