Commit Graph

194216 Commits

Author SHA1 Message Date
Jörg Thalheim
71daf2ddb2
Merge pull request #65817 from bgamari/add-appimage-deps
build-support: Add p11_kit to appimage dependency set
2019-09-23 21:36:30 +01:00
Timo Kaufmann
995a728684 pynac: 0.7.25 -> 0.7.26 2019-09-23 22:08:23 +02:00
Kevin Rauscher
49e52b7ba5 mopidy-iris: 3.39.0 -> 3.40.0 2019-09-23 22:01:56 +02:00
Timo Kaufmann
81a53e3171
Merge pull request #67377 from paulreimer/vim-plugins-float-preview-nvim
vimPlugins.float-preview.nvim: init at 2019-04-07
2019-09-23 20:00:46 +00:00
Kevin Rauscher
09dac43f32 mopidy: add setuptools to propagatedBuildInputs 2019-09-23 21:57:24 +02:00
Notkea
981177e4dd nixos/postgresql-wal-receiver: remove restart limit (#67857)
useful in case of network disruption
2019-09-23 22:51:26 +03:00
Jörg Thalheim
6f7397257e
Merge pull request #69296 from Mic92/rtlwifi_new
rtlwifi_new: 2018-02-17 -> 2019-08-21
2019-09-23 20:41:04 +01:00
Jörg Thalheim
8644268c37
Merge pull request #69256 from d-goldin/cairocffi_bump
pythonPackages.cairocffi: v1.0.2 -> v.1.1.0
2019-09-23 20:36:38 +01:00
Jörg Thalheim
f2eb615a85
dynd: fix build (#68864)
dynd: fix build
2019-09-23 20:18:04 +01:00
Marek Mahut
c277a508fc
Merge pull request #69307 from mmahut/jormuingandr
jormungandr: 0.3.9999 -> 0.5.0
2019-09-23 20:41:01 +02:00
Paul Reimer
5b6b92d15b
vimPlugins.ShowMultiBase: init at 2010-10-18 2019-09-23 11:33:57 -07: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
Maximilian Bosch
bc2b3ea358
Merge pull request #69303 from flokli/httpie-tests
httpie: run tests
2019-09-23 18:07:28 +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
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
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
Jörg Thalheim
a2be11b1f7
mucommander: 0.9.2 -> 0.9.3-3 (#69280)
mucommander: 0.9.2 -> 0.9.3-3
2019-09-23 10:43:16 +01:00
Michael Raskin
4342f5e413
Merge pull request #68453 from nlewo/pr-next
Add the browser `next`
2019-09-23 09:39:35 +00:00
Guillaume Maudoux
841f3d031b mozart2: init at 2.0.1 2019-09-23 11:32:08 +02:00
José Romildo Malaquias
3b7e00c776 matcha: 2019-07 -> 2019-09-23 2019-09-23 06:23:51 -03:00
Claudio Bley
308617eb7e mucommander: 0.9.2 -> 0.9.3-3
Mucommander 0.9.3-3 was released in January 2019.

* comment out `proguard.enabled = ...` in build.gradle
* use Gradle 4.10 (upstream uses 4.8)
* fix version in build.gradle
2019-09-23 11:14:42 +02:00
Roman Volosatovs
6e7742cfe6
nodePackages.dockerfile-language-server-nodejs: init at 0.0.21 2019-09-23 10:38:30 +02:00
Pascal Wittmann
4235d8b07c
brave: 0.68.131 -> 0.69.128 2019-09-23 10:34:49 +02:00
Jörg Thalheim
fbfdaed210
Merge pull request #69036 from pacien/gscan2pdf-v2.5.6
gscan2pdf: 2.5.5 -> 2.5.6
2019-09-23 09:15:15 +01:00
Jörg Thalheim
04c894a091
Merge pull request #69276 from marsam/update-caddy
caddy: 1.0.0 -> 1.0.3
2019-09-23 09:12:05 +01:00
Jörg Thalheim
c7dfc9e436
beets: 1.4.7 -> 1.4.9 (#69067)
beets: 1.4.7 -> 1.4.9
2019-09-23 09:10:33 +01:00