Merge pull request #58185 from benley/benley/anbox-amd64

anbox: fix build on x86_64-linux
This commit is contained in:
Sarah Brofeldt
2019-03-23 21:01:08 +01:00
committed by GitHub

View File

@@ -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" ];
};
}