Commit Graph

140262 Commits

Author SHA1 Message Date
Matthew Bauer
c605d171bb treewide: remove lintl references
libintl should be used directly, not through NIX_LDFLAGS.
2018-05-16 01:02:31 -05:00
Okina Matara
8419c347ca qtchan: init at v0.100 2018-05-16 01:02:31 -05:00
Matthew Bauer
bb831b7946 redshift: support macosx 2018-05-16 01:02:31 -05:00
Matthew Bauer
d6c9efa223 watchman: add fsevents support
macOS needs apple sdks for fsevents support

Fixes #14309
2018-05-16 01:02:31 -05:00
Matthew Justin Bauer
b19c92be90
Merge pull request #40384 from YorikSar/update-chromium
chromium: 66.0.3359.139 -> 66.0.3359.181
2018-05-16 01:01:02 -05:00
Matthew Justin Bauer
0e2dd13f43
Merge pull request #40506 from mmlb/flent
flent: init at 1.2.2
2018-05-16 01:00:11 -05:00
Matthew Justin Bauer
375ad754ab
Merge pull request #40496 from r-ryantm/auto-update/chirp-daily
chirp: 20180412 -> 20180512
2018-05-16 00:59:19 -05:00
Matthew Justin Bauer
59fff18f77
Merge pull request #40482 from r-ryantm/auto-update/libmediainfo
libmediainfo: 18.03.1 -> 18.05
2018-05-16 00:58:56 -05:00
Matthew Justin Bauer
f3f5980898
Merge pull request #40481 from r-ryantm/auto-update/mlt
libsForQt5.mlt: 6.6.0 -> 6.8.0
2018-05-16 00:58:46 -05:00
Matthew Justin Bauer
6057ffa91b
Merge pull request #40472 from r-ryantm/auto-update/osrm-backend
osrm-backend: 5.17.2 -> 5.18.0
2018-05-16 00:58:35 -05:00
Matthew Justin Bauer
5739688a88
Merge pull request #40478 from r-ryantm/auto-update/mate-panel
mate.mate-panel: 1.20.1 -> 1.21.0
2018-05-16 00:58:24 -05:00
Matthew Justin Bauer
536319145f
Merge pull request #40476 from r-ryantm/auto-update/neomutt
neomutt: 20180323 -> 20180512
2018-05-16 00:58:13 -05:00
Matthew Justin Bauer
ee13036ee5
Merge pull request #40376 from jD91mZM2/vala-panel-appmenu
vala-panel-appmenu: init at 0.6.94
2018-05-16 00:56:50 -05:00
Jan Malakhovski
5a6d202a43 Merge pull request #40419 from oxij/pkgs/fix-linux-debug
linuxPackages.kernel: config: fix DEBUG_INFO setting
2018-05-16 00:56:12 -05:00
John Mercier
5efda047c6 jbake: add check (#40421) 2018-05-16 00:54:45 -05:00
Matthew Justin Bauer
0b439d8d7d
Merge pull request #40415 from oxij/pkgs/update-uim
uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHub
2018-05-16 00:54:18 -05:00
Matthew Justin Bauer
485fe9e766
Merge pull request #40223 from jD91mZM2/shouldnt-we-just-use-the-pam-environment-file-instead
zsh: move setEnvironment stuff to zprofile
2018-05-16 00:52:31 -05:00
adisbladis
11e908eca4
Merge pull request #40221 from jokogr/u/jetbrains-2018.1.3
Jetbrains products' update 2018.1.3
2018-05-16 13:43:59 +08:00
Walter Franzini
205a9f2576 minor improvement to nix installation instructions (#40521)
* improve nix installation instructions

in the command

	$ bash <(curl https://nixos.org/nix/install)

<(..) is a bashism.  The documentation now show a command that does
not require to be executed by bash.
2018-05-16 00:23:00 -05:00
Peter Hoeg
7f27566efd
Merge pull request #40581 from peterhoeg/p/sedutil
sedutil: init at 1.15.1 and corresponding nixos module
2018-05-16 12:39:06 +08:00
adisbladis
a0f7ee0e60
kdenlive: Fix build by removing already upstreamed patch 2018-05-16 09:24:25 +08:00
Bastian Köcher
780592ca6e gcc7: Enable arm erratum 843419 on aarch64
This fix is required for the raspherry pi 3 with glibc 2.27,
otherwise the kernel panics in initrd with:
```
<<< NixOS Stage 1 >>>

loading module dm_mod...
running udev...
kbd_mode: KDSKBMODE: Inappropriate ioctl for device
Gstarting device mapper and LVM...
[    1.969164] Kernel panic - not syncing: Attempted to kill init!
exitcode=0x0000000b
[    1.969164]
[    1.978476] CPU: 0 PID: 1 Comm: init Not tainted 4.16.8 #1-NixOS
[    1.984580] Hardware name: Raspberry Pi 3 Model B (DT)
[    1.989801] Call trace:
[    1.992301]  dump_backtrace+0x0/0x1c8
[    1.996025]  show_stack+0x24/0x30
[    1.999396]  dump_stack+0x9c/0xc0
[    2.002766]  panic+0x124/0x294
[    2.005872]  complete_and_exit+0x0/0x30
[    2.009771]  do_group_exit+0x40/0xa8
[    2.013406]  get_signal+0x280/0x5b0
[    2.016954]  do_signal+0x88/0x240
[    2.020325]  do_notify_resume+0xd8/0x130
[    2.024311]  work_pending+0x8/0x10
[    2.027774] SMP: stopping secondary CPUs
[    2.031763] Kernel Offset: disabled
[    2.035308] CPU features: 0x0802004
[    2.038850] Memory Limit: none
[    2.041963] ---[ end Kernel panic - not syncing: Attempted to kill
init! exitcode=0x0000000b
[    2.041963]
[    2.865264] random: crng init done
```
Suse has done the same to circumvent crashes with hostname resolving in
glibc 2.27 on aarch64.
2018-05-16 03:04:29 +03:00
Eric Bailey
0edbc54b4f kubernetes-helm: 2.8.2 -> 2.9.0 (#40514) 2018-05-16 00:25:29 +02:00
Moritz Ulrich
977c207f22 pythonPackages.podcats: Init at 0.5.0 2018-05-15 23:23:57 +02:00
Matthew Bauer
e0d6edddd7 pspp: provide default icons & settings
psppire needs to be wrapped so that it will work outside of GNOME
desktop. We provide hicolor-icon-theme & gsettings-desktop-schemas.

Note that at runtime, I still get this error:

- Cannot create a converter for `IBM864' to `UTF-8': Invalid argument

Possibly a locale issue.

Fixes #40558
2018-05-15 15:42:13 -05:00
Yuriy Taraday
272987524a chromium: 66.0.3359.170 -> 66.0.3359.181 2018-05-15 23:58:50 +04:00
Michael Weiss
3efea84fa1 tdesktopPackages.preview: 1.2.19 -> 1.2.20 2018-05-15 21:52:17 +02:00
Matthew Justin Bauer
2a3399b3c8
Merge pull request #39978 from hedning/plymouth-quit-wait
Make plymouth work with gdm wayland
2018-05-15 14:28:47 -05:00
Matthew Justin Bauer
b54f76e862
Merge pull request #40553 from Anton-Latukha/handbrake-platforms-cmake
handbrake: platforms: linux -> unix; rm cmake dep
2018-05-15 14:27:07 -05:00
Will Dietz
4046c49fb5
Merge pull request #40562 from dtzWill/update/nano-2.9.7
nano: 2.9.4 -> 2.9.7
2018-05-15 14:06:55 -05:00
xeji
80fd6cfffb
Merge pull request #40563 from Synthetica9/atom-1-27-0
atom: 1.26.1 -> 1.27.0
2018-05-15 20:48:32 +02:00
Michael Weiss
30a788b71e maim: 5.5 -> 5.5.1 2018-05-15 20:38:43 +02:00
Patrick Hilhorst
36a4e54372
atom: add myself as maintainer 2018-05-15 20:33:41 +02:00
Patrick Hilhorst
87b0afb006
atom: 1.26.1 -> 1.27.0 2018-05-15 20:33:13 +02:00
Michael Weiss
1af7302dd4 signal-desktop: 1.10.1 -> 1.11.0 2018-05-15 20:32:40 +02:00
Will Dietz
0f30db4222 nano: 2.9.6 -> 2.9.7
http://git.savannah.gnu.org/cgit/nano.git/tree/ChangeLog?h=v2.9.7
2018-05-15 13:25:31 -05:00
R. RyanTM
2cab326047 metabase: 0.29.0 -> 0.29.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/metabase/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/40a08752e83dd27b03a5e553c6f89582
- du listing: https://gist.github.com/fe6508f6abc39c37b41465ae8e9efd81
2018-05-15 13:17:52 -05:00
Yegor Timoshenko
edbce18903
tracker-miners: switch to meson, some tweaks (#39534) 2018-05-15 20:55:40 +03:00
Eric Bailey
437cc2c640 kops: 1.8.1 -> 1.9.0 (#40513) 2018-05-15 18:19:27 +01:00
Matthew Justin Bauer
0b1a0e3330
Merge pull request #40184 from jD91mZM2/multibootusb
multibootusb: init at 9.2.0
2018-05-15 12:15:10 -05:00
Robert Helgesson
d5dae23007
eclipse-plugin-jdt: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Robert Helgesson
726268db77
eclipse-sdk: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Robert Helgesson
9f20a5985d
eclipse-platform: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Benno Fünfstück
462deefdb2
Merge pull request #40475 from r-ryantm/auto-update/ocurl
ocamlPackages.ocurl: 0.8.0 -> 0.8.1
2018-05-15 18:52:29 +02:00
aszlig
fa0b60f59a
nixos/tests/installer: Add lndir to extraDeps
In commit 17dd7bcd89 the systemd unit
generator now uses lndir instead of "ln -s", so we need to have lndir
available in the Nix store for the installer tests to be able to build
the units and thus the whole system.

This should fix the installer tests, although I have only tested it with
the "simple" subtest.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @jtojnar, @xeji, @edolstra
2018-05-15 18:51:53 +02:00
Matthew Justin Bauer
a3e4340149
Merge pull request #39536 from teto/iproute
[RDY] iproute: copy files in /etc
2018-05-15 11:36:31 -05:00
Peter Hoeg
44361ea409 check-{ups,nwc}-health: update to release versions (#40541) 2018-05-15 18:23:43 +02:00
R. RyanTM
d0210b0fdc mate.caja: 1.21.0 -> 1.21.1 (#40497)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/caja/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja --help’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja-connect-server -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja-connect-server --help’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-wrapped -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-wrapped --help’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-connect-server-wrapped -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-connect-server-wrapped --help’ got 0 exit code
- found 1.21.1 with grep in /nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1
- directory tree listing: https://gist.github.com/46fb531ddeedf504b1610ffcaf01f09f
- du listing: https://gist.github.com/5396435fca3703ee457ac3c66b5c0121
2018-05-15 18:15:30 +02:00
José Romildo Malaquias
f19845c763 vivaldi: 1.14.1077.45-1 -> 1.15.1147.42-1 (#40536) 2018-05-15 18:14:23 +02:00
Matthew Justin Bauer
656e4d67ea
Merge pull request #40543 from mnacamura/darwin-juniper
rPackages.JuniperKernel: fix non-Darwin build
2018-05-15 10:52:13 -05:00