summaryrefslogtreecommitdiff
path: root/pkgs/development/mobile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #198844 from SubhrajyotiSen/maestroWael Nasreddine2022-11-031-0/+33
|\
| * maestro: init at 1.11.3SubhrajyotiSen2022-11-011-0/+33
* | androidenv: fix darwin ndk symlink•••Today the nix ndk package on darwin points to a directory that doesn't exist. This fix was added previously for linux but is needed on all platforms. Sheldon Neuberger2022-10-271-6/+10
|/
* treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list Artturin2022-10-103-3/+3
* Merge pull request #186564 from Artturin/crossevalfixes•••Fixes for cross-compilationArtturi2022-08-274-10/+12
|\
| * treewide: makeWrapper buildInputs to nativeBuildInputs•••most found with https://github.com/siraben/nix-lint Artturin2022-08-164-10/+12
* | androidenv: fix build of build-tools >= 33•••mainDexClasses seems to have been removed in this version of build-tools. (Seems to, because the release notes are not updated at all, unfortunately: https://developer.android.com/studio/releases/build-tools). Charlotte Van Petegem2022-08-161-2/+4
|/
* androidenv: fix default ndk linking for ndk > 22Van Tuan Vo2022-07-241-1/+7
* androidenv: fix ndk linking for ndk < 23Van Tuan Vo2022-07-241-1/+1
* androidndk: remove legacy ndks•••allows us to remove python2 dependencies and lot more Jari Vetoniemi2022-06-292-55/+1
* androidenv: update packagesJari Vetoniemi2022-06-292-75/+329
* androidenv: fix android cross-compilers•••These were completely broken. Even if they managed to output a binary, it wouldn't actually run on the actual device. Jari Vetoniemi2022-06-291-1/+10
* androidenv: Fix emulatorManuel Bärenz2022-06-201-1/+1
* Merge pull request #178311 from NixOS/gomobile-2022-05-04•••android tools: fix meta licenseSandro2022-06-202-2/+2
|\
| * android tools: fix meta licenseSandro Jäckel2022-06-202-2/+2
* | Merge pull request #172355 from status-im/gomobile-2022-05-04Sandro2022-06-201-11/+15
|\ \
| * | gomobile: 2021-06-14 -> 2022-05-18•••Includes several important fixes for macOS and Catalyst, Android NDKs, and iOS builds. - https://go.googlesource.com/mobile/+/8578da9835fd365e78a6e63048c103b27a53a82c - https://go.googlesource.com/mobile/+/76c259c465ba39f84de7e2751a666612ddca556b - https://go.googlesource.com/mobile/+/9cba7bc03c0fdba1b8fe7dfd476c2001656dde9e - https://go.googlesource.com/mobile/+/80cb72e7af8e71b65e7d9e59fb4ec5d620134608 - https://go.googlesource.com/mobile/+/6d8ad35e460371e979b330d80492cba19676f933 - https://go.googlesource.com/mobile/+/b5eb1abba0f2d9331b29a29967d535890e026cec Also moves use of `wrapProgram` to `postFixup` and dropped `ANDROID_NDK_HOME`. No longer necessary as `8578da98` detects it from `ANDROID_HOME`. Signed-off-by: Jakub Sokołowski <jakub@status.im> Jakub Sokołowski2022-06-151-11/+15
| |/
* | treewide: reduce maintenance workload for ma27•••Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-) Maximilian Bosch2022-06-191-1/+1
* | treewide/development: add sourceType binaryNativeCode for many packages•••excluding compilers and interpreters as some new tricks may be needed to cover their various bootstrapping processes properly Robert Scott2022-06-162-0/+2
|/
* Merge pull request #176078 from trofi/workaround-fno-common-for-xpwn•••xpwn: add -fcommon workaroundSandro2022-06-031-0/+5
|\
| * xpwn: add -fcommon workaround•••Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: ../ipsw-patch/libxpwn.a(libxpwn.c.o):(.bss+0x4): multiple definition of `endianness'; CMakeFiles/xpwn-bin.dir/src/xpwn.cpp.o:(.bss+0x0): first defined here Sergei Trofimovich2022-06-031-0/+5
* | webos.novacomd: add -fcommon workaround•••Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: src/host/usb-linux.c:82: multiple definition of `t_recovery_queue'; src/host/recovery.c:45: first defined here Sergei Trofimovich2022-06-031-0/+5
|/
* Merge pull request #169468 from Atemu/update/android-env••• androidenv: regenerate repo.json Sandro2022-05-313-74/+572
|\
| * platform-tools: allow aarch64-darwinAtemu2022-04-201-1/+2
| * androidenv: regenerate repo.jsonAtemu2022-04-202-73/+564
| * androidenv: document update procedureAtemu2022-04-201-0/+6
* | Merge pull request #173671 from Mindavi/treewide/broken-zhf•••treewide: start marking packages brokenJanne Heß2022-05-301-0/+1
|\ \
| * | treewide: pkgs/development: mark broken for darwinRick van Schijndel2022-05-301-0/+1
* | | androidenv: include autoPatchelfHook only on Linux•••This is supposed to fix an issue caused by this PR: https://github.com/NixOS/nixpkgs/pull/163924 Which made `autoPatchelfHook` available only on Linux, resulting in builds of Android packages failing with: ``` error: Package ‘auto-patchelf-hook’ in /nix/store/...-nixpkgs-source/pkgs/build-support/trivial-builders.nix:73 is not supported on ‘x86_64-darwin’, refusing to evaluate. ``` Signed-off-by: Jakub Sokołowski <jakub@status.im> Jakub Sokołowski2022-05-295-35/+42
|/ /
* | treewide: change some glibc to stdenv.cc.libcArtturin2022-05-271-1/+1
* | treewide: stdenv.glibc -> glibcArtturin2022-05-251-1/+1
* | Merge staging-next into staginggithub-actions[bot]2022-03-298-998/+0
|\|
| * cocoapods: move to more appropriate directoryMalo Bourgon2022-03-288-998/+0
* | Merge staging-next into staginggithub-actions[bot]2022-03-271-1/+2
|\|
| * genymotion: fix startup on Qt-based environments•••Currently trying to run Genymotion on Plasma 5 fails at all, Genymotion itself complaining about libqtquickcontrols2materialstyleplugin.so using "incompatible Qt library". As it turns out, this package ships its own version of Qt but does not ignore any environment variables related to Qt, which results in Genymotion's Qt using (apparently incompatible) QML plugins from user's system. This can be fixed quite easily by unsetting `QML2_IMPORT_PATH` in a wrapper, which this patch does. There might be more such problems, but I haven't encountered them yet, so fixing those will be up to someone else ;) Dolphin von Chips2022-03-241-1/+2
* | treewide: autoPatchelfHook only on LinuxOPNA26082022-03-232-4/+3
|/
* abootimg: fix cross compilation and set strictDepsNick Cao2022-01-091-1/+3
* Merge pull request #150122 from miallo/patch-1•••androidenv: change default emulatorVersion to one availableBobby Rong2022-01-011-1/+1
|\
| * androidenv: default emulatorVersion to one available•••The last repo.json update in a0f6a8af81c7f2abda1d1ac3017db4797e6405c0 removed the default emulator version, so it had to be changed (or the repo.json had to be overwritten) for it to work. Instead use the most recent available emulator versionMichael Lohmann2021-12-101-1/+1
* | maintainers: update personal detailsYana Timoshenko2021-12-311-1/+1
|/
* Merge master into staging-nextgithub-actions[bot]2021-11-201-0/+1
|\
| * ndk-bundle: fix build•••Since b79483d2b72c8e349a8fa8a6e67e8061d82d6027, the various architectures of the prebuilt libraries cause errors, so we need to tell patchelf to ignore missing deps. Ryan Burns2021-11-191-0/+1
* | Merge master into staging-nextgithub-actions[bot]2021-11-191-1/+2
|\|
| * Merge pull request #146504 from flexagoon/emulator-fixSandro2021-11-181-1/+2
| |\
| | * androidenv: fix emulator build on Linuxflexagoon2021-11-181-1/+2
* | | Merge remote-tracking branch 'nixpkgs/staging-next' into staging•••Conflicts: pkgs/development/tools/parsing/flex/2.6.1.nix Alyssa Ross2021-11-141-4/+6
|\| |
| * | imgpatchtools: switch to fetchFromGitHubFelix Buehler2021-11-121-4/+6
* | | pkgs/development: followup fmtFelix Buehler2021-11-103-30/+39
* | | pkgs/development: rename name to pname&versionFelix Buehler2021-11-103-3/+9
|/ /
* | Merge pull request #144748 from status-im/gomobile-aarch64-darwin-fixSandro2021-11-091-2/+5
|\ \