Commit Graph

211003 Commits

Author SHA1 Message Date
worldofpeace b46a1b5dec
Merge pull request #78241 from andrew-d/andrew/systemd-tests-python
nixosTests.systemd: port to Python
2020-01-30 03:10:39 -05:00
Elis Hirwing 5f6bf6c7ae
Merge pull request #78813 from stigtsp/package/ripasso-cursive-0.4.0
ripasso-cursive: 0.3.0 -> 0.4.0
2020-01-30 08:36:38 +01:00
Stig Palmquist 2778f0273a
ripasso-cursive: 0.3.0 -> 0.4.0 2020-01-30 08:04:30 +01:00
Farkas, Arnold 642134d5ad pythonPackages.djangorestframework-simplejwt: init at 4.4.0 2020-01-29 22:52:33 -08:00
Farkas, Arnold 4d80baf9b8 pythonPackages.atlassian-python-api: init at 1.14.9 2020-01-29 22:51:55 -08:00
Mario Rodas d55c1b1d18
Merge pull request #78784 from bbigras/lego
lego: 3.2.0 -> 3.3.0
2020-01-29 23:20:27 -05:00
Niklas Hambüchen 01dfd41455
Merge pull request #78806 from nh2/issue-78805-glibc-musl-gcc-9-build-error
glibc: Fix build error due to warning with musl
2020-01-30 04:49:19 +01:00
Niklas Hambüchen 8ef2c51d06 glibc: Fix build error due to warning with musl. Fixes #78805 2020-01-30 04:20:52 +01:00
Mario Rodas fc3e5df2a9
Merge pull request #77898 from r-ryantm/auto-update/quickder
quickder: 1.2-6 -> 1.3.0
2020-01-29 21:56:51 -05:00
Mario Rodas 9f53b1bd6a
Merge pull request #77903 from r-ryantm/auto-update/seyren
seyren: 1.1.0 -> 1.5.0
2020-01-29 21:53:51 -05:00
Mario Rodas a20b7cff7c
Merge pull request #78521 from r-ryantm/auto-update/ott
ott: 0.29 -> 0.30
2020-01-29 21:47:20 -05:00
Mario Rodas 4b78574350
Merge pull request #78518 from r-ryantm/auto-update/mtprotoproxy
mtprotoproxy: 1.0.8 -> 1.0.9
2020-01-29 21:44:47 -05:00
worldofpeace baee4498c0
Merge pull request #78581 from r-ryantm/auto-update/gspell
gspell: 1.8.2 -> 1.8.3
2020-01-29 21:44:06 -05:00
Mario Rodas 98cc98efe1
Merge pull request #78651 from r-ryantm/auto-update/python2.7-statsmodels
python27Packages.statsmodels: 0.10.2 -> 0.11.0
2020-01-29 21:43:19 -05:00
Ryan Mulligan bb29376ce6
Merge pull request #78520 from r-ryantm/auto-update/odpic
odpic: 3.2.1 -> 3.3.0
2020-01-29 18:16:26 -08:00
Aaron Andersen 596e0fcb39
Merge pull request #76583 from aanderse/httpd-locations
nixos/httpd: add locations option to virtualHosts
2020-01-29 21:01:35 -05:00
Bruno Bigras 3922c927ab lego: 3.2.0 -> 3.3.0 2020-01-29 20:51:25 -05:00
Alyssa Ross 85a9743f13 spamassassin: use /etc/mail/spamassassin for config
Using a custom path in the Nix store meant that users of the module
couldn't add their own config files, which is a desirable feature.  I
don't think avoiding /etc buys us anything.
2020-01-30 00:47:10 +00:00
worldofpeace a8ea4f0d33
Merge pull request #78583 from worldofpeace/remove-auto-displaymanager
nixos/display-managers/auto: remove
2020-01-29 19:06:27 -05:00
worldofpeace c95612a5a2 nixos/display-managers/auto: remove
This module allows root autoLogin, so we would break that for users, but
they shouldn't be using it anyways. This gives the impression like auto
is some special display manager, when it's just lightdm and special pam
rules to allow root autoLogin. It was created for NixOS's testing
so I believe this is where it belongs.
2020-01-29 19:05:46 -05:00
Aaron Andersen 7adffb14cd
Merge pull request #78419 from utsl42/fix-unifi-install
nixos/unifi: use systemd tmpfiles instead of preStart
2020-01-29 18:55:57 -05:00
Alyssa Ross b7c59cc7dc squashfs-tools-ng: 0.7 -> 0.8
Gave up trying to build on Darwin.
2020-01-29 23:46:28 +00:00
worldofpeace 9ef088c603
Merge pull request #75405 from andersk/muse
muse: Use wrapQtAppsHook
2020-01-29 18:45:49 -05:00
worldofpeace c693bd142c
Merge pull request #78745 from bene1618/dhcpcd
nixos/dhcpcd: Add option for dhcpcd waiting behaviour
2020-01-29 18:08:20 -05:00
worldofpeace af9bb2af8f
Merge pull request #78328 from mkg20001/pkg/cinnamon-control-center
cinnamon.cinnamon-control-center: init at 4.4.0
2020-01-29 16:57:25 -05:00
gauvain@govanify.com 274d02e477 vimPlugins.vim-prosession: init at 2019-11-01 2020-01-29 09:05:23 -08:00
Maximilian Bosch 8f69e4e45e
gcc49Stdenv: re-add
In #77985 it was decided that gcc49 and gcc5 should be deprecated,
however we decided to keep gcc49[1].

I removed the commit which dropped gcc49, but apparently I staged the
gcc49Stdenv removal in a different commit. Readding this as we decided to
keep gcc49 for now.

[1] https://github.com/NixOS/nixpkgs/pull/77985#issuecomment-577411659
2020-01-29 16:57:20 +01:00
Martin Potier ed45fe1ccf saml2aws: 2.15.0 -> 2.19.0
Current version is broken, at least for use with Okta and AWS. New
version fixes this problem.

Packaging has changed a bit too, deps.nix was removed, and the top-level
`buildGoModule` is used insead, since the upstream project now exposes a
go.mod file.
2020-01-29 16:44:25 +01:00
Ryan Mulligan 13a4b486b9
Merge pull request #78591 from r-ryantm/auto-update/mediathekview
mediathekview: 13.5.0 -> 13.5.1
2020-01-29 05:36:40 -08:00
Ryan Mulligan 938dbb26b8
Merge pull request #78526 from r-ryantm/auto-update/seasocks
seasocks: 1.4.2 -> 1.4.3
2020-01-29 05:35:41 -08:00
Robin Gloster 5f9e215214
Merge pull request #78612 from WilliButz/update-grafana
grafana: 6.5.3 -> 6.6.0
2020-01-29 14:07:12 +01:00
Léo Gaspard 45e01e508a
Merge pull request #78716 from Ma27/bump-matrix-synapse
matrix-synapse: 1.9.0 -> 1.9.1
2020-01-29 13:29:45 +01:00
Dennis Gosnell c2eb1e9179
Merge pull request #78540 from srghma/pretty-simple
pretty-simple: init at 3.2.1.0
2020-01-29 20:47:28 +09:00
Jörg Thalheim f11e789ae9
python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2 (#78664)
python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2
2020-01-29 10:33:29 +00:00
Mario Rodas 8252655ab1
Merge pull request #78747 from Enzime/update/mkvtoolnix
mkvtoolnix: 42.0.0 -> 43.0.0
2020-01-29 05:12:31 -05:00
Mario Rodas 90d969e211
Merge pull request #73815 from alexbakker/zenmonitor
zenmonitor: init at 1.3
2020-01-29 05:02:43 -05:00
Mario Rodas f158bb627c
Merge pull request #78748 from zowoq/upx
upx: 3.95 -> 3.96
2020-01-29 04:49:23 -05:00
Alexander Bakker fb775ae472 zenmonitor: init at 1.3 2020-01-29 10:47:04 +01:00
Christoph Hrdinka 6ec88282af
Merge pull request #78493 from r-ryantm/auto-update/attract-mode
attract-mode: 2.2.0 -> 2.6.1
2020-01-29 10:07:27 +01:00
Maximilian Bosch c55809e256
Merge pull request #77985 from Ma27/drop-old-gcc
gcc: remove versions 4.9 and 5
2020-01-29 09:37:47 +01:00
Florian Klink a2ee235cbd
Merge pull request #78741 from mayflower/pkg/opensmtpd-6.6.2
opensmtpd: 6.6.1p1 -> 6.6.2p1
2020-01-29 09:34:58 +01:00
Mario Rodas 906b5d7c3c
Merge pull request #78530 from r-ryantm/auto-update/spdk
spdk: 19.10 -> 19.10.1
2020-01-29 03:02:01 -05:00
Mario Rodas eb35f59775
Merge pull request #78667 from zowoq/hadolint
hadolint: add static executable
2020-01-29 02:54:04 -05:00
Mario Rodas 0e4a7d9f25
Merge pull request #77806 from softinio/update-codeowners
Add myself as vim plugins codeowner
2020-01-29 02:51:17 -05:00
Mario Rodas df78553190
Merge pull request #78662 from r-ryantm/auto-update/python2.7-pykeepass
python27Packages.pykeepass: 3.1.2 -> 3.2.0
2020-01-29 02:47:38 -05:00
Mario Rodas 74abfc3ac6
Merge pull request #78666 from r-ryantm/auto-update/python2.7-plyvel
python27Packages.plyvel: 1.1.0 -> 1.2.0
2020-01-29 02:46:15 -05:00
Michael Hoang 7eb1c3e17e mkvtoolnix: 42.0.0 -> 43.0.0 2020-01-29 18:43:03 +11:00
Mario Rodas 46579e19d4
Merge pull request #78621 from r-ryantm/auto-update/python2.7-musicbrainzngs
python27Packages.musicbrainzngs: 0.6 -> 0.7.1
2020-01-29 02:37:47 -05:00
Mario Rodas 13f5118d42
Merge pull request #78626 from alexbakker/hexchat-2.14.3
hexchat: 2.14.2 -> 2.14.3
2020-01-29 02:37:09 -05:00
Mario Rodas 6fc14307fd
Merge pull request #78629 from r-ryantm/auto-update/python2.7-moznetwork
python27Packages.moznetwork: 0.27 -> 1.0.0
2020-01-29 02:36:33 -05:00