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
Pascal Bach
029e80a90b
gitlab-runner: 10.3.0 -> 10.4.0
2018-01-24 22:38:57 +01: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
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
Tuomas Tynkkynen
d02c2d694e
nixos/sd-image-*.nix: Bring back high consoleLogLevel
...
3d040f9305
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
51f1460f80
parallel: 20171022 -> 20180122
2018-01-24 16:03:43 +00:00
adisbladis
f7dd6951aa
go: 1.9.2 -> 1.9.3
2018-01-24 23:00:26 +08: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
adisbladis
cba40384c0
firefox-beta-bin: 58.0b16 -> 59.0b3
2018-01-24 16:49:40 +08:00
adisbladis
8fd86b86eb
Merge pull request #34200 from dtzWill/update/siege-4.0.4
...
siege: 4.0.2 -> 4.0.4
2018-01-24 16:25:58 +08:00
adisbladis
d0127fec09
Merge pull request #34196 from dotlambda/abcm2ps
...
abcm2ps: 8.13.18 -> 8.13.19
2018-01-24 16:24:49 +08:00
Frederik Rietdijk
02c8939f2e
Merge pull request #34146 from symphorien/fix-epkowa
...
Fix epkowa
2018-01-24 08:41:22 +01:00
Frederik Rietdijk
25e3e2d69d
Merge pull request #33626 from thanegill/rxpy-init
...
pythonPackages.rx: init at 1.6.0
2018-01-24 08:27:15 +01:00
Jörg Thalheim
976d17fb5e
python.pkgs.astor: also disable some test on python2
2018-01-24 06:24:16 +00:00
Jörg Thalheim
3b6b52b19f
python.pkgs.astor: fix python 3.6 tests
2018-01-24 06:21:40 +00:00
adisbladis
4d0499ac56
Merge pull request #34213 from eqyiel/flow-0.64.0
...
flow: 0.63.1 -> 0.64.0
2018-01-24 13:52:04 +08:00
Ruben Maher
e17d01dffc
flow: 0.63.1 -> 0.64.0
2018-01-24 13:13:10 +10:30
Jon Banafato
d48e704e38
gnome-shell-extension-pixel-saver: init at 1.10
2018-01-23 21:17:19 -05:00
Graham Christensen
2a2793f618
Merge pull request #34085 from ikervagyok/samba
...
samba: 4.6.11 -> 4.7.4
2018-01-23 20:55:15 -05:00
Franz Pletz
9f16756f77
atlassian-jira: 7.5.2 -> 7.7.0
2018-01-24 02:14:54 +01:00
Franz Pletz
8c88168d2d
atlassian-confluence: 6.5.1 -> 6.6.0
2018-01-24 02:14:53 +01:00
Franz Pletz
2ac833d3f5
youtubeDL: 2018.01.14 -> 2018.01.21
2018-01-24 02:13:14 +01:00
Graham Christensen
397bfc9d50
Merge pull request #34211 from nico202/master
...
enchive: 3.3 -> 3.4
2018-01-23 19:35:08 -05:00
Graham Christensen
f2636ebb41
Merge pull request #34197 from zauberpony/vultr-1.15.0
...
vultr: 1.13.0 -> 1.15.0
2018-01-23 19:29:24 -05:00
Nicolò Balzarotti
9b9ff1aa60
enchive: 3.3 -> 3.4
2018-01-24 01:00:20 +01:00
John Ericson
e23b6a394b
Merge pull request #34201 from dezgeg/release-refactor-3
...
nixos/release.nix: Introduce callSubTestsOnTheseSystems
2018-01-23 18:40:07 -05:00
Daiderd Jordan
5569851745
R: fix dylib install_name on darwin
2018-01-24 00:23:16 +01:00
Joachim F
d9604c861a
Merge pull request #34192 from mdorman/semi-automated-emacs-package-updates
...
Semi automated emacs package updates
2018-01-23 22:20:42 +00:00
Jan Tojnar
c7dc968721
Merge pull request #34186 from jonafato/gnome-shell-extension-nohotcorner
...
gnome-shell-extension-nohotcorner: init at 16.0
2018-01-23 23:18:01 +01:00
Tuomas Tynkkynen
b4c12eef30
wget: 1.19.2 -> 1.19.4
2018-01-23 23:52:00 +02:00
Tuomas Tynkkynen
d9aebebaf5
Revert "perf: apply patch to fix build of 4.9"
...
This reverts commit 44dc31bad1
.
The patch has been applied in 4.9.78, so no need to have this in
nixpkgs anymore.
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
acf5b8e662
kernel: 4.9.77 -> 4.9.78
2018-01-23 23:17:24 +02:00