Commit graph

142200 commits

Author SHA1 Message Date
WilliButz 6c76c4c6d8 prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363) 2018-06-01 18:25:08 +02:00
Jan Tojnar fd9cfc4db5 Revert "itstool: 2.0.2 -> 2.0.4" (#41339)
This reverts commit 48698a0668

It crashes and breaks the build of gnome3.gnome_desktop and others.

Upstream issue: https://github.com/itstool/itstool/issues/17
2018-06-01 15:23:53 +00:00
Jörg Thalheim 6d1a45c7fb
Merge pull request #35482 from fgaz/kenta-cho
init bulletml and rrootage
2018-06-01 15:50:27 +01:00
Michael Weiss c69cc21338 tdesktopPackages.preview: 1.2.24 -> 1.3.0
Note: I'm not packaging this as stable for now as there might be some
issues left (see GitHub), it says "Version 1.3 alpha" in the bottom left
corner, and I've only got a "New in version 1.2.25" message.
2018-06-01 15:11:57 +02:00
Michael Weiss ab593d46dc signal-desktop: Refactor the package description
Removed some redundancy (src check via meta.platforms) and made some
changes according to our style-guide.
I've changed meta.description and added meta.longDescription.
2018-06-01 15:00:39 +02:00
Frederik Rietdijk 104994fdc4
Merge pull request #41310 from Assassinkin/aws_kinesis
pythonPackages.amazon_kclpy: init at 1.5.0
2018-06-01 14:38:55 +02:00
Francesco Gazzetta f78f2e1017 rrootage: init at 0.23a 2018-06-01 14:34:22 +02:00
Francesco Gazzetta 548277d0c7 bulletml: init at 0.0.6 2018-06-01 14:34:14 +02:00
Michael Weiss 5d795355a0 signal-desktop: Fix a possible crash when saving an attachment
If executed in a pure environment (nix-shell --pure) or depending on the
`gtk3` version of the system Signal-Desktop was e.g. crashing when
clicking on a PDF attachment (instead of showing the dialog to save a
file).
Using wrapGAppsHook and setting XDG_DATA_DIRS to the correct version
fixes this bug.

The error message was the following:
```
(signal-desktop:30756): Gtk-WARNING **: 14:04:49.073: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://icon-theme.freedesktop.org/releases

(signal-desktop:30756): GLib-GIO-ERROR **: 14:04:49.134: No GSettings schemas are installed on the system
Trace/breakpoint trap
```
2018-06-01 14:32:26 +02:00
Tuomas Tynkkynen a8c898be60 linux_rpi: More downstream device tree name fixups
Also remove the upstream device trees beforehand so we don't
accidentally end using them if we mess up in postFixup.

Also on the topic of mess ups, make the copy unconditional since they
always seem to be built on all architectures anyway so checking for
their existence just hides typos.
2018-06-01 13:48:55 +03:00
Tuomas Tynkkynen f49906d80c nixos/sd-image-raspberrypi: Support Raspberry Pi Zero 2018-06-01 13:48:55 +03:00
Tuomas Tynkkynen 912e87c45c U-Boot: Add ubootRaspberryPiZero variant 2018-06-01 13:48:54 +03:00
Tuomas Tynkkynen 964bd06bbc U-Boot: 2018.03 -> 2018.05 2018-06-01 13:48:54 +03:00
Tuomas Tynkkynen b71f5830fa linux_rpi: 1.20171029 -> 1.20180417 2018-06-01 13:48:54 +03:00
Tuomas Tynkkynen 85952d850e raspberrypifw: 1.20180328 -> 1.20180417 2018-06-01 13:48:54 +03:00
Vaibhav Sagar 86990d26ba scite: 3.7.5 -> 4.0.5 (#41345) 2018-06-01 12:23:01 +02:00
patternspandemic 23e9126e75 neo4j: 3.3.4 -> 3.4.0 (#41338) 2018-06-01 12:17:03 +02:00
Vladyslav M 82d837cde2 bat: 0.3.0 -> 0.4.1 (#41348) 2018-06-01 12:13:52 +02:00
Jörg Thalheim 0dd8cb2920
Merge pull request #41349 from limeytexan/perlPackages.Git
perlPackages.Git: init at 0.42
2018-06-01 10:58:47 +01:00
Jörg Thalheim 5feb8d3a9b godep: remove in favor of dep
upstream deprecated this and recommend dep
2018-06-01 10:24:54 +01:00
Sebastien Maret 73bc4734dc cfitsio: fix install name on darwin 2018-06-01 11:15:47 +02:00
Michael Brantley 26a01ede61 perlPackages.Git: init at 0.42 2018-06-01 03:12:25 -04:00
adisbladis 5fb1cfb77b
nodePackages_8_x.pnpm: wrap nodejs.passthru.python 2018-06-01 14:39:46 +08:00
adisbladis 83399e3191
firefox-beta-bin: 61.0b9 -> 61.0b10 2018-06-01 14:39:45 +08:00
adisbladis 1bf2fe70a7
firefox-devedition-bin: 61.0b9 -> 61.0b10 2018-06-01 14:39:44 +08:00
aszlig 0385d69f87
tests/containers-imperative: Include stdenvNoCC
While building the container there are a few occasions where stdenvNoCC
is used underneath. During the last staging merge, some change now tries
to build texinfo during the test while building stdenvNoCC.

With this change, I'm adding stdenvNoCC to the closure to make sure that
even when we have future stdenv changes, it doesn't break (well, except
if we do have another variation like stdenvNoCC that overrides stdenv).

I haven't bisected the exact change, but I'd suspect that it could be
one of the commits in #39457.

This fixes the test and it no longer fails with the following error:

error: unable to download 'http://ftpmirror.gnu.org/texinfo/texinfo-6.5.tar.xz': Couldn't resolve host name (6)
builder for '/nix/store/r7sf1wjbnimwgnv276jh59nfnzw40x30-texinfo-6.5.tar.xz.drv' failed with exit code 1
cannot build derivation '/nix/store/5w1pv788ayi1wahyy76i90yqv96ai4h5-texinfo-6.5.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/cnsfkf0j5xmm14zzm5a3a66pz66gbc82-stdenv-linux.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/11kkhk57ic8kfd7g197sqwgd0pzqfjhl-nixos-system-foo-0-18.09pre-git.drv': 1 dependencies couldn't be built
error: build of '/nix/store/11kkhk57ic8kfd7g197sqwgd0pzqfjhl-nixos-system-foo-0-18.09pre-git.drv' failed
/run/current-system/sw/bin/nixos-container: failed to build initial container configuration

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @aristidb, @edolstra, @chaoflow, @kampfschlaefer
2018-06-01 08:20:20 +02:00
Orivej Desh 5662c24302 qpid-cpp: fix build after #28029
When -O2 from hardening does not redefine -O3 from CMake, the build fails with:

     src/qpid/broker/SelectorExpression.cpp: In member function ‘qpid::broker::Expression* qpid::broker::Parse::orExpression(qpid::broker::Tokeniser&)’:
     src/qpid/broker/SelectorExpression.cpp:1041:13: error: ‘*((void*)& s +17)’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
          if (s[1]=='b' || s[1]=='B') {
2018-06-01 06:03:05 +00:00
Anton Latukha c97fcb4d2b qbittorrent: 4.1.0 -> 4.1.1 (#41252) 2018-06-01 06:02:27 +00:00
Michael Weiss 507d24a7de signal-desktop: 1.11.0 -> 1.12.0 2018-06-01 03:15:31 +02:00
xeji 02b77eaf4a
Merge pull request #41336 from volth/patch-129
frostwire: 6.6.3 -> 6.6.7
2018-06-01 02:10:57 +02:00
Matthew Justin Bauer b13c4e5465
release: remove nix-repl
nix-repl is not needed anymore because Nix 2.0 comes with repl already. Anyway nix-repl is broken right now on Hydra because Nix 1.11 is broken.

https://hydra.nixos.org/build/74933091
2018-05-31 20:09:20 -04:00
Uli Baum 0046d42397 cargo-edit: remove reference to <nixpkgs>
... it broke nixpkgs.tarball
2018-06-01 01:55:31 +02:00
Michael Weiss ef7e0e8347 scdoc: 1.3.3 -> 1.3.4 2018-06-01 00:23:33 +02:00
Jan Tojnar 86c4a640b4
Revert "nixos: disable gdk-pixbuf test"
This reverts commit 218ada1ba7.
2018-06-01 00:17:38 +02:00
Jan Tojnar 6d3b9763a6
gdk-pixbuf: make loaders builtin on Darwin
Meson produces faulty loaders on Darwin, building them into the library bypasses that.

4b2f397198
2018-06-01 00:14:59 +02:00
Jan Tojnar ae8b7a189a
Revert "Revert commit 4b2f3971981272b79da7f87b639ca8854a6ea89c"
This reverts commit 85ae7137ac.
2018-06-01 00:13:15 +02:00
volth 8b984ba61e
frostwire: disable auto-update 2018-05-31 22:10:44 +00:00
volth 2bd46c6b80
frostwire-bin: 6.6.5 -> 6.6.7 2018-05-31 21:34:21 +00:00
symphorien 001a84f22a etherape: 0.9.13 -> 0.9.17 (#41332)
fixes startup
2018-05-31 23:33:48 +02:00
volth 75f20c2e3e
frostwire: 6.6.3 -> 6.6.7 2018-05-31 21:33:15 +00:00
volth c6c2e65c2d graalvm8: 0.31 -> 1.0.0-rc1 (#41335)
Minor update and fix the build which is broken since the default GCC hardening was changed
2018-05-31 23:27:41 +02:00
Matthew Bauer 7aca4b47c8 add sys/tree.h is needed for mg 2018-05-31 17:15:50 -04:00
coretemp 2d3db84ddb dnscrypt-proxy: make man 8 dnscrypt-proxy work (#41039) 2018-05-31 23:15:19 +02:00
Meghea Iulian e4ba5dc3d6 gitkraken: 3.6.0 -> 3.6.1 (#41130) 2018-05-31 23:04:50 +02:00
Vincent Ambo aee19ca7f8 dd-agent: fix compatibility issue with iostat (#41035)
Applies a patch to the dd-agent derivation that fixes a compatibility
issue with the current version of iostat, which no longer contains a
colon after its table headers.

This patch is applied in order for the fix to be backportable to
existing stable releases. A final "proper" fix will be an upgrade to a
newer version of dd-agent, but that requires several other changes.

This fixes #40103.
2018-05-31 22:58:04 +02:00
John Ericson ecabdfd12f
Merge pull request #41330 from obsidiansystems/haskellSrc2nix-overriding
haskell infra: Allow overriding `haskellSrc2nix`
2018-05-31 16:42:16 -04:00
Jack Henahan 286f9ca704
configuration-ghc-8.4.x: bump to dhall_1_14_0
The `dhall_1_13_0` attribute doesn't exist, anymore.
2018-05-31 16:37:05 -04:00
John Ericson 58ce59dd96 haskell infra: Allow overriding haskellSrc2nix 2018-05-31 16:29:02 -04:00
xeji f7a96aea20
Merge pull request #41133 from symphorien/os-prober
os-prober: fix dependencies for version >= 1.75
2018-05-31 22:15:47 +02:00
Colin King 0b6dd07980 kafka: include Kafka Connect shell scripts (#41322)
Kafka Connect is a newer addition to Kafka and these scripts may be
handy to keep around.
2018-05-31 22:03:48 +02:00