{ stdenv }: stdenv.mkDerivation { name = "adb-forward-touch"; version = "0.5"; src = ./.; makeFlags = [ "PREFIX=$$out" ]; }