Commit Graph

181288 Commits

Author SHA1 Message Date
Elis Hirwing
aa1ca7b972
gitea: 1.8.1 -> 1.8.2
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.8.2
2019-05-31 10:46:48 +02:00
John Wiegley
f244c4fe5e
Revert "rustfmt: mark as broken on darwin"
This reverts commit c4bc3e1fe2fa8dd091225202459ba4683ba1b860, because it
is working well on my macOS 10.13 system.
2019-05-30 23:30:10 -07:00
Mario Rodas
1ec32bda1a
Merge pull request #62234 from hyphon81/add/pysptk-add
pythonPackages.pysptk: init at 0.1.16
2019-05-31 01:02:37 -05:00
hyphon81
ec157e21b1
pythonPackages.pysptk: init at 0.1.17 2019-05-31 00:39:23 -05:00
Mario Rodas
25f7291302
Merge pull request #62249 from jluttine/salmon-mail-3.1.1
pythonPackages.salmon-mail: 3.1.0 -> 3.1.1
2019-05-31 00:14:51 -05:00
Mario Rodas
c701c7198f
Merge pull request #61753 from costrouc/python-accupy-init
pythonPackages.accupy: init at 0.1.4
2019-05-31 00:03:26 -05:00
Will Dietz
a72d6f9349
Merge pull request #60954 from dtzWill/fix/network-online-actually-online-with-networkmanager
networkmanager: network-online --wants--> NetworkManager-wait-online
2019-05-30 23:05:57 -05:00
Will Dietz
8bc2cb9892
Merge pull request #62186 from dtzWill/update/firejail-0.9.60
firejail: 0.9.58.2 -> 0.9.60
2019-05-30 22:43:43 -05:00
Will Dietz
9a0cc071d4
Merge pull request #62195 from dtzWill/update/mno-1.0
mno16: init at 1.0
2019-05-30 22:35:34 -05:00
Will Dietz
a5d19a22b5
Merge pull request #62197 from dtzWill/update/agave-10
agave: 009 -> v10
2019-05-30 22:34:27 -05:00
Matthew Bauer
67abc01e4c crystal_0_26: fix hash
hash has been changed since initial commit:

https://hydra.nixos.org/build/93668775
2019-05-30 22:54:13 -04:00
Mario Rodas
d0ad25a3be
Merge pull request #61896 from r-ryantm/auto-update/python3.7-Eve
python37Packages.eve: 0.8.1 -> 0.9
2019-05-30 21:37:57 -05:00
R. RyanTM
14cf7cf596
python37Packages.eve: 0.8.1 -> 0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-eve/versions
2019-05-30 21:35:29 -05:00
Maximilian Bosch
19195b212e
Merge pull request #62264 from Synthetica9/thefuck329
thefuck: 3.28 -> 3.29
2019-05-30 23:42:30 +02:00
Patrick Hilhorst
5f20b10b52
thefuck: 3.28 -> 3.29 2019-05-30 22:23:54 +02:00
Matthew Bauer
a472b1449d
Merge pull request #61104 from adisbladis/plasma5-no-qt56
nixos/plasma5: Remove phonon-backend-gstreamer pinned to Qt 5.6
2019-05-30 16:17:28 -04:00
Matthew Bauer
b64b2b57f0
Merge pull request #61423 from volth/de-xrdp
nixos/desktop-managers: let them work when 'services.xserver.enable = false'
2019-05-30 15:46:09 -04:00
bricewge
f093847dd4 yubikey-manager: add zsh completion and manual (#62260) 2019-05-30 15:32:13 -04:00
Tim Steinbach
2c074fc6c8
vivaldi: 2.5.1525.46-1 -> 2.5.1525.48-1 2019-05-30 11:00:21 -04:00
Matthew Bauer
38fdc9f8f8
Merge pull request #59076 from Yarny0/cups-path-fix
nixos/printing: fix CUPS `SetEnv` directive placement
2019-05-30 10:52:28 -04:00
Mario Rodas
0ced576a9e
Merge pull request #62246 from Izorkin/fix-datadog
datadog-agent: fix sha256 sum
2019-05-30 09:24:08 -05:00
Joachim F
b5ca2368dc
Merge pull request #62257 from oxij/pkgs/tor-browser-85
firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
2019-05-30 13:47:49 +00:00
Nikolay Amiantov
6723d59ae9
Merge pull request #61740 from abbradar/nested-chrootenv
Support nested user chrootenv environments
2019-05-30 15:53:12 +03:00
Nikolay Amiantov
f23c110692 murmur service: log to journald by default
Save an option to log to file with new `logFile` option.

As a side effect deprecate `pidfile` option and instead use systemd's
RuntimeDirectory.
2019-05-30 15:43:32 +03:00
Nikolay Amiantov
06f27dc2e9 chrootenv: propagate nested chrootenv /host
To avoid symlink loops to /host in nested chrootenvs we need to remove
one level of indirection. This is also what's generally expected of
/host contents.
2019-05-30 15:34:01 +03:00
Nikolay Amiantov
7664ffbbaf chrootenv: small improvements
* Remove unused argument from pivot_root;
* Factor out tmpdir creation into a separate function;
* Remove unused fstype from bind mount;
* Use unlink instead of a treewalk to remove empty temporary directory.
2019-05-30 15:34:01 +03:00
Nikolay Amiantov
e0d3bc292c chrootenv: make stackable
The problem with stacking chrootenv before was that CLONE_NEWUSER cannot
be used when a child uses chroot. So instead of that we use pivot_root
which replaces root in the whole namespace. This requires our new root
to be an actual fs so we mount tmpfs.
2019-05-30 15:33:30 +03:00
SLNOS
c4962cd506 firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
Actually, more like -> 8.5.0.1 as this version is made against the
branch with the pending fixup patch applied.
2019-05-30 12:31:59 +00:00
Jörg Thalheim
ecb99304ff
Merge pull request #62250 from Mic92/ccls
ccls: 0.20190301 -> 0.20190314.1
2019-05-30 13:00:26 +01:00
Jörg Thalheim
144a031805
ccls: 0.20190301 -> 0.20190314.1 2019-05-30 11:42:39 +01:00
Vladimír Čunát
198afad520
gnome3.gnome-todo: more explanation for the parent commit 2019-05-30 12:02:38 +02:00
Vladimír Čunát
205e4883eb
gnome3.gnome-todo: fixup parallel building 2019-05-30 11:55:08 +02:00
Jaakko Luttinen
7530108b23
pythonPackages.salmon-mail: 3.1.0 -> 3.1.1 2019-05-30 12:47:50 +03:00
Maximilian Bosch
5949838975
Merge pull request #59519 from Ma27/improve-mautrix-telegram
mautrix-telegram: patch away alembic dependency
2019-05-30 11:01:20 +02:00
Joachim F
b0500aafd5
Merge pull request #62238 from delroth/hardened-alloc-systemwide
nixos/malloc: apply allocator settings to systemd units
2019-05-30 08:59:54 +00:00
Maximilian Bosch
479d161f00
Merge pull request #62218 from costrouc/rofi-pass-new-dependency
rofi-pass: refactor add new optional dependency pass-otp
2019-05-30 10:57:12 +02:00
Izorkin
0ed2f0251b datadog-agent: fix sha256 sum 2019-05-30 11:48:04 +03:00
Maximilian Bosch
65a73e0f94
Merge pull request #62199 from dtzWill/update/dedup-2.0
dedup: 1.0 -> 2.0
2019-05-30 10:35:52 +02:00
lewo
3213c6ca3d
Merge pull request #61116 from mmlb/add-gitstatus
gitAndTools.gitstatus: init at 20190506
2019-05-30 10:26:31 +02:00
Maximilian Bosch
63fd414b6e
dedup: capitalize description as described in the contribution guidelines
https://github.com/NixOS/nixpkgs/pull/62199#discussion_r288411450
2019-05-30 10:03:06 +02:00
Vladimír Čunát
aa440d8786
btrfs-progs: hack to make it build on i686-linux
/cc #61086.  I just wanted to unblock channels quickly.
2019-05-30 09:26:56 +02:00
Vladyslav M
f71eeb3735
Merge pull request #62149 from dywedir/hcxtools
hcxtools: init at 5.1.4
2019-05-30 10:13:50 +03:00
Jörg Thalheim
3d7950bebd
Merge pull request #62190 from dtzWill/update/fonttools-3.42.0
fonttools: 3.41.0 -> 3.42.0
2019-05-30 07:41:20 +01:00
Jörg Thalheim
38748b3ffc
Merge pull request #62193 from dtzWill/update/setroot-2.0.2
setroot: 2.0.1 -> 2.0.2
2019-05-30 07:40:36 +01:00
Jörg Thalheim
b79b4d0804
Merge pull request #62229 from Infinisil/fix/tahoe-lafs
tahoe-lafs: Fix build
2019-05-30 07:38:33 +01:00
Jörg Thalheim
74bbd92e6a
Merge pull request #62242 from dtzWill/update/yubioath-desktop-4.3.6
yubioath-desktop: 4.3.4 -> 4.3.6
2019-05-30 07:38:07 +01:00
Peter Hoeg
c10addd601
Merge pull request #62204 from peterhoeg/u/quaternion
quaternion: 0.0.9.4 -> 0.0.9.4c
2019-05-30 14:31:19 +08:00
Ryan Mulligan
3de6ecbfdc
Merge pull request #62221 from matthew-piziak/regenerate-branches
nodePackages: regenerate
2019-05-29 22:08:17 -07:00
Will Dietz
73466a5e42
yubioath-desktop: 4.3.4 -> 4.3.6 2019-05-29 23:33:52 -05:00
worldofpeace
d07364d651
Merge pull request #62184 from andir/libcanberra-wayland
libcanberra: add patch to stop crashing on wayland
2019-05-29 23:18:55 -04:00