summary refs log tree commit diff
path: root/pkgs/development/mobile
Commit message (Collapse)AuthorAge
* flashtool: mark as brokenPiotr Bogdan2017-12-23
| | | | | The sources are no longer obtainable from the URL specified in the expression and the package has no maintainers.
* android-platform-tools: 26.0.0 -> 26.0.2Benjamin Hipple2017-12-03
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* androidenv: Add the Android Instant Apps SDKMichael Weiss2017-09-09
|
* androidenv: Update all packages using fetch.shMichael Weiss2017-09-09
|
* androidndk: wrap scripts in $out/libexecVolth2017-08-17
|
* replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
| | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* android-sdk: 25.2.3 -> 25.2.5taku02017-08-05
|
* androidenv: Update all packages using fetch.shMichael Weiss2017-08-04
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* adbfs-rootless: limit platform to linuxJörg Thalheim2017-06-29
|
* adbfs-rootless: init at 2016-10-02Profpatsch2017-06-29
|
* androidenv: Manually update missing packagesMichael Weiss2017-06-10
| | | | | | | | | | | | | | Improvement: Use nix-shell for fetch.sh androidsdk{,_extras}: - Update to 7.1.1 google_apis_25 is missing after fetch.sh due to an error in addon.xml (upsteam bug). Addons: - Add google_apis_25 - Update google_play_services (v8_rc41 -> v11_rc16)
* androidenv: Update all packages using fetch.shMichael Weiss2017-06-10
| | | | | | | | | Platforms: - Update platform_25 (r02 -> r03) - Add platform_26 Sources: - Add source_25
* androidsdk: meta.url to meta.homepageMichael Raskin2017-04-29
|
* Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson2017-03-30
| | | | | | The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
* xcodeenv, titaniumenv: fix IPA builds by granting codesign the right permissionsSander van der Burg2017-01-27
|
* xcodeenv: make it work with Xcode 8.2.1Sander van der Burg2017-01-25
|
* titaniumenv: add 6.0 SDK + bump kitchensink testcaseSander van der Burg2017-01-24
|
* titaniumenv: use Node.js 4.x for the CLI toolsSander van der Burg2017-01-24
|
* android-sdk: 25.2.2 -> 25.2.3taku02016-12-10
|
* genymotion: 2.7.2 -> 2.8.0Alex Ivanov2016-11-27
|
* genymotion: add menu itemAlex Ivanov2016-11-27
|
* androidenv: Add API sourcestaku02016-10-09
|
* androidenv: update packagesHerwig Hochleitner2016-09-14
| | | | | | build-tools 25.1.7 -> 25.2.2 sdk-tools 23.0.1 -> 24.0.2 platform-tools 24 -> 24.0.2
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* adb-sync: Make platforms correspond to those of androidsdk (main dependency).Sergiu Ivanov2016-09-06
|
* adb-sync: init at 2016-08-31Sergiu Ivanov2016-09-02
|
* androidsdk: fix buildApp and emulateApp functions by providing the right ↵Sander van der Burg2016-09-01
| | | | executable paths + fix android emulator by adding dbus to the library path
* titaniumsdk: fix to make it work with new android SDK and NPM packages + add ↵Sander van der Burg2016-09-01
| | | | titaniumsdk version 5.2
* treewide: Use more makeLibraryPathTuomas Tynkkynen2016-08-23
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* treewide: Use makeLibraryPath in LD_LIBRARY_PATHsTuomas Tynkkynen2016-08-23
|
* treewide: Use makeLibraryPath in 'patchelf --set-rpath' callsTuomas Tynkkynen2016-08-23
|
* androidenv: Don't build on HydraTuomas Tynkkynen2016-08-02
| | | | | | | Output limit exceeded: http://hydra.nixos.org/build/38236076 http://hydra.nixos.org/build/38235851
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* android-sdk: 24.4.1 -> 25.1.7 (#17193)taku02016-07-25
|
* genymotion: init at 2.7.2 (#17203)Brian McKenna2016-07-25
|
* android-platform-tools: 23.0.1 -> 24, etc.taku02016-07-21
| | | | | | | - `adb` is now 64 bit. Linking against 64 bit libraries. - Added `.lib` or `.out` postfix for 32 bit library packages. - Some libraries are reside in `lib64` instead of `lib`. - Other version bumps.
* androidsdk: fix rpath that includes 32-bit zlibSander van der Burg2016-07-07
|
* Revert "[WIP] flashtool: 0.9.14.0 -> 0.9.23.3"Nikolay Amiantov2016-07-04
| | | | | | This reverts commit 0e5c802120aee2f7c91e4dcac8a8fc32637f2516. It was pulled accidentially -- this is not ready yet.
* [WIP] flashtool: 0.9.14.0 -> 0.9.23.3Lengyel Balázs2016-07-03
|
* fix 32bit android emulatorBenno Fünfstück2016-07-01
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* ncurses: combine $lib and $out outputsThomas Tuegel2016-03-08
| | | | | | | | The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.