Commit Graph

142487 Commits

Author SHA1 Message Date
Matthew Justin Bauer
90f5c54248
Merge pull request #41443 from tkerber/opendkim/libbsd
opendkim: fix libbsd dependency
2018-06-04 17:10:52 -04:00
Daiderd Jordan
0b458a4129
Merge pull request #41449 from flokli/vinagre-build
gnome3.vinagre: fix build
2018-06-04 21:32:20 +02:00
Matthew Justin Bauer
f34b498bd2
vinagre: disable format hardening
https://hydra.nixos.org/build/75464534/nixlog/1
2018-06-04 14:52:32 -04:00
Tim Steinbach
39444569e0
linux: Add 4.17 2018-06-04 14:12:03 -04:00
volth
f76ffb0acd perlPackages: convert some modules to aliases 2018-06-04 16:12:06 +00:00
volth
474390ab95 [cpan2nix] perlPackages.Appperlbrew: 0.82 -> 0.83
dependencies:
perlPackages.TestTempDirTiny: init at 0.017
2018-06-04 16:08:54 +00:00
volth
8e17ad4d63 [cpan2nix] perlPackages.PerlCritic: 1.130 -> 1.132
dependencies:
perlPackages.PPIxQuoteLike: init at 0.005
2018-06-04 16:08:53 +00:00
volth
42b59224a6 [cpan2nix] perlPackages.ArchiveTarWrapper: 0.23 -> 0.24 2018-06-04 16:07:50 +00:00
volth
eb83492dff [cpan2nix] perlPackages.CPANPLUS: cleanup 2018-06-04 16:07:40 +00:00
volth
2e8e10e659 [cpan2nix] perlPackages.DevelChecklib: 1.11 -> 1.12 2018-06-04 16:06:23 +00:00
volth
2b32974130 [cpan2nix] perlPackages.TestWarn: 0.33 -> 0.34 2018-06-04 16:06:12 +00:00
volth
ce1934cdc6 [cpan2nix] perlPackages.DateManip: 6.70 -> 6.71 2018-06-04 16:05:49 +00:00
volth
88c670160a [cpan2nix] perlPackages.lib_: removed built-in 2018-06-04 16:05:31 +00:00
volth
1e588fbe0d [cpan2nix] perlPackages.constant: removed built-in 2018-06-04 16:05:30 +00:00
volth
1cc7776b23 [cpan2nix] perlPackages.TextTabsWrap: removed built-in 2018-06-04 16:05:15 +00:00
volth
984e000ff2 [cpan2nix] perlPackages.TextAbbrev: removed built-in 2018-06-04 16:05:09 +00:00
volth
ccb91c7d06 [cpan2nix] perlPackages.Test: removed built-in 2018-06-04 16:04:59 +00:00
volth
38018e5acd [cpan2nix] perlPackages.SearchDict: removed built-in 2018-06-04 16:04:45 +00:00
volth
88915a9919 [cpan2nix] perlPackages.Safe: removed built-in 2018-06-04 16:04:44 +00:00
volth
185e2a9809 [cpan2nix] perlPackages.PodSimple: cleanup 2018-06-04 16:04:38 +00:00
volth
7623dac139 [cpan2nix] perlPackages.PodEscapes: removed built-in 2018-06-04 16:04:36 +00:00
volth
966a021e73 [cpan2nix] perlPackages.PerlIOviaQuotedPrint: removed built-in 2018-06-04 16:04:33 +00:00
volth
dedc538800 [cpan2nix] perlPackages.MathComplex: removed built-in 2018-06-04 16:04:14 +00:00
volth
c6025964d8 [cpan2nix] perlPackages.MIMEBase64: removed built-in 2018-06-04 16:04:11 +00:00
volth
7b19af5f0d [cpan2nix] perlPackages.LocaleMaketextSimple: removed built-in 2018-06-04 16:04:09 +00:00
volth
26b3d823fb [cpan2nix] perlPackages.LocaleCodes: 3.56 -> 3.57 2018-06-04 16:04:07 +00:00
volth
adac4458a7 [cpan2nix] perlPackages.I18NCollate: removed built-in 2018-06-04 16:03:55 +00:00
volth
eab0e69a25 [cpan2nix] perlPackages.Exporter: removed built-in 2018-06-04 16:03:35 +00:00
volth
22b9315761 [cpan2nix] perlPackages.Digest: removed built-in 2018-06-04 16:03:28 +00:00
volth
fa3f51ada2 [cpan2nix] perlPackages.DevelSelfStubber: removed built-in 2018-06-04 16:03:27 +00:00
volth
2a10f6dbdb [cpan2nix] perlPackages.AutoLoader: removed built-in 2018-06-04 16:03:01 +00:00
volth
27b71b6e76
znapzend: minor comment 2018-06-04 15:33:32 +00:00
Josef Kemetmüller
bc158d37fe eigen3_3: Fix darwin build 2018-06-04 16:25:16 +02:00
Florian Klink
67eaab86b4 gnome3.vinagre: fix build
Currently, vinagre fails to build with the following message:

vinagre/vinagre-utils.c: In function 'vinagre_utils_request_credential':
vinagre/vinagre-utils.c:686:2: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
  _tmp12_ = g_strdup_printf (_tmp10_, _tmp11_);
  ^~~~~~~

vinagre-utils.c seems to be generated from vinagre-utils.vala. I
couldn't find anything weird in here, so let's disable
-Werror=format-nonliteral for now as done elsewhere, too.
2018-06-04 16:24:38 +02:00
Tim Steinbach
5c4a404b0d
linux-copperhead: 4.16.12.a -> 4.16.13.a 2018-06-04 10:22:39 -04:00
aszlig
0e7c945e15
nixos/systemd: Allow to override serviceConfig
This has been reported by @qknight in his Stack Overflow question:

https://stackoverflow.com/q/50678639

The correct way to override a single value would be to use something
like this:

systemd.services.nagios.serviceConfig.Restart = lib.mkForce "no";

However, this doesn't work because the check is applied for the attrsOf
type and thus the attribute values might still contain the attribute set
created by mkOverride.

The unitOption type however did already account for this, but at this
stage it's already too late.

So now the actual value is unpacked while checking the values of the
attribute set, which should allow us to override values in
serviceConfig.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @edolstra, @qknight
2018-06-04 15:34:21 +02:00
Rob Vermaas
c548814b81
julia: add some version info to passthru, will be used by julia2nix 2018-06-04 15:06:33 +02:00
Orivej Desh
957810e04f libarchive: fix patch hash 2018-06-04 12:49:21 +00:00
Josef Kemetmüller
13e3a21b5c gdal: Fix darwin build
This fixes:
  error: cannot initialize a variable of type 'GooString *' with an rvalue of type 'const GooString *'
which occurs with recent clang or gcc-7.
See https://github.com/OSGeo/gdal/pull/573
2018-06-04 14:19:35 +02:00
Thomas Kerber
b529dda3a1
opendkim: fix libbsd dependency 2018-06-04 13:06:54 +01:00
volth
d26b629b4c
znapzend: fix build
fix build by pinning old versions of Perl Libraries
2018-06-04 11:25:38 +00:00
Orivej Desh
b75d7ebd1d libevent: fix patch hashes introduced in #41386
(cherry picked from commit 968ed95966c481a75ba12f0d975581e909cf6cb3)
2018-06-04 09:50:50 +00:00
Rob Vermaas
19332e4d52
Merge pull request #41311 from AmineChikhaoui/fix-gce-fetch-ssh
GCE image: properly remove the temporary ssh host keys files/directory
2018-06-04 11:38:07 +02:00
AmineChikhaoui
1398d0c312
avoid redundant rm calls 2018-06-04 10:23:40 +01:00
Orivej Desh
e5dedc5f3b perlPackages.CPANPLUS: add cpanp dependency 2018-06-04 08:40:39 +00:00
Orivej Desh
07e1ae54a6 plotutils: fix parallel building
E.g. https://hydra.nixos.org/build/75429322:

     b_closepl.c:21:10: fatal error: xmi.h: No such file or directory
     make[2]: *** [Makefile:958: b_closepl.lo] Error 1
     make[2]: Leaving directory '/build/plotutils-2.6/libplot'
2018-06-04 06:49:02 +00:00
Thomas Kerber
61f5b9d6c4 nixos/gitea: Respect gitea-dump enable option. (#41437) 2018-06-04 08:41:20 +02:00
Geoffrey Huntley
ca0e52edc3 kubernetes: corrected spelling mistake in docs (#41439) 2018-06-04 05:45:25 +00:00
Orivej Desh
859e27f177 mysql57: unbundle libedit, libevent, lz4, protobuf, zlib 2018-06-04 05:22:25 +00:00
Orivej Desh
1c7acb09fa python.pkgs.trustme: fix python2 build 2018-06-04 04:06:09 +00:00