3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 06d7f2d368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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