mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
builtins.functionArgs doesn't work with (callPackage composeAndroidPackages { .. })
(cherry picked from commit 5cedb097a0)
How to update
./fetchrepo.sh./mkrepo.sh- Check the
repo.jsondiff for new stable versions oftools,platform-tools,build-tools,emulatorand/orndk - Update the relevant argument defaults in
compose-android-packages.nix
How to run tests
You may need to make yourself familiar with tests, and Writing larger package tests in the Manual, then run tests locally with:
$ export NIXPKGS_ALLOW_UNFREE=1
$ cd path/to/nixpkgs
$ nix-build -A androidenv.test-suite.tests