Commit Graph

202436 Commits

Author SHA1 Message Date
Florian Klink
93f5c85d66
Merge pull request #73074 from obsidiansystems/python3-airflow
python3Packages.apache-airflow init 1.10.5
2019-11-18 14:28:40 +01:00
Victor Nawothnig
f42b402706 Specify correct type for fuzzy worker 2019-11-18 13:56:56 +01:00
Will Dietz
c4c5652504
Merge pull request #73560 from dtzWill/update/qownnotes-9.11.4
qownnotes: 19.10.10 -> 19.11.4
2019-11-18 06:39:38 -06:00
Mario Rodas
41d921292e
Merge pull request #73600 from marsam/update-pgroonga
postgresqlPackages.pgroonga: 2.2.1 -> 2.2.2
2019-11-18 07:00:34 -05:00
Michael Weiss
d0637b993f
html-proofer: 3.14.0 -> 3.14.1 2019-11-18 12:55:01 +01:00
Lassulus
5de728659b
Merge pull request #73107 from contrun/init-dnsproxy
dnsproxy: init at 0.20.0
2019-11-18 11:39:00 +01:00
Vladimír Čunát
ed9fb90b28
Merge #73572: darwin.CF: hack around build failures
... into staging-next.  Fixes #66811, kinda.
2019-11-18 11:26:43 +01:00
Christian Kauhaus
99e03723b6
Merge pull request #63696 from rnhmjoj/qemu-program
nixos/testing: remove leftover of virtualisation.qemu.program
2019-11-18 11:20:27 +01:00
markuskowa
7d728faea5
Merge pull request #73227 from markuskowa/fix-mkl
mkl: add scalapack libraries to output
2019-11-18 10:46:33 +01:00
Peter Simons
c95664665d obs-studio: package the missing ndi library to make the obs-ndi plug-in actually work 2019-11-18 10:18:04 +01:00
Robert Hensing
f074bfe0a0 nixos/ids: Add types to allow overrides on static uids, gids 2019-11-18 09:24:35 +01:00
markuskowa
2a7f05f9be
Merge pull request #73582 from markuskowa/upd-slurm
slurm: 19.05.3.2 -> 19.05.4.1
2019-11-18 09:06:32 +01:00
Timo Kaufmann
c0a56ee711
Merge pull request #73611 from timokau/home-manager-2019-11-17
home-manager: 2019-10-29 -> 2019-11-17
2019-11-18 09:05:39 +01:00
Markus Kowalewski
d817a49faa
mkl: add scalapack libraries to output 2019-11-18 09:05:03 +01:00
Timo Kaufmann
bee1fa9a20 home-manager: 2019-10-29 -> 2019-11-17
The lorri module was recently added.
2019-11-18 08:32:55 +01:00
Bjørn Forsman
204bce4bfb treewide: improve more deprecation/removal messages
I missed these in 41832d9100 ("treewide: include missing package names
in deprecation/removal messages").

I changed "deprecated" to "removed" where needed.
2019-11-18 08:32:40 +01:00
Bjørn Forsman
41832d9100 treewide: include missing package names in deprecation/removal messages
Most deprecation/removal messages already do this, but these were
missing.

Now the user does not have to `--enable-trace` and parse the quite long
trace just to find the package name.
2019-11-18 08:15:09 +01:00
Ryan Mulligan
c86b0320f9
Merge pull request #73589 from lovesegfault/essentia-extractor
essentia-extractor: init at 2.1_beta2
2019-11-17 21:08:04 -08:00
Bernardo Meurer
e7fea062ce
essentia-extractor: init at 2.1_beta2 2019-11-17 20:17:44 -08:00
Bernardo Meurer
6d6e31cc6a
maintainers: add lovesegfault 2019-11-17 20:12:14 -08:00
Mario Rodas
6f28e9b2d7
postgresqlPackages.timescaledb: 1.5.0 -> 1.5.1
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.5.1
2019-11-17 22:22:22 -05:00
Mario Rodas
33a9a0f0f6
postgresqlPackages.pg_auto_failover: 1.0.4 -> 1.0.5 2019-11-17 22:22:22 -05:00
Mario Rodas
e3da798939
postgresqlPackages.pg_hll: 2.12 -> 2.14 2019-11-17 22:22:22 -05:00
Mario Rodas
ab692f467b
postgresqlPackages.pgroonga: 2.2.1 -> 2.2.2 2019-11-17 22:22:22 -05:00
Mario Rodas
337714867a
Merge pull request #73587 from HugoReeves/master
croc: 6.2.0 -> 6.2.3
2019-11-17 22:00:33 -05:00
Ariel
7af3a955c9 apache-airflow: 1.10.3 -> 1.10.5, enable python
Includes misc fixes suggested during the PR process.
2019-11-17 21:44:15 -05:00
YI
5f3acf24ae dnsproxy: init at 0.20.0 2019-11-18 10:38:12 +08:00
YI
f21ad2b4a1 add contrun as maintainer 2019-11-18 10:37:43 +08:00
Ryan Mulligan
74edb58ad1
Merge pull request #73094 from jonafato/zulip-4.0.0
zulip: init at 4.0.0
2019-11-17 18:04:05 -08:00
Franz Pletz
09f1e09954
iwd: 0.22 -> 1.1 2019-11-18 02:26:18 +01:00
Franz Pletz
bf3bab2b3f
ell: 0.24 -> 0.26 2019-11-18 02:26:18 +01:00
Franz Pletz
622e12330b
nixos/manual: fix xml syntax error 2019-11-18 02:26:17 +01:00
Lily Ballard
505f913ceb macvim: Add -headerpad_max_install_names (#73592)
We were adding this to the compilation of MacVim, but not to the
compilation of the separate Vim binary. We may not actually need it for
MacVim at all, but omitting it for the Vim binary meant our postInstall
phase would fail for some people.

Fixes #73514
2019-11-17 20:16:47 -05:00
Pascal Hertleif
e89c1c704f cargo-fuzz: 0.5.3 -> 0.5.4 2019-11-17 17:06:27 -08:00
Ryan Mulligan
4388c3190e
Merge pull request #72814 from eraserhd/tmux-plumb
tmuxPlugins.tmux-plumb: init at 0.1.1
2019-11-17 16:03:13 -08:00
Luz
84bfc7207d hexdino: init at 0.1.0
* hexdino: init at 0.1.0
* Fix fail due to licence
2019-11-18 00:40:31 +01:00
Jaka Hudoklin
f3179ef60a wagyu: init at 0.6.1 2019-11-18 00:34:11 +01:00
Samuel Rivas
0b504bc6ff color-theme-solarized: update and fix
I suspect there is something wrong with the elpa package generator. Emacs'
setup-hook adds the `site-lisp` directory to `load-path`, but elpa packages end
up having their code in `site-lisp/elpa/package-version, and thus emacs cannot
load them.

If that worked, adding `color-theme` as `builInput` might be better than
explicitly adding its `site-lisp` to the `load-path` in the `buildPhase`
2019-11-18 00:13:10 +01:00
R. RyanTM
df6bf7f5b7 wakatime: 10.8.0 -> 13.0.1 2019-11-17 23:55:39 +01:00
Alyssa Ross
6955816811 squashfs-tools-ng: init at 0.7 2019-11-17 23:46:16 +01:00
Hugo Reeves
4893b2783c
croc: 6.2.0 -> 6.2.3 2019-11-18 11:36:41 +13:00
Edmund Wu
431038aa26 recursive: init at 1.022 2019-11-17 23:34:44 +01:00
Ryan Mulligan
1fb4a93c3a
Merge pull request #73519 from petabyteboy/feature/giada
giada: init at 0.15.4
2019-11-17 14:20:58 -08:00
Ryan Mulligan
2c7d994147
Merge pull request #73480 from judaew/keybase-update
keybase, keybase-gui: 4.7.2 -> 5.0.0; add dependence, license
2019-11-17 14:16:50 -08:00
lassulus
f498b2ac0e wifite2: init at 2.2.5 2019-11-17 22:59:30 +01:00
davidak
bc1a40983f xzoom: fix version 2019-11-17 22:56:27 +01:00
Michael Weiss
55f4feb618
gollum: Update the dependencies (security)
This updates Nokogiri to 1.10.5 for CVE-2019-13117, CVE-2019-13118, and
CVE-2019-18197 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1943
2019-11-17 22:48:20 +01:00
Michael Weiss
ad13058a1f
jekyll: Update the dependencies (security)
This updates Nokogiri to 1.10.5 for CVE-2019-13117, CVE-2019-13118, and
CVE-2019-18197 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1943
2019-11-17 22:48:19 +01:00
Michael Weiss
46ed8ed243
html-proofer: 3.13.0 -> 3.14.0 (security)
This also updates Nokogiri to 1.10.5 for CVE-2019-13117, CVE-2019-13118,
and CVE-2019-18197 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1943
2019-11-17 22:48:19 +01:00
Ryan Mulligan
30fa836bcc
Merge pull request #73476 from jumper149/master
blugon: init at 1.11.4
2019-11-17 13:47:40 -08:00