Paul Reimer
5b6b92d15b
vimPlugins.ShowMultiBase: init at 2010-10-18
2019-09-23 11:33:57 -07:00
Enno Lohmeier
b3b95bc86d
goaccess: fix geoip database configuration
2019-09-23 20:19:50 +02:00
Matthew Bauer
699fae259d
gmp: don’t disable assembly on x86
...
this should always work, even on android / iOS toolchains
2019-09-23 13:46:50 -04:00
Matthew Bauer
f089afe965
androidndk: get correct libs for x86_64
2019-09-23 13:40:45 -04:00
Eelco Dolstra
c8bc18bcc2
awscli: Get rid of runtime -dev dependencies
2019-09-23 19:24:05 +02:00
Eelco Dolstra
760bcf678e
libotr: Use multiple outputs
2019-09-23 19:23:25 +02:00
Eelco Dolstra
711cbb9117
rtl8812au, rtl8821au: Prevent runtime dependency on kernel.dev
2019-09-23 19:23:21 +02:00
Marek Mahut
23491749be
Merge pull request #69220 from NixOS/consul-1.6.1
...
consul: 1.6.0 -> 1.6.1
2019-09-23 19:18:51 +02:00
Tobias Happ
e25bf4c0fa
dwm-status: 1.6.2 -> 1.6.3
2019-09-23 19:04:38 +02:00
Marek Mahut
9b775dfad9
jormungandr: 0.3.9999 -> 0.5.0
2019-09-23 18:54:59 +02:00
Jörg Thalheim
85df382f21
Merge pull request #68979 from vladdy/update-pulumi
...
pulumi-bin: 0.17.27 -> 1.1.0
2019-09-23 17:47:44 +01:00
Jörg Thalheim
9dc1f08ed6
Merge pull request #68418 from arnarg/fix-dante-darwin
...
dante: add darwin support
2019-09-23 17:43:53 +01:00
Ambroz Bizjak
7dcef37ef8
virtualboxGuestAdditions: Fix clipboard integration.
...
VBoxClient needs a RUNPATH entry to dlopen libXfixes successfully.
Fixes https://github.com/NixOS/nixpkgs/issues/65542
2019-09-23 18:07:37 +02:00
Maximilian Bosch
bc2b3ea358
Merge pull request #69303 from flokli/httpie-tests
...
httpie: run tests
2019-09-23 18:07:28 +02:00
talyz
dfc43f7d0a
nixos/gitlab: Document the restriction introduced on statePath
...
The state path now, since the transition from initialization in
preStart to using systemd-tmpfiles, has the following restriction: no
parent directory can be owned by any other user than root or the user
specified in services.gitlab.user. This is a potentially breaking
change and the cause of the error isn't immediately obvious, so
document it both in the release notes and statePath description.
2019-09-23 17:55:58 +02:00
talyz
7e325c2251
nixos/gitlab: Mention secret option transition in release notes
...
Document the breaking secret option transition from literal secrets to
file-based ones.
2019-09-23 17:55:58 +02:00
Matthieu Coudron
d70eba7ab3
ns-3: 3.29 -> 3.30
...
Fixes python bindings.
2019-09-24 00:30:12 +09:00
Timo Kaufmann
94a84b844e
Merge pull request #69294 from timokau/sage-add-pager
...
sage: add pager to environment
2019-09-23 15:09:26 +00:00
Florian Klink
8e255982d4
httpie: run tests
2019-09-23 16:56:44 +02:00
Peter Hoeg
e537a0a11e
home-assistant: set capabilities for bluetooth
2019-09-23 21:54:16 +08:00
Peter Hoeg
639b8ec392
home-assistant: check config files on startup
2019-09-23 21:54:16 +08:00
Robin Gloster
30591314e5
Merge pull request #68970 from teto/rngd
...
qemu-guest: allow to override security.rngd
2019-09-23 15:53:38 +02:00
Jörg Thalheim
434a69f5b5
rtlwifi_new: 2018-02-17 -> 2019-08-21
2019-09-23 14:37:51 +01:00
Aaron Andersen
32a38d50bb
nixos/zabbixServer: move pid file from default (/tmp) to /run/zabbix to avoid issues with PrivateTmp=true
2019-09-23 09:35:51 -04:00
Eelco Dolstra
38bb1c373f
Merge pull request #69295 from mayflower/fix/pick-more-systemd-tmpfiles-examples
...
nixos/systemd: pick more upstream tmpfiles confs
2019-09-23 15:33:53 +02:00
Franz Pletz
0dc4fe0a44
nixos/systemd: pick more upstream tmpfiles confs
...
In #68792 it was discovered that /dev/fuse doesn't have
wordl-read-writeable permissions anymore. The cause of this is that the
tmpfiles examples in systemd were reorganized and split into more files.
We thus lost some of the configuration we were depending on.
In this commit some of the new tmpfiles configuration that are
applicable to us are added which also makes wtmp/lastlog in the pam
module not necessary anymore.
Rationale for the new tmpfile configs:
- `journal-nowcow.conf`: Contains chattr +C for journald logs which
makes sense on copy-on-write filesystems like Btrfs. Other filesystems
shouldn't do anything funny when that flag is set.
- `static-nodes-permissions.conf`: Contains some permission overrides
for some device nodes like audio, loop, tun, fuse and kvm.
- `systemd-nspawn.conf`: Makes sure `/var/lib/machines` exists and old
snapshots are properly removed.
- `systemd-tmp.conf`: Removes systemd services related private tmp
folders and temporary coredump files.
- `var.conf`: Creates some useful directories in `/var` which we would
create anyway at some point. Also includes
`/var/log/{wtmp,btmp,lastlog}`.
Fixes #68792 .
2019-09-23 15:23:31 +02:00
Matthieu Coudron
60f3c94965
Merge pull request #68882 from rvolosatovs/update/neovim
...
Neovim: 0.3.8 -> 0.4.2
2019-09-23 22:15:01 +09:00
Timo Kaufmann
cbe12344ca
sage: add pager to environment
...
Temporary fixup while waiting for an upstream fix.
2019-09-23 15:14:43 +02:00
Joachim F
5b387aa676
Merge pull request #49272 from layus/add-mozart
...
mozart2: init at 2.0.1
2019-09-23 13:13:10 +00:00
Franz Pletz
5b5da3c2f2
miller: 5.5.0 -> 5.6.2
2019-09-23 15:06:30 +02:00
Franz Pletz
d46baafb1a
Merge pull request #69290 from WilliButz/grafana-update
...
grafana: 6.3.5 -> 6.3.6
2019-09-23 13:05:57 +00:00
Arnar Gauti Ingason
d376787bef
dante: add darwin support
2019-09-23 12:30:34 +00:00
Jörg Thalheim
f5cb9bd303
Merge pull request #69211 from yorickvP/patch-3
...
pythonPackages.license-expression: fix build
2019-09-23 13:21:25 +01:00
Jörg Thalheim
11e3888686
jetbrains.idea-community: add darwin support ( #64467 )
...
jetbrains.idea-community: add darwin support
2019-09-23 13:19:36 +01:00
Robert Djubek
3f4a464efb
simplenote: 1.1.3 -> 1.8.0
2019-09-23 12:09:32 +00:00
Uri Baghin
01f0c10ba2
jetbrains.idea-community: add darwin support
2019-09-23 22:07:21 +10:00
Yorick
b640dbd008
pythonPackages.license-expression: make patchShebangs more specific
2019-09-23 13:50:31 +02:00
WilliButz
c846b0a52f
grafana: 6.3.5 -> 6.3.6
2019-09-23 13:42:03 +02:00
Timo Kaufmann
82fe35cd29
Merge pull request #69224 from timokau/vimPlugins-2019-09-21
...
vimPlugins: update
2019-09-23 10:59:15 +00:00
José Romildo Malaquias
0b32680269
mate.mate-user-guide: 1.22.2 -> 1.22.3
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
5dec681720
mate.mate-system-monitor: 1.22.1 -> 1.22.2
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
4e245f9ea5
mate.mate-settings-daemon: 1.22.0 -> 1.22.1
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
97d5a2aebc
mate.mate-session-manager: 1.22.1 -> 1.22.2
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
b18e3e4157
mate.mate-screensaver: 1.22.1 -> 1.22.2
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
a5dc260328
mate.mate-power-manager: 1.22.1 -> 1.22.2
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
e713dc3203
mate.mate-panel: 1.22.1 -> 1.22.2
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
2e0cf16f3a
mate.mate-notification-daemon: 1.22.0 -> 1.22.1
2019-09-23 07:00:58 -03:00
José Romildo Malaquias
7900da21b3
mate.mate-menus: 1.22.0 -> 1.22.1
2019-09-23 07:00:57 -03:00
José Romildo Malaquias
04d27b9804
mate.mate-media: 1.22.1 -> 1.22.2
2019-09-23 07:00:57 -03:00
José Romildo Malaquias
aa67dedb01
mate.mate-indicator-applet: 1.22.0 -> 1.22.1
2019-09-23 07:00:57 -03:00