Jörg Thalheim
2ba1173715
Merge pull request #31694 from Mic92/openafs
...
linuxPackages.openafs-client: fixes for 4.14
2017-11-25 16:04:26 +00:00
Jörg Thalheim
55d2c1d24a
Merge pull request #32029 from c0bw3b/pkg/lr
...
lr: 1.1 → 1.2
2017-11-25 16:04:02 +00:00
Jörg Thalheim
428f52e2d9
Merge pull request #31956 from xaverdh/master
...
oneko: init at 1.2.5
2017-11-25 16:01:56 +00:00
Jörg Thalheim
60fd669cae
Merge pull request #31219 from jtojnar/deja-dup-rpath
...
deja-dup: remove unneeded rpath wrapping
2017-11-25 15:56:57 +00:00
Jörg Thalheim
f2a689b7f6
Merge pull request #31184 from AndersonTorres/upload/openmsx
...
openmsx: init at git-2017-11-02
2017-11-25 15:55:27 +00:00
Renaud
a5c6bbd25e
lr: 1.1 → 1.2
2017-11-25 16:53:47 +01:00
Jörg Thalheim
3ea493430a
Merge pull request #31283 from michalrus/per-user-profiles-buildEnv
...
users-groups module: use `buildEnv` in per-user profiles
2017-11-25 15:28:58 +00:00
adisbladis
bfaf22a9df
Merge pull request #32028 from andir/gcc-7-conky
...
conky: fix compilation with gcc-7
2017-11-25 23:18:50 +08:00
Andreas Rammhold
141644e752
conky: fix compilation with gcc-7
2017-11-25 15:57:40 +01:00
Joachim F
8627859793
Merge pull request #31994 from kierdavis/freesweep
...
freesweep: init at 1.0.1
2017-11-25 14:51:29 +00:00
Thomas Kim Pham
bd1864aec9
kompose: init at 1.5.0 ( #32026 )
2017-11-25 14:24:52 +00:00
Jörg Thalheim
8136800f78
Merge pull request #32027 from andir/gcc-7-tracefilegen
...
tracefilegen: 2015-11-14 -> 2017-05-13
2017-11-25 14:19:43 +00:00
Jörg Thalheim
03207c067c
Merge pull request #32024 from andir/unstable-fix-gnome3-printing
...
system-config-printer: fix python path
2017-11-25 14:17:22 +00:00
Andreas Rammhold
4bda3c4225
tracefilegen: 2015-11-14 -> 2017-05-13
...
Updated while resolving the build issue with gcc7 that is being tracked
in #31747 .
2017-11-25 14:07:07 +01:00
Joachim F
822342ffdf
Merge pull request #31048 from LumiGuide/fix-owncloud
...
Fix some but not all errors in owncloud
2017-11-25 12:43:29 +00:00
Vladimír Čunát
147d395182
thunderbird: don't force-enable the sandbox
...
This should fix build on aarch64, as there's no sandboxing possible.
https://bugzilla.mozilla.org/show_bug.cgi?id=1294331
As the code defaults to enabling it where it's possible, let's drop the option.
2017-11-25 13:17:21 +01:00
Orivej Desh
fbbda41e05
Restore more accurate history of the master branch
...
The first child is the proper master.
The second child is the proper staging.
The third child is FRidh work.
The forth child is the previous master at origin.
2017-11-25 11:37:17 +00:00
Joerg Thalheim
3f1c4360a8
system-config-printer: fix python path
...
propagated dependencies were not added to PYTHONPATH
2017-11-25 12:24:23 +01:00
Jörg Thalheim
5233333265
Merge pull request #32022 from bachp/gitlab-runner-10.2.0
...
gitlab-runner: 10.1.0 -> 10.2.0
2017-11-25 11:12:43 +00:00
Orivej Desh
88cf8e92d8
Restore first-parent history of the master branch
...
after 0cd857bffd
has reversed master and staging
2017-11-25 10:59:28 +00:00
Frederik Rietdijk
0cd857bffd
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-25 11:38:13 +01:00
Frederik Rietdijk
88eea6947f
Merge pull request #31781 from robertodr/hdf5-fortran-2003
...
Update HDF5 and add option to compile Fortran2003 interface
2017-11-25 10:37:42 +00:00
Orivej Desh
6d9ad27103
Merge pull request #31995 from jtojnar/xserver-libinput
...
Use libinput for all input devices when enabled
2017-11-25 10:33:39 +00:00
Jan Tojnar
c177b838df
nixos/xserver: let X choose the xkb rules
...
With libinput used for keyboard, base rules produce incorrect keyboard
layouts. We are removing the option as recommended in the XKB configuration
guide [1] to let X server choose the ruleset. It looks like it chooses
evdev rules which seem to work for some reason
[1]: https://www.x.org/releases/X11R7.6/doc/xorg-docs/input/XKB-Config.html#id2521360
2017-11-25 10:27:31 +00:00
Kjetil Orbekk
bd3e49a80e
nixos/munin: fix broken plugin wrappers
...
The munin-node service used wrapProgram to inject environment variables.
This doesn't work because munin plugins depend on argv[0], which is
overwritten when the executable is a script with a shebang line (example
below).
This commit removes the wrappers and instead passes the required
environment variables to munin-node.
Eliminating the wrappers resulted in some broken plugins, e.g., meminfo
and hddtemp_smartctl. That was fixed with the per-plugin configuration.
Example:
The plugin if_eth0 is a symlink to /.../plugins/if_, which uses $0
to determine that it should monitor traffic on the eth0 interface.
if_ is a wrapped program, and runs `exec -a "$0" .if_-wrapped`
.if_-wrapped has a "#!/nix/.../bash" line, which results in bash
changing $0, and as a result the plugin thinks my interface
is called "-wrapped".
2017-11-25 11:23:56 +01:00
Kjetil Orbekk
a2dc37c7d1
munin-node: patch to configure plugin-conf.d
...
Add a new patch (adding_sconfdir_munin-node.patch) to be able to
configure the location of plugin-conf.d (otherwise it has to be
configured at build time). This patch is very similar to the
existing 'adding_servicedir_munin-node.patch'.
2017-11-25 11:23:56 +01:00
Kjetil Orbekk
c164d83536
munin-node: add patch to preserve environment variables
2017-11-25 11:23:56 +01:00
Kjetil Orbekk
e36962a002
munin: 2.0.33 -> 2.0.34
2017-11-25 11:23:56 +01:00
Jörg Thalheim
b0bf60a4e2
Merge pull request #32010 from pcarrier/pcarrier/minijail
...
minijail: init at android-8.0.0_r34
2017-11-25 10:09:09 +00:00
Jörg Thalheim
93a13f6b1e
Merge pull request #32021 from bachp/riot-web-0.13.1
...
riot-web: 0.12.6 -> 0.13.1
2017-11-25 10:06:16 +00:00
Jörg Thalheim
75f713c9ad
Merge pull request #32012 from chpatrick/cnijfilter_4_00
...
cnijfilter: init at 4.00
2017-11-25 09:50:51 +00:00
Jörg Thalheim
fd10e3b4b1
Merge pull request #32018 from adisbladis/traefik-1_4_4
...
traefik: 1.3.8 -> 1.4.4
2017-11-25 09:48:39 +00:00
Pascal Bach
a1c98a8f78
gitlab-runner: 10.1.0 -> 10.2.0
2017-11-25 10:46:45 +01:00
Pascal Bach
f008d1c305
riot-web: 0.12.6 -> 0.13.1
2017-11-25 10:38:57 +01:00
Joerg Thalheim
88dfc0333a
luaPackages.vicious: 2.2.0 -> 2.3.0
...
cc @makefu
2017-11-25 09:36:27 +00:00
Kier Davis
cb9bf1c854
PySolFC: init at 2.0
...
PySolFC is a solitaire game written in Python, supporting thousands of
solitaire variants.
2017-11-25 09:43:42 +01:00
Frederik Rietdijk
e2349070ac
octaveFull: always use openblasCompat on darwin
...
Haven't tested this, but considering `octave` on darwin also uses
openblasCompat, we may want it here as well.
2017-11-25 09:31:37 +01:00
Frederik Rietdijk
d087463b48
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-25 09:13:36 +01:00
Frederik Rietdijk
c06bc73222
python3.pkgs.urwid: remove several tests
2017-11-25 09:03:32 +01:00
Frederik Rietdijk
ddbe2dda4b
python.pkgs.tqdm: remove performance tests
2017-11-25 08:49:32 +01:00
Frederik Rietdijk
d34aeaf031
python.pkgs.jedi: unpin parso dependency
2017-11-25 08:46:51 +01:00
Orivej Desh
45a85eaceb
go-sct: disable on Darwin
...
It does not support Darwin.
2017-11-25 07:35:44 +00:00
Orivej Desh
03209fc043
coyim: disable on Darwin
...
It has never been building on Darwin.
2017-11-25 07:28:08 +00:00
Orivej Desh
2f1a818d00
nixos/fwupd: disable by default
...
It causes building during evaluation when enabled, and it is hardly useful
without GNOME or the awareness of the system operator.
2017-11-25 06:49:38 +00:00
Vladimír Čunát
474c1ce799
nixos.tests.installer.swraid: increase drive size
...
The latest staging caused this test not to fit anymore.
I'm all for keeping closure sizes under control,
but I don't think *this* is a good place.
2017-11-25 07:46:28 +01:00
Vladimír Čunát
3bc7d00622
Merge #32017 : thunderbird*: security 52.4.0 -> 52.5.0
2017-11-25 07:10:19 +01:00
Vladimír Čunát
88ccc386f5
nixpkgs.metrics: --show-trace into the log
...
If the log is empty, it's difficult to debug problems. This case:
https://github.com/NixOS/nixpkgs/pull/30252/files#r153038794
2017-11-25 07:07:27 +01:00
Pierre Carrier
cb05c04f4e
minijail: init at android-8.0.0_r34
2017-11-25 00:27:00 -05:00
adisbladis
b3197e030c
Merge pull request #32008 from mbode/terraform-0_11
...
terraform: 0.10.7 -> 0.10.8, 0.11.0
terraform: add 0.11
terraform: upgrade providers
2017-11-25 12:01:26 +08:00
adisbladis
dfa4fbb98b
traefik: 1.3.8 -> 1.4.4
2017-11-25 11:55:24 +08:00