| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #198844 from SubhrajyotiSen/maestro | Wael Nasreddine | 2022-11-03 | 1 | -0/+33 |
| |\ |
|
| | * | maestro: init at 1.11.3 | SubhrajyotiSen | 2022-11-01 | 1 | -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 Neuberger | 2022-10-27 | 1 | -6/+10 |
| |/ |
|
| * | treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list
| Artturin | 2022-10-10 | 3 | -3/+3 |
| * | Merge pull request #186564 from Artturin/crossevalfixes•••Fixes for cross-compilation | Artturi | 2022-08-27 | 4 | -10/+12 |
| |\ |
|
| | * | treewide: makeWrapper buildInputs to nativeBuildInputs•••most found with https://github.com/siraben/nix-lint
| Artturin | 2022-08-16 | 4 | -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 Petegem | 2022-08-16 | 1 | -2/+4 |
| |/ |
|
| * | androidenv: fix default ndk linking for ndk > 22 | Van Tuan Vo | 2022-07-24 | 1 | -1/+7 |
| * | androidenv: fix ndk linking for ndk < 23 | Van Tuan Vo | 2022-07-24 | 1 | -1/+1 |
| * | androidndk: remove legacy ndks•••allows us to remove python2 dependencies and lot more
| Jari Vetoniemi | 2022-06-29 | 2 | -55/+1 |
| * | androidenv: update packages | Jari Vetoniemi | 2022-06-29 | 2 | -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 Vetoniemi | 2022-06-29 | 1 | -1/+10 |
| * | androidenv: Fix emulator | Manuel Bärenz | 2022-06-20 | 1 | -1/+1 |
| * | Merge pull request #178311 from NixOS/gomobile-2022-05-04•••android tools: fix meta license | Sandro | 2022-06-20 | 2 | -2/+2 |
| |\ |
|
| | * | android tools: fix meta license | Sandro Jäckel | 2022-06-20 | 2 | -2/+2 |
| * | | Merge pull request #172355 from status-im/gomobile-2022-05-04 | Sandro | 2022-06-20 | 1 | -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łowski | 2022-06-15 | 1 | -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 Bosch | 2022-06-19 | 1 | -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 Scott | 2022-06-16 | 2 | -0/+2 |
| |/ |
|
| * | Merge pull request #176078 from trofi/workaround-fno-common-for-xpwn•••xpwn: add -fcommon workaround | Sandro | 2022-06-03 | 1 | -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 Trofimovich | 2022-06-03 | 1 | -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 Trofimovich | 2022-06-03 | 1 | -0/+5 |
| |/ |
|
| * | Merge pull request #169468 from Atemu/update/android-env••• androidenv: regenerate repo.json | Sandro | 2022-05-31 | 3 | -74/+572 |
| |\ |
|
| | * | platform-tools: allow aarch64-darwin | Atemu | 2022-04-20 | 1 | -1/+2 |
| | * | androidenv: regenerate repo.json | Atemu | 2022-04-20 | 2 | -73/+564 |
| | * | androidenv: document update procedure | Atemu | 2022-04-20 | 1 | -0/+6 |
| * | | Merge pull request #173671 from Mindavi/treewide/broken-zhf•••treewide: start marking packages broken | Janne Heß | 2022-05-30 | 1 | -0/+1 |
| |\ \ |
|
| | * | | treewide: pkgs/development: mark broken for darwin | Rick van Schijndel | 2022-05-30 | 1 | -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łowski | 2022-05-29 | 5 | -35/+42 |
| |/ / |
|
| * | | treewide: change some glibc to stdenv.cc.libc | Artturin | 2022-05-27 | 1 | -1/+1 |
| * | | treewide: stdenv.glibc -> glibc | Artturin | 2022-05-25 | 1 | -1/+1 |
| * | | Merge staging-next into staging | github-actions[bot] | 2022-03-29 | 8 | -998/+0 |
| |\| |
|
| | * | cocoapods: move to more appropriate directory | Malo Bourgon | 2022-03-28 | 8 | -998/+0 |
| * | | Merge staging-next into staging | github-actions[bot] | 2022-03-27 | 1 | -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 Chips | 2022-03-24 | 1 | -1/+2 |
| * | | treewide: autoPatchelfHook only on Linux | OPNA2608 | 2022-03-23 | 2 | -4/+3 |
| |/ |
|
| * | abootimg: fix cross compilation and set strictDeps | Nick Cao | 2022-01-09 | 1 | -1/+3 |
| * | Merge pull request #150122 from miallo/patch-1•••androidenv: change default emulatorVersion to one available | Bobby Rong | 2022-01-01 | 1 | -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 version | Michael Lohmann | 2021-12-10 | 1 | -1/+1 |
| * | | maintainers: update personal details | Yana Timoshenko | 2021-12-31 | 1 | -1/+1 |
| |/ |
|
| * | Merge master into staging-next | github-actions[bot] | 2021-11-20 | 1 | -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 Burns | 2021-11-19 | 1 | -0/+1 |
| * | | Merge master into staging-next | github-actions[bot] | 2021-11-19 | 1 | -1/+2 |
| |\| |
|
| | * | Merge pull request #146504 from flexagoon/emulator-fix | Sandro | 2021-11-18 | 1 | -1/+2 |
| | |\ |
|
| | | * | androidenv: fix emulator build on Linux | flexagoon | 2021-11-18 | 1 | -1/+2 |
| * | | | Merge remote-tracking branch 'nixpkgs/staging-next' into staging•••Conflicts:
pkgs/development/tools/parsing/flex/2.6.1.nix
| Alyssa Ross | 2021-11-14 | 1 | -4/+6 |
| |\| | |
|
| | * | | imgpatchtools: switch to fetchFromGitHub | Felix Buehler | 2021-11-12 | 1 | -4/+6 |
| * | | | pkgs/development: followup fmt | Felix Buehler | 2021-11-10 | 3 | -30/+39 |
| * | | | pkgs/development: rename name to pname&version | Felix Buehler | 2021-11-10 | 3 | -3/+9 |
| |/ / |
|
| * | | Merge pull request #144748 from status-im/gomobile-aarch64-darwin-fix | Sandro | 2021-11-09 | 1 | -2/+5 |
| |\ \ |
|