128021 Commits

Author SHA1 Message Date
Orivej Desh
ce1d740fa6 addPassthru: fix argument order
addPassthru became unused in #33057, but its signature was changed at the same
time.  This commit restores the original signature and updates the warning and
the changelog.
2018-01-24 23:06:12 +00:00
WilliButz
9bd7798d9c
nixos/postfix: fix default postfix config
`services.postfix.config` is now correctly merged with the default attrset
specified in the module. Some options that are lists in postfix also
have to be lists in nix to be merged correctly. Other default options are
now set with `mkDefault` so they can be overridden via the module system.
2018-01-24 23:35:28 +01:00
Daiderd Jordan
1dd284ceb5
rust: disable another fragile test 2018-01-24 23:06:10 +01:00
Pascal Bach
029e80a90b gitlab-runner: 10.3.0 -> 10.4.0 2018-01-24 22:38:57 +01:00
Frederik Rietdijk
bf87e56cda
Merge pull request #34081 from jtojnar/gir-abs-cairo
gobjectIntrospection: use absolute path for cairo GIR
2018-01-24 20:59:16 +00:00
Graham Christensen
0e7a5207ec
Merge pull request #34206 from dtzWill/fix/moe-libcxx
moe: fix build w/libc++ using touchup from mailing list
2018-01-24 15:55:08 -05:00
rnhmjoj
d157794ff9
citra: 2017-07-26 -> 2018-01-24 2018-01-24 21:54:42 +01:00
Frederik Rietdijk
75f8ca8337
Merge pull request #34239 from mimadrid/update/slack-3.0.5
slack: 3.0.0 -> 3.0.5
2018-01-24 20:54:26 +00:00
Graham Christensen
0a66ee1bfe
Merge pull request #34121 from arcadio/parallel
parallel: 20171022 -> 20180122
2018-01-24 15:49:22 -05:00
Graham Christensen
b8419d5651
Merge pull request #34191 from dtzWill/fix/brotli-misc
brotli: tests, install man pages
2018-01-24 15:45:16 -05:00
Jan Tojnar
9b245b565e
Merge pull request #34185 from jonafato/gnome-shell-extension-pixel-saver
gnome-shell-extension-pixel-saver: init at 1.10
2018-01-24 20:22:16 +01:00
Benjamin Staffin
2d57426eed
linux-steam-integration: Append "Settings" to settings launcher menu item (#34020) 2018-01-24 13:26:48 -05:00
Will Dietz
0e95bed017 nix-prefetch-git: fix extraction of submodule hashes on latest git
Summary:

According to git-submodule manpage,
"git submodule status" prefixes the hash with a '-' if it is not
initialized, and other chars in other circumstances.
(this is consistent on the various git versions tested)

nix-prefetch-git runs "git submodule init" which does you'd think,
but apparently despite this earlier versions of git before 2.16
would still give the hash the '-' suffix.
In particular this is the behavior when using 2.15 and 2.14.1
from the nixos-17.09 and nixos-17.03 channels respectively.

The script then used awk to drop the first char of the first field
which does the wrong thing when there is no prefix emitted:
while there is a space character before the hash, this is not
part of the field and so we ended up eating the first character
of the hash.

To fix this in a way that also works with the previous behavior,
this commit instead uses awk to grab the hash field
and uses tr to delete any '-' chars should they be present.

This seems to work in my testing, and for example can now
successfully fetch the source for "nginxModules.brotli"
where previously it would generate an error:

fatal: '22564a95d9ab58865a096b8d9f7324ea5f2e03e' is not a commit and a branch 'fetchgit' cannot be created from it

(we dropped a '2' from the beginning of the hash)
2018-01-24 20:18:59 +02:00
Miguel Madrid Mencía
08c63e785c
slack: 3.0.0 -> 3.0.5 2018-01-24 19:18:58 +01:00
Bart Brouns
8f4a7f366d clipster: 1.4.1 -> 1.5.0 2018-01-24 19:05:02 +01:00
Jörg Thalheim
bb7e244531
Merge pull request #34144 from mnacamura/cdda-fix-share-dir
cataclysm-dda{,-git}: fix share directory
2018-01-24 17:39:51 +00:00
John Ericson
8696dbece0
Merge pull request #34198 from dtzWill/fix/cross-misc-4
misc cross fixes, batch 4
2018-01-24 12:33:37 -05:00
Jörg Thalheim
a3d6f38adf
Merge pull request #34116 from brown131/patch-1
Update hy to latest version
2018-01-24 17:02:14 +00:00
Will Dietz
f9238bf19f ipvsadm: init at 1.29
Fixes #34226.
2018-01-24 10:43:32 -06:00
Tuomas Tynkkynen
d02c2d694e nixos/sd-image-*.nix: Bring back high consoleLogLevel
3d040f93051866 removed it from installation-device.nix, but the default
loglevel is just too low for ARM and the like.
2018-01-24 18:23:32 +02:00
Tuomas Tynkkynen
cd2e740dde nixos/sd-image-aarch64.nix: Set avoid_warnings in RPi config.txt
Also add some comments on the existing config settings as well.
2018-01-24 18:23:31 +02:00
Arcadio Rubio García
a7333e9ced kallisto: init at 0.43.1 2018-01-24 16:16:46 +00:00
Arcadio Rubio García
72d675b23c star: init at 2.5.3a 2018-01-24 16:07:15 +00:00
Arcadio Rubio García
51f1460f80 parallel: 20171022 -> 20180122 2018-01-24 16:03:43 +00:00
Ben Gamari
c68aa532d6 glib: Allow cross compilation
tweaked to handle non-glibc along with others
2018-01-24 09:33:37 -06:00
Will Dietz
2060f547df file: fix for cross
For whatever reason "selfNativeBuildInput = true"
doesn't seeem to do the trick here?
(reasons may include "it's not intended to solve this problem" ;))
2018-01-24 09:33:37 -06:00
Will Dietz
162398f907 libgpg-error: fixup 2018-01-24 09:33:37 -06:00
Ben Gamari
4df330ea6e libgpg-error: Enable cross-compilation 2018-01-24 09:33:36 -06:00
Ben Gamari
3655157d22 libomxil-bellagio: Enable cross-compilation 2018-01-24 09:33:36 -06:00
Ben Gamari
a0410d9226 rhash: Enable cross-compilation
(cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
2018-01-24 09:33:36 -06:00
Will Dietz
0509695050 aspell: perl should be nativeBuildInput
build fails otherwise, presumably not also needed
as a buildInput for some reason.
2018-01-24 09:33:36 -06:00
Will Dietz
11281bb54d cron: fix for cross ($CC, no 'install -s') 2018-01-24 09:33:35 -06:00
Will Dietz
10aa7a9611 jwhois: set AR to fix cross build 2018-01-24 09:33:35 -06:00
Will Dietz
fffd72cb56 lsof: fix for cross 2018-01-24 09:33:35 -06:00
Will Dietz
3fe8e610f0 e2fsprogs: depsBuildBuild 2018-01-24 09:33:35 -06:00
Ben Gamari
b62864adf4 e2fsprogs: Enable cross-compilation 2018-01-24 09:33:34 -06:00
adisbladis
f7dd6951aa
go: 1.9.2 -> 1.9.3 2018-01-24 23:00:26 +08:00
Frederik Rietdijk
f4348cc5cb python.pkgs.backports_lzma: set to null conditionally 2018-01-24 14:18:19 +01:00
Frederik Rietdijk
21ae679db7 python.pkgs.matplotlib: fix optional dependency 2018-01-24 14:18:19 +01:00
Frederik Rietdijk
18275c60ff python.pkgs.tornado: fix optional dependency 2018-01-24 14:18:19 +01:00
Frederik Rietdijk
e9794d5a38 python.pkgs.backports_ssl_match_hostname: set to null conditionally 2018-01-24 14:18:19 +01:00
Frederik Rietdijk
a6bb22853a python.pkgs.backport_functools_lru_cache: set to null conditionally 2018-01-24 14:18:18 +01:00
Frederik Rietdijk
769342b37b Merge remote-tracking branch 'upstream/master' into HEAD 2018-01-24 14:17:49 +01:00
Michael Raitza
8a77ae81ad openafsClient: rename to openafs 2018-01-24 13:20:47 +01:00
Peter Simons
9ffaa69da4
Merge pull request #34209 from LnL7/darwin-libR
R: fix dylib install_name on darwin
2018-01-24 12:59:07 +01:00
Jörg Thalheim
b0dd3a189d
Merge pull request #34219 from bkchr/googlemaps_fix_plugin_dir
googlemaps: Move the .so to the right location
2018-01-24 11:07:46 +00:00
Ioannis Koutras
b309103577 skrooge: 2.9.0 -> 2.10.5
fixes #34163
2018-01-24 10:56:54 +00:00
Bastian Köcher
bf14737288 googlemaps: Move the .so to the right location
Fixes Subsurface googlemaps plugin detection.
2018-01-24 11:39:02 +01:00
Peter
01941c5155 terminator: 1.0 -> 1.91 (#34218)
* terminator: 1.0 -> 1.91

* terminator: wrapGAppsHook is a native build input
2018-01-24 10:10:42 +00:00
adisbladis
a75160e25e
firefox-devedition-bin: 59.0b2 -> 59.0b3 2018-01-24 16:49:41 +08:00