Commit graph

126479 commits

Author SHA1 Message Date
Matthew Bauer c8fd285c8d android: add ndkVer to resolve ndk ambiguity
It wasn’t exactly clear which NDK you were using previously. This adds
an attribute to system that handles what version of the NDK we should
use when building things.

/cc @Ericson2314
2018-06-22 11:06:17 -04:00
Matthew Bauer cf09ffe9aa android: Use NDK 17 for aarch32 2018-06-22 09:33:25 -04:00
Matthew Bauer fc048073e6 git: remove object file from closure
This file pulls in some big dependencies that are unneeded (like
clang).
2018-06-21 19:47:10 -04:00
Jörg Thalheim 6906e5c149 gitAndTools.hub: remove go compiler from runtime closure 2018-06-21 23:34:44 +01:00
John Ericson e050011aa3
Merge pull request #42311 from obsidiansystems/haskell-enable-shared-defaults
haskell: make generic builder follow compiler’s shared config
2018-06-21 18:07:11 -04:00
Matthew Justin Bauer ec2ea29716
Merge pull request #41855 from obsidiansystems/gradle-app
init androidenv.buildGradleApp
2018-06-21 17:45:23 -04:00
Daiderd Jordan 26434c0924
Merge pull request #42329 from goertzenator/erlang-21.0
add erlang-21.0
2018-06-21 22:44:11 +02:00
Matthew Bauer 2a0c328712 androidenv: add "androidsdk_latest" for latest sdk
This is easier than having to remember which SDKs are supported, etc.
Stuff based on this can become more future-proof.
2018-06-21 16:09:11 -04:00
Matthew Bauer b72da4bee8 androidenv.buildGradleApp: refactor 2018-06-21 15:57:56 -04:00
Pascal Wittmann d401db4290
parallel: 20180522 -> 20180622 2018-06-21 21:30:49 +02:00
Matthew Bauer 3da395fd96 xcode: add 9.4 sdk
This is the newest sdk. I have skipped 9.3 for now but someone can
certainly add it if they need it for some reason.

Also I added a generic "xcode" that will always point to the newest
xcode that is available in Nixpkgs.
2018-06-21 13:24:52 -04:00
Matthew Bauer 2e8feba171 androidenv: Use fetchzip instead of googlerepository 2018-06-21 12:12:31 -04:00
Daniel Goertzen 4001a680cc erlangR21: init at 21.0 2018-06-21 09:36:54 -05:00
adisbladis 3813d5dcec
Merge pull request #42328 from holidaycheck/nodejs-10.5.0
nodejs: 10.4.1 -> 10.5.0
2018-06-21 21:42:40 +08:00
Jörg Thalheim c62bd11d7b
Merge pull request #42323 from Mic92/rancher-compose
rancher-compose: remove
2018-06-21 14:40:49 +01:00
Lancelot SIX 5fc06030f9
Merge pull request #42256 from r-ryantm/auto-update/gsl
gsl: 2.4 -> 2.5
2018-06-21 15:21:48 +02:00
Mathias Schreck 7e7f286fe6 nodejs: 10.4.1 -> 10.5.0 2018-06-21 15:03:53 +02:00
Tim Steinbach 599e3aa7a0
linux: 4.16.16 -> 4.16.17 2018-06-21 08:20:34 -04:00
Tim Steinbach 310bfc9aa7
linux: 4.14.50 -> 4.14.51 2018-06-21 08:20:25 -04:00
Jörg Thalheim 2193fcdee3 telegraf: also remove old deps file 2018-06-21 11:48:46 +01:00
Jörg Thalheim 7e67294e06 telegraf: 1.6.1 -> 1.7.0 2018-06-21 11:47:46 +01:00
Jörg Thalheim bc8ba3e72c
Merge pull request #42274 from r-ryantm/auto-update/fwup
fwup: 1.1.0 -> 1.2.1
2018-06-21 11:27:24 +01:00
Jörg Thalheim 9da836dd03 rancher-compose: remove
I no longer use rancher and can test this derivation.
Also rancher-compose should have the same version as the rancher cluster
used. So it is better to be build by the user using it rather having a
random version in nixpkgs.
2018-06-21 11:11:41 +01:00
Jörg Thalheim eb16ff918e
Merge pull request #42229 from r-ryantm/auto-update/marco
mate.marco: 1.20.1 -> 1.20.2
2018-06-21 09:17:33 +01:00
Jörg Thalheim 939bf0d4b2
Merge pull request #42231 from r-ryantm/auto-update/mate-media
mate.mate-media: 1.20.0 -> 1.20.1
2018-06-21 09:16:17 +01:00
Peter Simons 624a9ff647
Merge pull request #42312 from obsidiansystems/fix-android-prebuilt-ghc
Fix Android-prebuilt ghc build
2018-06-21 10:15:56 +02:00
Jörg Thalheim dfb4f96937
Merge pull request #42233 from r-ryantm/auto-update/mate-power-manager
mate.mate-power-manager: 1.20.1 -> 1.20.2
2018-06-21 09:15:45 +01:00
Jörg Thalheim b94269dfb9
Merge pull request #42235 from r-ryantm/auto-update/mate-polkit
mate.mate-polkit: 1.20.0 -> 1.20.1
2018-06-21 09:14:41 +01:00
Jörg Thalheim 0f0c9a4f00
Merge pull request #42004 from r-ryantm/auto-update/libpfm
libpfm: 4.9.0 -> 4.10.0
2018-06-21 09:04:17 +01:00
Jörg Thalheim 0f94e4ba66
Merge pull request #42005 from r-ryantm/auto-update/libsixel
libsixel: 1.7.3 -> 1.8.1
2018-06-21 09:02:56 +01:00
Matthew Bauer 6572cb595c gmp: fix on android prebuilt 2018-06-20 22:04:08 -04:00
Matthew Bauer 9e4aebdd7b ghc8.4: add android triple
The triple is needed for armv7a-android-prebuilt to work (partly) with
GHC.

- also set EXTRA_CC_OPTS for ghc8.2
2018-06-20 22:03:59 -04:00
Matthew Justin Bauer b0b76bf75a
Merge pull request #41313 from Scriptkiddi/fix/gams
gams: move optgams and gamslice to $out/share/gams
2018-06-20 21:52:40 -04:00
Matthew Justin Bauer 73fde65681
Merge pull request #41632 from voanhduy1512/add_leetcode-cli
leetcode-cli: init at 2.5.2
2018-06-20 21:46:16 -04:00
Matthew Justin Bauer 3925077548
Merge pull request #41485 from teto/owamp
[RDY] Owamp : Get one way (network) latencies between synchronized computers
2018-06-20 21:45:36 -04:00
Jörg Thalheim b77a57b78b
Merge pull request #42241 from r-ryantm/auto-update/libmateweather
mate.libmateweather: 1.20.0 -> 1.20.1
2018-06-21 00:56:51 +01:00
Jörg Thalheim a2aaddd862
Merge pull request #42230 from r-ryantm/auto-update/mate-notification-daemon
mate.mate-notification-daemon: 1.20.0 -> 1.20.1
2018-06-21 00:32:58 +01:00
Jörg Thalheim ac5734752c
Merge pull request #42248 from r-ryantm/auto-update/limesuite
limesuite: 18.04.1 -> 18.06.0
2018-06-21 00:32:20 +01:00
Jörg Thalheim 3ada4fc453
Merge pull request #42234 from r-ryantm/auto-update/mate-menus
mate.mate-menus: 1.20.0 -> 1.20.1
2018-06-21 00:27:12 +01:00
Jörg Thalheim 8579800c23
Merge pull request #42226 from r-ryantm/auto-update/mate-control-center
mate.mate-control-center: 1.20.2 -> 1.20.3
2018-06-20 23:51:43 +01:00
Jörg Thalheim 7f042d6c7a
Merge pull request #42227 from r-ryantm/auto-update/mate-calc
mate.mate-calc: 1.20.1 -> 1.20.2
2018-06-20 23:49:07 +01:00
Jörg Thalheim 0a74cb2e19
Merge pull request #42244 from r-ryantm/auto-update/libmatemixer
mate.libmatemixer: 1.20.0 -> 1.20.1
2018-06-20 23:45:48 +01:00
Jörg Thalheim 12b14cd9ec
Merge pull request #42249 from r-ryantm/auto-update/libmatekbd
mate.libmatekbd: 1.20.1 -> 1.20.2
2018-06-20 23:43:07 +01:00
Matthew Bauer fd7a6ea0af haskell: make generic builder follow compiler’s shared config
enableShared in generic-builder.nix should default to what the GHC
compiler was compiled with. Add a passthru to all of the GHC compilers
to hold the value of enableShared. If enableShared is not set in the
GHC we just use false as the default value for enableSharedLibraries.

Note: I may have missed some compilers. Only GHC & GHCJS are covered
by this commit but this shouldn’t break evaluation of anything else.
2018-06-20 18:40:53 -04:00
Jörg Thalheim 8ecd16db43
Merge pull request #42270 from r-ryantm/auto-update/eventstat
eventstat: 0.04.03 -> 0.04.04
2018-06-20 23:36:46 +01:00
Jörg Thalheim d4ed33492e
Merge pull request #42296 from bkchr/ts3_3_1_10
teamspeak_client: 3.1.8 -> 3.1.10
2018-06-20 23:35:20 +01:00
Jörg Thalheim 06939fb053
Merge pull request #42283 from r-ryantm/auto-update/abcMIDI
abcmidi: 2018.05.02 -> 2018.06.13
2018-06-20 23:33:05 +01:00
Jörg Thalheim f0d549ce75
Merge pull request #42281 from r-ryantm/auto-update/engrampa
mate.engrampa: 1.20.0 -> 1.20.1
2018-06-20 23:31:16 +01:00
Jörg Thalheim 2405f8006a
Merge pull request #42284 from r-ryantm/auto-update/caja-extensions
mate.caja-extensions: 1.20.0 -> 1.20.1
2018-06-20 23:30:33 +01:00
Jörg Thalheim 20a7c83a77
Merge pull request #42252 from r-ryantm/auto-update/lasso
lasso: 2.5.1 -> 2.6.0
2018-06-20 23:28:40 +01:00