200272 Commits

Author SHA1 Message Date
Mario Rodas
399b77e550
Merge pull request #72329 from lilyball/ffsend
ffsend: 0.2.54 -> 0.2.55
2019-10-30 19:53:01 -05:00
Mario Rodas
86b7e330a6
Merge pull request #72288 from xrelkd/update/cargo-watch
cargo-watch: 7.2.1 -> 7.2.2
2019-10-30 19:38:19 -05:00
Chuck
0c999c7521 itstool: 2.0.2 -> 2.0.6
To get python3 support.  #63174 flipped itstool to python3, but itstool
doesn't support python3 until 2.0.3 (and perhaps does not support it
well until 2.0.5).

Pressing forward instead of rolling back at worldofpeace's suggestion,
who mentions that other distros seem to be able to ship recent versions
of itstool.

Tensions in this space seem two-fold.  One set centers around libxml2
being a low-level C library with sharp edges, manual memory management,
and performance concerns; the python libxml2 wrapper being quite thin
(the most dubious character in this drama); and python's sentiment that
it ought to be quite hard to crash the interpreter casually.  This comes
to a head in https://gitlab.gnome.org/GNOME/libxml2/issues/12 , where a
use-after-free problem in idiomatic-looking python code is declared
working-as-designed.

The other set is around python3 being more UTF-8-aware than libxml2's
python wrapper, such as https://bugzilla.gnome.org/show_bug.cgi?id=789714
and https://src.fedoraproject.org/rpms/libxml2/blob/master/f/libxml2-2.9.8-python3-unicode-errors.patch

itstool is caught in this crossfire merely for being a widely-used
python program that uses XML.
2019-10-30 17:32:15 -07:00
Mario Rodas
6ceb1924ff
Merge pull request #72307 from jlesquembre/pulumi
pulumi: 1.3.4 -> 1.4.0
2019-10-30 19:17:03 -05:00
Nick Partridge
f21ac0e4dc rPackages.ModelMetrics: fix darwin build
This fixes the error:

	auc_.cpp:2:10: fatal error: 'omp.h' file not found
	#include <omp.h>
2019-10-31 10:10:55 +10:00
Jan Tojnar
fc1a7289ed
scfbuild: switch to Python 3
Needed to drop phases @#$% to be able to use this at all.

Fixes emojione and twemoji-color-font
2019-10-31 01:10:44 +01:00
Jan Tojnar
688bf9db8c
pythonPackages.libselinux: init 2019-10-31 00:40:45 +01:00
Astro
0757b205de firestarter: 1.7.3 -> 1.7.4 2019-10-31 00:13:42 +01:00
Matthew O'Gorman
17da09c2fa signal-desktop: add libappindicator-gtk3 2019-10-30 23:37:37 +01:00
WilliButz
4916d024a8 wt4: 4.1.1 -> 4.1.2 2019-10-30 23:23:09 +01:00
WilliButz
507b454cb8 wt3: 3.4.1 -> 3.4.2 2019-10-30 23:23:09 +01:00
Timo Kaufmann
f7c1e8f274
Merge pull request #72328 from timokau/sage-ignore-cmp-deprecation
sage: ignore attrs deprecation warning
2019-10-30 23:14:07 +01:00
Mario Rodas
5f8269701f
flow: 0.110.0 -> 0.111.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.111.0
2019-10-30 17:10:00 -05:00
Vladyslav M
0a9950af05
wofi: init at 2019-10-28 (#72298)
wofi: init at 2019-10-28
2019-10-30 23:50:00 +02:00
Lily Ballard
67d3d98c83 ffsend: 0.2.54 -> 0.2.55 2019-10-30 14:45:52 -07:00
Timo Kaufmann
32827e35d8 sage: ignore attrs deprecation warning
cmp is deprecated since attrs 19.2.0:
http://www.attrs.org/en/19.2.0/changelog.html

The deprecation warning breaks the doctests.  Fortunately they have a
rather long deprecation window, so we can just wait until upstream(s)
fix this.
2019-10-30 22:27:00 +01:00
Justin Humm
9b66a895c2
wofi: init at 2019-10-28 2019-10-30 22:23:10 +01:00
Jörg Thalheim
846f86ee67
Merge pull request #72322 from KyleOndy/add_tmux_gruvbox_theme
tmuxPlugins: Add tmux-gruvbox to tmux-plugins
2019-10-30 20:17:25 +00:00
Andreas Rammhold
41cb4b321d
Merge pull request #72323 from nagisa/berglas-0.2.1
berglas: 0.2.0 → 0.2.1
2019-10-30 20:58:17 +01:00
Simonas Kazlauskas
38462b0956 berglas: 0.2.0 → 0.2.1 2019-10-30 21:52:06 +02:00
Kyle Ondy
13704d2b48
tmuxPlugins: Add tmux-gruvbox to tmux-plugins
This commit adds Maciej Sypień's port [1] of Pavel Pertsev's gruvbox
color scheme [2] for vim.

[1] https://github.com/egel/terminator-gruvbox
[2] https://github.com/morhetz/gruvbox
2019-10-30 15:47:46 -04:00
Jörg Thalheim
fce2426dd3
radare2: 3.9.0 -> 4.0.0 2019-10-30 18:55:00 +00:00
Jörg Thalheim
70519825f4
Merge pull request #72201 from azuzunaga/update-readme-macos-sandbox
.github: clarify things done re: sandboxing
2019-10-30 18:50:37 +00:00
Jörg Thalheim
970a22ce15
cheat: 2.5.1 -> 3.0.3 (#72299)
cheat: 2.5.1 -> 3.0.3
2019-10-30 18:49:44 +00:00
Americo
5c59da48e4
.github: clarify things done re: sandboxing
Per https://github.com/NixOS/nixpkgs/pull/58147#issuecomment-478234495
sandboxing is not fully functional on macOS.

.github: specify where sandboxing can be run

Co-Authored-By: Jon <jonringer@users.noreply.github.com>

.github: remove macOS note
2019-10-30 11:32:29 -07:00
Vincent Laporte
60f50b69a6 haxe: refactor out of ocamlPackages 2019-10-30 18:05:20 +00:00
Vincent Laporte
7e51c79f17 monotoneViz: refactor out of ocamlPackages 2019-10-30 18:05:20 +00:00
tbenst
53feebb379 nbdime: init at 1.0.6 2019-10-30 10:51:08 -07:00
Léo Gaspard
39a8f717b8
Merge pull request #72263 from Ma27/bump-matrix-synapse
matrix-synapse: 1.4.1 -> 1.5.0
2019-10-30 18:10:01 +01:00
worldofpeace
5cef7b49ec
twitter-color-emoji: use noto-fonts-emoji’s src
Continues https://github.com/NixOS/nixpkgs/pull/72272
2019-10-30 18:07:03 +01:00
Franz Pletz
db60b6501c
Merge pull request #72304 from WilliButz/update-postgres-exporter
prometheus-postgres-exporter: 0.5.1 -> 0.6.0
2019-10-30 16:21:05 +00:00
José Luis Lafuente
9c68a03cdc
pulumi: 1.3.4 -> 1.4.0 2019-10-30 17:11:49 +01:00
Jörg Thalheim
20367c22f1
cheat: adapt meta to the conventions 2019-10-30 16:03:22 +00:00
adisbladis
3af4f88acd
nixos.pulseaudio: Remove bad recommendation to use pulseaudio in system-wide mode
Upstream Pulseaudio has always stated that system-wide is not
recommended and comes with a number of usability and security drawbacks.
2019-10-30 16:00:08 +00:00
Jason Felice
e4c34f2db4 osxsnarf: init at 0.1.0 2019-10-30 08:57:59 -07:00
Carlos D'Agostino
9a87724059 py3status: add dbus-python dependency
This makes the spotify module work.
2019-10-30 08:57:38 -07:00
Aaron Andersen
55f28378e6 phpPackages.mongodb: 1.5.5 -> 1.6.0 2019-10-30 11:52:06 -04:00
Niklas Hambüchen
6b7f343121
Merge pull request #72301 from nh2/polkit-stable-patch-url
polkit: Fix unstable patch URL
2019-10-30 16:27:10 +01:00
Niklas Hambüchen
765c0e0619
Merge pull request #72019 from nh2/postgres-musl-test-failures
postgresql: Disable 2 failing tests on musl
2019-10-30 16:26:49 +01:00
WilliButz
e3ce6c5902
prometheus-postgres-exporter: 0.5.1 -> 0.6.0 2019-10-30 16:19:43 +01:00
Sebastian Jordan
b52df5b679 pypi2nix: 1.8.1 -> 2.0.0 2019-10-30 08:19:39 -07:00
Sebastian Jordan
d6a2495f1d pythonPackages.parsley: init at 1.3 2019-10-30 08:19:39 -07:00
Sebastian Jordan
7fc6425d02 pythonPackages.nix-prefetch-github: init at 2.3.1 2019-10-30 08:19:39 -07:00
c0bw3b
ebd7466a0b python.pkgs.pycryptopp: build with crypto++ >= 6.0 2019-10-30 08:11:16 -07:00
c0bw3b
a157d96546 amule: fix build with crypto++ >= 6.0 2019-10-30 08:11:16 -07:00
c0bw3b
c36d92f165 cryptopp: 5.6.5 -> 8.2.0
+ add c0bw3b as maintainer
2019-10-30 08:11:16 -07:00
Mario Rodas
57c922972a
Merge pull request #72256 from magnetophon/bslizr
bslizr: init at 1.2.0
2019-10-30 09:25:01 -05:00
Pavol Rusnak
d124858efe
trezor-udev-rules: init at unstable-2019-07-17 2019-10-30 15:15:22 +01:00
Jan Tojnar
946ef1723b
Merge pull request #62137 from tbenst/pympress
pympress: init at 1.2.0
2019-10-30 15:09:15 +01:00
Niklas Hambüchen
df3b011c42
Merge pull request #63938 from nh2/texmacs-1.99.10
texmacs: 1.99.2 -> 1.99.10
2019-10-30 15:04:04 +01:00