Commit graph

244629 commits

Author SHA1 Message Date
Shea Levy 4b1850bad3
Add system76 NixOS module 2020-09-23 08:10:49 -04:00
Mario Rodas 17cec95a0c
Merge pull request #98540 from r-ryantm/auto-update/groonga
groonga: 10.0.5 -> 10.0.6
2020-09-23 07:02:28 -05:00
Mario Rodas 7f0afbd889
Merge pull request #98521 from r-ryantm/auto-update/global
global: 6.6.4 -> 6.6.5
2020-09-23 06:58:52 -05:00
Mario Rodas 9e5a617ba1
Merge pull request #98516 from r-ryantm/auto-update/facter
facter: 3.14.12 -> 3.14.13
2020-09-23 06:57:39 -05:00
Mario Rodas 9ef2fb3d67
Merge pull request #98517 from r-ryantm/auto-update/flyway
flyway: 6.5.4 -> 6.5.5
2020-09-23 06:57:21 -05:00
Kevin Cox c5e8e4c9d1
Merge pull request #98469 from taku0/firefox-bin-81.0
firefox, firefox-bin: 80.0.1 -> 81.0,  firefox-esr: 78.2.0esr -> 78.3.0esr [High security fixes]
2020-09-23 07:55:49 -04:00
Mario Rodas c006f18a79
Merge pull request #98509 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.8 -> 6.4.12
2020-09-23 06:54:26 -05:00
R. RyanTM b7abbe8625 imgproxy: 2.14.1 -> 2.15.0 2020-09-23 11:51:06 +00:00
R. RyanTM 1e94f036ae
iw: 5.4 -> 5.8 (#98553) 2020-09-23 13:46:11 +02:00
Mario Rodas 8e4616ce89 postgresqlPackages.pg_auto_failover: 1.3 -> 1.4.0
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.0
2020-09-23 06:42:00 -05:00
Mario Rodas 1af6fb38e9
Merge pull request #98511 from marsam/update-tflint
tflint: 0.20.1 -> 0.20.2
2020-09-23 06:38:37 -05:00
Jamie Magee 460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
Luflosi b75e431454
ipfs: 0.6.0 -> 0.7.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0

Pinning go114 is no longer necessary with this version.
2020-09-23 12:58:13 +02:00
Luflosi d385065f70
ipfs: avoid warning during build when moving directory
Trying to move a directory into itself will result in a warning:
mv: cannot move 'ipfs-src' to a subdirectory of itself, 'ipfs-src/ipfs-src'

This can be prevented by excluding that directory.
2020-09-23 12:57:46 +02:00
Luflosi 1a382e983f
ipfs: remove executable bit from systemd units
IPFS would complain with warnings like
Configuration file /nix/store/...-ipfs-0.6.0/etc/systemd/system/ipfs.service is marked executable. Please remove executable permission bits. Proceeding anyway.
2020-09-23 12:57:01 +02:00
Shea Levy 9f43146ec4
linuxPackages.system76-acpi: Install hwdb rules 2020-09-23 06:33:36 -04:00
Shea Levy 452fda1d7e
linuxPackages.system76: Install hwdb rules 2020-09-23 06:27:38 -04:00
Shea Levy b694eb6e6a
firmware-manager: Init at 0.1.1 2020-09-23 06:01:05 -04:00
WilliButz 403c215bdd
nixos/codimd: add option environmentFile for injecting secrets
Secrets are injected from the environment into the rendered
configuration before each startup using envsubst.
The test now makes use of this feature for the db password.
2020-09-23 11:59:44 +02:00
Florian Klink 5bfe6004e1 python3.pkgs.scikits-odes: remove flokli from maintainers 2020-09-23 11:56:52 +02:00
Florian Klink 3e82dd3d86 sundials: remove flokli as maintainer 2020-09-23 11:56:28 +02:00
Florian Klink ef55ac4a6e sundials_2: remove flokli as maintainer 2020-09-23 11:56:03 +02:00
R. RyanTM 5b1381f619 go-jira: 1.0.23 -> 1.0.24 2020-09-23 09:49:17 +00:00
Hongchang Wu 8662a35112 ocamlPackages.csexp: 1.3.1 -> 1.3.2 2020-09-23 11:25:45 +02:00
Marek Mahut 3eb1f8a446
Merge pull request #98497 from r-ryantm/auto-update/datovka
datovka: 4.15.1 -> 4.15.2
2020-09-23 10:16:36 +02:00
Florian Klink 1480c1a7b5
Merge pull request #98502 from cole-h/link-dev-fd
nixos/stage-1: set up /dev/fd
2020-09-23 09:57:43 +02:00
Timo Kaufmann c8cde01af4
Merge pull request #98513 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.20.0 -> 1.20.1
2020-09-23 09:40:14 +02:00
Doron Behar 0307d0e82b
Merge pull request #98441 from vbgl/why3-1.3.3
why3: 1.3.1 -> 1.3.3
2020-09-23 10:35:57 +03:00
R. RyanTM 83a2d3457c groonga: 10.0.5 -> 10.0.6 2020-09-23 07:34:52 +00:00
Martin Weinelt 76aeb20d91 nixosTests.magnetico: wait for open port and make curl actually fail 2020-09-22 23:27:12 -07:00
Robert Scott 1aa888ba53 fierce: fix build
because we're playing with its install requirements, add a
pythonImportsCheck to give us a chance to discover brokenness. technically
this isn't a realistic test of end user behaviour as this is really an
application, not a python module, but it seems to have a pretty stable
import name of `fierce`, so it works.
2020-09-22 23:24:59 -07:00
Daniël de Kok af5b1a9f94
Merge pull request #98427 from jbedo/octopus
octopus-caller: 0.6.3 -> 0.7.0
2020-09-23 08:24:10 +02:00
Robert Scott b3951d18df lockdep: 4.1.2 -> 5.0.21, fix build, enable tests
required a bit of an overhaul to ensure we're compiling against *this*
kernel's headers, not those in glibc which are presumably from some other
random kernel version.

would be nice to update to a more recent version, the build of this tool
reportedly got broken soon after this release.
2020-09-22 23:23:48 -07:00
Olli Helenius 4463f819b6 kismet: 2020-04-R2 -> 2020-09-R2 2020-09-22 23:19:50 -07:00
Robert Scott 9a472166af pythonPackages.gssapi: 1.6.2 -> 1.6.9 2020-09-22 23:18:27 -07:00
Robert Scott fb570ba1de pythonPackages.gssapi: fix tests
the failing tests appear to also be causing trouble upstream
2020-09-22 23:18:27 -07:00
Robert Scott 16ed0c3069 pythonPackages.rabbitpy: 1.0.0 -> 2.0.1 2020-09-22 23:17:42 -07:00
Robert Scott 178d1b119c Revert "python: pamqp: 2.3.0 -> 3.0.1"
No version of pythonPackages.rabbitpy currently exists that supports 3.0.1

This reverts commit 4250cdeee9.
2020-09-22 23:17:42 -07:00
R. RyanTM 9bf3bd946d gitAndTools.gitstatus: 1.2.2 -> 1.3.0 2020-09-23 06:14:49 +00:00
Tim Steinbach 983f3229e4 cryptodev: 1.9 -> 1.11 2020-09-22 23:12:39 -07:00
Jamie McClymont 561078189e mame: make the parallel build reliable 2020-09-22 23:11:29 -07:00
Jon c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
freezeboy 908d8c3459 python3Packages.google_resumable_media,python2Packages.google_resumable_media: fix tests 2020-09-22 23:10:00 -07:00
freezeboy 2468315f2b python3Packages.crc32c: init at 1.0.0 2020-09-22 23:10:00 -07:00
freezeboy 160f169f03 crc32c: enable static 2020-09-22 23:10:00 -07:00
Tom Hunger e283133520 distributed: disable build for Python older than 3.6 2020-09-22 23:07:46 -07:00
Tom Hunger df84dcf53c streamz: disable build for Python older than 3.6 2020-09-22 23:07:46 -07:00
Tom Hunger 36f7a407ad zict: disable build for Python older than 3.6
No longer supported as of
4d5e14dadb
2020-09-22 23:07:46 -07:00
Robert Scott fc709e6dfe cvc3: enable for darwin
it may be possible to get it building under clang with some work, but
switching it to gcc for now allows us to enable it
2020-09-22 23:06:45 -07:00
Robert Scott 53a8a415ac cvc3: fix build against bison 3.7
for some reason bison 3.7 output references $x_defs.h files under the name
$x.hpp. create symlinks to make this work.
2020-09-22 23:06:45 -07:00