Merge pull request #58185 from benley/benley/anbox-amd64
anbox: fix build on x86_64-linux
This commit is contained in:
commit
06d7f2d368
@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Android in a box";
|
description = "Android in a box";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo ];
|
||||||
platforms = [ "armv7l-linux" "aarch64-linux" "x86-64-linux" ];
|
platforms = [ "armv7l-linux" "aarch64-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user