Commit Graph
191583 Commits
Author SHA1 Message Date
Mario Rodas 15f38453c4 postgresqlPackages.pg_cron: 1.1.4 -> 1.2.0
changelog: https://github.com/citusdata/pg_cron/releases/tag/v1.2.0
2019-09-01 16:20:00 -05:00
adisbladisandGitHub 9db42e19ff Merge pull request #67355 from adisbladis/xterm-de-disable
nixos/desktop-managers/xterm: Disable by default
2019-09-01 22:35:00 +01:00
Maximilian BoschandGitHub ad70c1ca54 Merge pull request #67904 from sigma/pr/govmomi-0.21.0
govc: 0.20.0 -> 0.21.0
2019-09-01 23:34:27 +02:00
adisbladis f140dfb161 nixos/desktop-managers/xterm: Disable by default
It's a confusing default for some display managers that will default
to it even when you have defined another display manager.
2019-09-01 22:17:35 +01:00
Yann Hodique 94387290a3 govc: 0.20.0 -> 0.21.0 2019-09-01 13:52:56 -07:00
adisbladisandGitHub c2fc61c5f7 Merge pull request #67872 from LnL7/minio-client
minio-client: remove go 1.10 override
2019-09-01 21:46:24 +01:00
adisbladisandGitHub a36b2925a5 Merge pull request #67892 from jb55/altcoins-note
release-notes: add altcoins removal note
2019-09-01 21:14:17 +01:00
Austin Seipp ea34c61c0f nextpnr: restrict to Linux only
a5ac052dd3 changed the platforms for
nextpnr from 'linux' to 'all', but unfortunately nextpnr has not been
building anyway due to a missing OpenGL dependency.[1][2]

Restrict back to Linux for now. When a build fix happens, we can open it
up again.

  [1] https://hydra.nixos.org/build/99106360
  [1] https://hydra.nixos.org/eval/1538169

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-01 14:24:31 -05:00
EmilyandAustin Seipp f9333358e1 sdcc: extend platforms 2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp 2450e41497 trellis: 2019.08.09 -> 2019.09.01 2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp 5eb237659c pythonPackages.gcutil: remove per TODO
Pretty sure 19.03 has been branched off by now.
2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp cb5b674b58 {glasgow,libfx2}: init at 2018-{09-01,08-27} 2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp 321efae699 python3Packages.nmigen{,-boards}: init at unstable-2019-08-{31,30} 2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp cd4cba3e88 nextpnr: 2019.08.21 -> 2019.08.31 2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp d1dfaa79e3 symbiyosys: fix path to bash (again)
/usr/bin/env works on NixOS normally, but previously sby would fail if
used from inside the Nix sandbox.
2019-09-01 14:22:49 -05:00
EmilyandAustin Seipp 89ff2c7b9d yosys: 2019.08.22 -> 2019.09.01 2019-09-01 14:22:49 -05:00
Maximilian BoschandGitHub d8d759bb90 Merge pull request #67877 from WilliButz/fix/67874
nixos/prometheus-exporters: fix user generation
2019-09-01 21:15:35 +02:00
adisbladisandGitHub 8c76f185bc Merge pull request #64595 from 0x4A6F/master-tacacs+
tacacs+: init 4.0.4.28
2019-09-01 20:11:47 +01:00
Maximilian BoschandGitHub 9428d75536 Merge pull request #67879 from StillerHarpo/lolcat
lolcat: 99.9.99 -> 100.0.0
2019-09-01 21:10:35 +02:00
adisbladis 80bda49332 emacs-packages: Drop remnants of manually created packages 2019-09-01 19:58:28 +01:00
adisbladis 704e8c5023 emacs-packages.tramp: 2.3.0 -> 2.4.2 2019-09-01 19:55:43 +01:00
adisbladis 5d63bdb3b3 emacs-packages.helm-words: 20150413 -> 20190917 2019-09-01 19:46:20 +01:00
adisbladis 2c142705df emacs-packages.emacsClangCompleteAsync: Drop manually created package 2019-09-01 19:39:17 +01:00
0x4A6F b1bf3a811d tacacs+: init 4.0.4.28 2019-09-01 18:38:50 +00:00
adisbladis 221ed56467 emacs-packages.cua: Drop manually created package
It's included in emacs since version 22
2019-09-01 19:33:16 +01:00
adisbladis 15f70ea7ed emacs-packages: Drop manually created coffee-mode 2019-09-01 19:26:51 +01:00
adisbladis 3b632b78a2 emacs-packages: Drop manually created gn package 2019-09-01 19:23:31 +01:00
adisbladis 6619e9c47b emacs-packages: Fix melpa indentation 2019-09-01 19:17:31 +01:00
Florian KlinkandGitHub 7f42adf7a2 Merge pull request #67848 from flokli/google-compute-config-units
google-compute-config.nix: fix comments, update google-*.service units, fix paths in gce
2019-09-01 19:04:06 +02:00
Florian KlinkandGitHub 8e7c47bf9e Merge pull request #67888 from aanderse/deluge
nixos/deluge: fix directory creation errors
2019-09-01 19:03:20 +02:00
William Casarin cec822a7bb release-notes: add altcoins removal note
Release notes for #67687 (bc08b42da4) [1]
Related issue: #25025 [2]

[1] https://github.com/NixOS/nixpkgs/issues/67687
[2] https://github.com/NixOS/nixpkgs/issues/25025

Suggested-by: @mmahut
Signed-off-by: William Casarin <jb55@jb55.com>
2019-09-01 10:03:18 -07:00
Florian KlinkandGitHub 15f3e4eb81 Merge pull request #67845 from flokli/redis-module
nixos/redis: unbreak module, add test
2019-09-01 18:30:49 +02:00
Fabian MöllerandFrederik Rietdijk 9334ce105a nomacs: really use Qt mkDerivation 2019-09-01 17:35:00 +02:00
Aaron Andersen c6b3ed4bfc nixos/deluge: fix directory creation errors 2019-09-01 10:20:42 -04:00
Florian KlinkandGitHub 0934064791 Merge pull request #67841 from ivan/vulkan-loader-fix
vulkan-headers, vulkan-tools: fix version
2019-09-01 15:37:00 +02:00
Marek MahutandGitHub 8034573934 Merge pull request #67881 from prusnak/python-trezor
pythonPackages.trezor: fix typo (pyarg vs pyargs)
2019-09-01 15:11:16 +02:00
Aaron AndersenandGitHub 72646582a4 Merge pull request #64285 from tadeokondrak/ispell/update
ispell: 3.3.02 -> 3.4.00
2019-09-01 08:52:32 -04:00
Florian Klink c00c4b1940 nixos/redis: add test 2019-09-01 14:13:01 +02:00
Florian Klink 8680f72c88 nixos/redis: add changelog for #67768 2019-09-01 14:12:47 +02:00
Florian Klink ff2fd6c4e5 nixos/redis: unbreak module
The redis module currently fails to start up, most likely due to running
a chown as non-root in preStart.

While at it, I hardcoded it to use systemd's StateDirectory and
DynamicUser to manage directory permissions, removed the unused
appendOnlyFilename option, and the pidFile option.

We properly tell redis now it's daemonized, and it'll use notify support
to signal readiness.
2019-09-01 14:08:42 +02:00
Florian KlinkandGitHub d4283f47dc Merge pull request #67844 from puckipedia/notmuch
notmuch: 0.28.4 -> 0.29.1 (and assorted fixes)
2019-09-01 14:04:13 +02:00
Florian KlinkandGitHub 829ff8a18e Merge pull request #67855 from flokli/kernel-net-sched
linux/kernel: enable QoS and/or fair queueing
2019-09-01 14:03:28 +02:00
Pavol Rusnak a39eb9dda4 pythonPackages.trezor: fix typo (pyarg vs pyargs) 2019-09-01 13:41:28 +02:00
Florian Engel 8d9bfb53c1 lolcat: 99.9.99 -> 100.0.0 2019-09-01 13:25:40 +02:00
Alyssa Ross 3057b03c7c linux_latest-libre: fix build 2019-09-01 11:23:30 +00:00
Vladyslav MandGitHub 76fc3de3ef Merge pull request #67873 from ivan/cargo-watch-darwin
cargo-watch: enable for darwin
2019-09-01 13:59:29 +03:00
WilliButz 7786d0718c nixos/prometheus-exporters: fix user generation 2019-09-01 12:51:39 +02:00
Linus HeckemannandGitHub d9db65ce4b Merge pull request #62046 from roberth/pkgs-nixos-expose-all-config
pkgs.nixos: Expose configuration directly
2019-09-01 12:25:39 +02:00
Ivan Kozik 78d1b2d29e cargo-watch: enable for darwin 2019-09-01 09:45:02 +00:00
worldofpeaceandGitHub e08cb1ff65 Merge pull request #67727 from deepfire/serge/electrum
electrum:  update for the Qt5 change (#65399)
2019-09-01 05:31:47 -04:00