anbox: unstable-2019-11-15 -> unstable-2020-11-29

This commit is contained in:
Fabián Heredia Montiel 2021-01-03 15:53:22 -06:00
parent 7b041bf2dd
commit bce6d7acfe

View File

@ -1,24 +1,28 @@
{ stdenv, fetchFromGitHub, fetchurl { stdenv, fetchFromGitHub, fetchurl
, cmake, pkgconfig, dbus, makeWrapper , cmake, pkg-config, dbus, makeWrapper
, gtest
, boost , boost
, elfutils # for libdw
, git
, glib
, glm
, gtest
, libbfd
, libcap , libcap
, systemd , libdwarf
, mesa
, libGL , libGL
, libglvnd , libglvnd
, glib , lxc
, git , mesa
, SDL2
, SDL2_image
, properties-cpp , properties-cpp
, protobuf , protobuf
, protobufc , protobufc
, python , python3
, lxc , runtimeShell
, SDL2
, SDL2_image
, systemd
, writeText , writeText
, writeScript , writeScript
, runtimeShell
}: }:
let let
@ -45,13 +49,14 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "anbox"; pname = "anbox";
version = "unstable-2019-11-15"; version = "unstable-2020-11-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "0a49ae08f76de7f886a3dbed4422711c2fa39d10"; rev = "6c10125a7f13908d2cbe56d2d9ab09872755f265";
sha256 = "09l56nv9cnyhykclfmvam6bkcxlamwbql6nrz9n022553w92hkjf"; sha256 = "00bqssh4zcs0jj6w07b91719xkrpdw75vpcplwrvlhwsvl55f901";
fetchSubmodules = true;
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -59,13 +64,27 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
cmake pkgconfig dbus boost libcap gtest systemd mesa glib boost
SDL2 SDL2_image protobuf protobufc properties-cpp lxc python cmake
dbus
elfutils # libdw
glib
glm
gtest
libbfd
libcap
libdwarf
libGL libGL
lxc
mesa
pkg-config
properties-cpp
protobuf protobufc
python3
SDL2 SDL2_image
systemd
]; ];
NIX_CFLAGS_COMPILE = "-Wno-error=missing-field-initializers";
patchPhase = '' patchPhase = ''
patchShebangs scripts patchShebangs scripts