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
Will Dietz
17b973a372
dbeaver: 6.0.4 -> 6.0.5
2019-05-30 22:07:37 -05:00
Will Dietz
72998299a6
gcalcli: 4.1.0 -> 4.1.1
2019-05-30 22:05:20 -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
Matthew Bauer
626a9f9f16
pth: mark as broken on aarch64 cross
...
reported on irc, reproduced locally
2019-05-30 22:49:56 -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
Matthew Bauer
6d7cbba899
gmp{4,5}: mark broken on x86_64-darwin
2019-05-30 22:34:47 -04:00
Matthew Bauer
8cd5314d67
enchant1: mark broken on x86_64-darwin
2019-05-30 22:34:22 -04:00
Matthew Bauer
62e61b9e4b
emacsqlite: strip binary
...
Had gcc in closure which is not wanted. Use stripDebugList to make it
strip in share/.
2019-05-30 22:32:27 -04:00
Mario Rodas
783d9edb53
flow: 0.99.0 -> 0.100.0
2019-05-30 20:41:25 -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
Lily Ballard
0f9c140b5d
cocoapods-beta: 1.7.0.rc.2 -> 1.7.1
2019-05-30 12:39:52 -07:00
Lily Ballard
71f01b19d0
cocoapods: 1.6.2 -> 1.7.1
2019-05-30 12:39:39 -07:00
bricewge
f093847dd4
yubikey-manager: add zsh completion and manual ( #62260 )
2019-05-30 15:32:13 -04:00
Gabriel Ebner
1909659202
octoprint-plugins.curaenginelegacy: init at 1.0.2
2019-05-30 18:10:29 +02:00
Gabriel Ebner
18f564b882
octoprint: 1.3.10 -> 1.3.11
2019-05-30 18:10:29 +02:00
Gabriel Ebner
91b869efe3
pythonPackages.pylru: 1.1.0 -> 1.2.0
2019-05-30 18:10:29 +02:00
Gabriel Ebner
4f01e10b14
pythonPackages.markdown: 2.6.10 -> 3.1.1
2019-05-30 18:10:29 +02:00
Gabriel Ebner
3221fc708b
pythonPackages.sentry-sdk: init at 0.8.0
2019-05-30 18:10:29 +02:00
Gabriel Ebner
3c1a747ff1
pythonPackages.cachelib: init at 0.1
2019-05-30 18:10:29 +02: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
Luke Bentley-Fox
5e83fbe018
maintainers: add lukebfox
2019-05-30 15:51:56 +01:00
Luke Bentley-Fox
76c44ebc65
colorls: init at 1.2.0
2019-05-30 15:50:53 +01: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
mingchuan
75e352c6ab
solc: 0.5.8 -> 0.5.9
2019-05-30 17:07:12 +08: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