Commit graph

143786 commits

Author SHA1 Message Date
Peter Simons 503e5c3f27 hackage2nix: boolector has an unfree license 2018-06-22 17:50:10 +02:00
Peter Simons 2bd8148b95 LTS Haskell 11.14 2018-06-22 17:50:10 +02:00
adisbladis 25ee8e0f70
firefox-devedition-bin: 62.0b1 -> 62.0b2 2018-06-22 22:05:26 +08:00
Orivej Desh 9af0ed346d libcpuid: clean up 2018-06-22 13:23:58 +00:00
Lancelot SIX 75879177e8
Merge pull request #42364 from dotlambda/qutebrowser-1.3.3
qutebrowser: 1.3.2 -> 1.3.3
2018-06-22 14:36:04 +02:00
Peter Simons 83465b9ba1
Merge pull request #42368 from NixOS/revert-42349-fix-hoogle-null-deps
Revert "Fix null deps in ghcWithHoogle"
2018-06-22 14:22:46 +02:00
Peter Simons f13f2434d0
Revert "Fix null deps in ghcWithHoogle" 2018-06-22 14:21:44 +02:00
Daiderd Jordan d8a03e2f81
Merge pull request #42360 from marsam/feature/influxdb-darwin-support
influxdb: supports darwin
2018-06-22 13:50:13 +02:00
Michael Weiss db0da282c3 signal-desktop: 1.12.1 -> 1.13.0 2018-06-22 12:33:13 +02:00
Peter Simons 7489a760d2
Merge pull request #42349 from ElvishJerricco/fix-hoogle-null-deps
Fix null deps in ghcWithHoogle
2018-06-22 12:21:01 +02:00
Peter Simons 5cb4cdfd39
Merge pull request #42268 from philandstuff/fix-dhall-json-1.2.0-deps
dhall-json_1_2_0: fix dependencies
2018-06-22 12:20:05 +02:00
Robert Schütz 3c8d19fc69 qutebrowser: 1.3.2 -> 1.3.3 2018-06-22 11:53:21 +02:00
Vladimír Čunát a8c71037e0
installer tests: avoid udisks2
This is a temporary hack to fix channel until we resolve #42324.
2018-06-22 10:47:05 +02:00
Pascal Wittmann 11a0d130ff
Merge pull request #42346 from Ma27/fix-yabar
yabar: fix build
2018-06-22 09:47:05 +02:00
Jörg Thalheim 85b1312b07
Merge pull request #42356 from Ma27/fix-thefuck-module
nixos/thefuck: move init scripts to `programs.*.interactiveShellInit`
2018-06-22 07:09:12 +01:00
Mario Rodas 8226e0a6a3 influxdb: supports darwin 2018-06-22 00:42:36 -05:00
Peter Hoeg 2cee0c41e4 jdupes: 1.9 -> 1.10.2 2018-06-22 11:17:34 +08:00
Matthew Justin Bauer 9185df5f9d
Merge pull request #41614 from teto/flent_wrap
[RFC/RDY] flent: add manpage + init http-getter
2018-06-21 21:33:49 -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
Maximilian Bosch 6c66e15bbf
nixos/thefuck: move init scripts to programs.*.interactiveShellInit
`fuck` should only be used for interactive sessions, but nothing more
(so init files like `/etc/zshenv` become even more lightweight).
2018-06-22 01:32:11 +02:00
Jörg Thalheim 4756e6ff3b
Merge pull request #42354 from Mic92/hub
gitAndTools.hub: remove go compiler from runtime closure
2018-06-22 00:17:33 +01:00
Jörg Thalheim 6906e5c149 gitAndTools.hub: remove go compiler from runtime closure 2018-06-21 23:34:44 +01:00
Matthew Justin Bauer fe948fd6b0
Merge pull request #42327 from bkchr/fix_plasma5_test
tests.plasma5: Fixes OCR in sddm by providing a custom theme
2018-06-21 18:24:35 -04: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
Will Fancher dc7a91392e Fix null deps in ghcWithHoogle 2018-06-21 17:53:37 -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
Maximilian Bosch 2ae32923ed
yabar: fix build
The stable build for `yabar` is currently broken: https://hydra.nixos.org/build/75989172

Main reason is that the inline function `ya_setup_prefix_suffix` is
supposed to be an inline function, but was insufficiently declared as
such which broke the compiler recently with the following message:

```
gcc -std=c99 -Iinclude -pedantic -Wall -Os `pkg-config --cflags pango pangocairo libconfig` -DVERSION=\"0.4.0\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL -DYA_ENV_VARS -DYA_INTERNAL_EWMH  -c -o src/intern_blks/ya_intern.o src/intern_blks/ya_intern.c
gcc -o yabar src/ya_main.o src/ya_draw.o src/ya_exec.o src/ya_parse.o src/intern_blks/ya_intern.o -lxcb -lpthread -lxcb-randr -lxcb-ewmh `pkg-config --libs pango pangocairo libconfig`
src/intern_blks/ya_intern.o: In function `ya_int_date':
ya_intern.c:(.text+0x49): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_uptime':
ya_intern.c:(.text+0xf4): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_brightness':
ya_intern.c:(.text+0x1d8): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_bandwidth':
ya_intern.c:(.text+0x377): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_cpu':
ya_intern.c:(.text+0x6de): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o:ya_intern.c:(.text+0x924): more undefined references to `ya_setup_prefix_suffix' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: yabar] Error 1
```

This issue has been fixed on master (see
9779a5e04b)
which is why `nixos.yabar-unstable` remained functional.
2018-06-21 23:38:13 +02: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
Eelco Dolstra bf1c28e978
PULL_REQUEST_TEMPLATE.md: Ask for closure size impact 2018-06-21 18:52:26 +02: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
Bastian Köcher 51bafa6471 tests.plasma5: Fixes OCR in sddm by providing a custom theme
The custom theme just sets the old background colour that OCR works
again.
2018-06-21 14:52:54 +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