summary refs log tree commit diff
path: root/pkgs/development/mobile
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * titaniumenv: allow distributions of app with spaces in their nameSander van der Burg2016-02-02
| |
| * titaniumenv: fix android builds on darwin and get rid of allowUnfree since ↵Sander van der Burg2016-02-01
| | | | | | | | the OpenJDK just works fine
| * titaniumenv: fix path to the IPA file in the hydra-build-productsSander van der Burg2016-01-29
| |
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | Let's get rid of those merge conflicts.
| * titaniumenv: remove obsolete android configuration stepsSander van der Burg2016-01-28
| |
| * titaniumenv: change identifier to 5.1.2.GASander van der Burg2016-01-28
| |
| * titaniumenv: use version 5.1.2 by default in the exampleSander van der Burg2016-01-28
| |
| * titaniumenv: remove obsolete iosWwdrCertificate parameterSander van der Burg2016-01-28
| |
* | treewide: Mass replace 'zlib}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'ncurses}/lib' to refer the 'lib' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'libusb1}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * Renamed subdirectories in Android SKD's build-toolsYacine Hmito2016-01-18
| | | | | | | | | | | | | | | | | | | | | | Nix unzips the different components of the Android SDK one by one. It followed the directory structure of complete packages released for mainstream OS but the names of the directories in build-tools doesn't match those. As a result, some programs assuming the usual directory structure and naming conventions broke (in my case it is a gradle plugin). This is a fix. It may introduce a regression if some programs rely on the current behavior.
| * titaniumsdk: bump to version 5.1.2Sander van der Burg2016-01-13
| |
| * xcodeenv: make it work with xcode 7.2Sander van der Burg2016-01-07
| |
| * titaniumsdk: add SDK version 5.1 and remove older versionsSander van der Burg2016-01-07
| |
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * android-sdk: 24.3.4 -> 24.4, android-ndk: r10c -> r10etaku02015-10-18
| |
| * androidenv: fix broken, less frequently used command-line toolsSander van der Burg2015-10-15
| |
| * androidsdk: add SDK option for Android API-level 23Sander van der Burg2015-10-06
| |
| * androidsdk: bump to version 24.3.4 and update associated sub packagesSander van der Burg2015-10-06
| |
* | ncurses: split into multiple outputsVladimír Čunát2015-10-13
| | | | | | | | | | Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
* | fontconfig: split into multiple outputsVladimír Čunát2015-10-05
| | | | | | | | Fixed all 'fontconfig}' references as well, hopefully, ugh!
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * mass rewrite of find parameters to cross-platform styleVladimír Čunát2015-09-06
| | | | | | | | | | | | | | | | | | | | Fixes #9044, close #9667. Thanks to @taku0 for suggesting this solution. Now we have no modes starting with `/` or `+`. Rewrite the `-perm` parameters of find: - completely safe: rewrite `/0100` and `+100` to `-0100`, - slightly semantics-changing: rewrite `+111` to `-0100`. I cross-verified the `find` manual pages for Linux, Darwin, FreeBSD.
| * titaniumsdk: upgrade 3.5.0 to 3.5.1Sander van der Burg2015-05-19
| |
| * androidsdk: Make monitor and other commands to worktaku02015-05-03
| |
| * Bump Android packages to newest versions, add androidsdk_5_1_1 and ↵taku02015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | androidsdk_5_1_1_extras to env Detailed changes: - android-sdk: update 24.0.1 -> 24.1.2 - android-platforms: add 5.1.1 - android-platform-tools: update 21 -> 22 - android-build-tools: update 21.1.2 -> 22.0.1 - android-support: update 21 -> 22.1.1 - android-support-repository: update 9 -> 14
* | fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
|/ | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* androidEnv.platformTools: add /binNikolay Amiantov2015-04-22
|
* Pulled androidndk_r8e into a separate file.Gareth Smith2015-03-03
|
* Add option to build old androidndk r8e.Gareth Smith2015-03-03
| | | | | | | This version is the one required to build mobile Firefox. See build documentation here: https://wiki.mozilla.org/Mobile/Fennec/Android/Detailed_build_instructions#Install_Android_NDK
* Added options for androidsdk to use more extras.Gareth Smith2015-03-01
| | | | | | Existing packages should perform unchanged. There's a new package called androidsdk_5_0_1_extras which adds support for android support libraries and google play services.
* Merge branch 'master' into stagingVladimír Čunát2015-01-31
|\ | | | | | | | | | | | | Conflicts (relatively simple): pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
| * titaniumenv: Fix unpack step and change default iOS SDK to 8.1Sander van der Burg2015-01-23
| |
| * titaniumenv: Add Titanium SDK 3.5.0 supportSander van der Burg2015-01-22
| |
| * xcodeenv: make version 6.1.1 the defaultSander van der Burg2015-01-22
| |
* | rename occurrences of cc.gcc to cc.ccEric Seidel2015-01-14
| |
* | rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|/
* java: Normalize to the default jre / jdkWilliam A. Kennington III2015-01-07
|
* More gcc->cc refsShea Levy2014-12-26
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Bump Android packages to newest versions, add androidsdk_5_0_1 to envCray Elliott2014-12-15
| | | | | | | | | | | | Detailed changes: - android-sdk: update 23.0.2 -> 24.0.1 - android-platforms: add 5.0.1 - android-platform-tools: update 19 -> 21 - android-build-tools: update 20 -> 21.1.2 - android-support: update 18 -> 21 - android-support-repository: update 5 -> 9 This commit was authored by ewemoa, reviewed by me
* add android build tools to $PATHCray Elliott2014-11-24
| | | | commited on behalf of ewemoa
* Fix Android NDK package, previously ndk-build was not being properly put in ↵Cray Elliott2014-11-24
| | | | | | | | | $PATH This commit also brings in the dependencies ndk-build needs and fixes a bug with permissions This was commited on behalf of ewemoa
* fix evalDomen Kožar2014-11-24
|
* Removed duplicateMaciek Starzyk2014-11-11
|
* android-ndk: r9d -> r10cMaciek Starzyk2014-11-10
|
* titaniumenv: Add parameter that configures Apple's WWDR certificate locationSander van der Burg2014-10-28
|