anbox: fix build on x86_64-linux
`x86-64-linux` was a typo; there needs to be an underscore in there.
This commit is contained in:
parent
4446452347
commit
fba697daef
@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Android in a box";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
platforms = [ "armv7l-linux" "aarch64-linux" "x86-64-linux" ];
|
||||
platforms = [ "armv7l-linux" "aarch64-linux" "x86_64-linux" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user