Patrick Hilhorst
0e8b303b81
waybar: 0.6.9 -> 0.7.0
2019-06-23 12:38:35 +02:00
Maximilian Bosch
0d461a770e
documize-community: 2.5.1 -> 3.0.0
...
https://github.com/documize/community/releases/tag/v3.0.0
2019-06-23 12:15:47 +02:00
Minijackson
3b7972aa51
vimPlugins.tmux-complete-vim: init at 2019-05-13
2019-06-23 11:11:05 +02:00
Minijackson
c1b11c696e
vimPlugins.camelcasemotion: init at 2019-06-06
2019-06-23 10:56:03 +02:00
Vladimír Čunát
0e405474d1
Merge #62280 : xournalpp: 1.0.8 -> 1.0.12
2019-06-23 10:37:54 +02:00
Vladimír Čunát
bc4e718db6
xournalpp nitpick: plugins do work now (reportedly)
2019-06-23 10:37:15 +02:00
Vladyslav M
d20379a7c1
skim: 0.6.4 -> 0.6.8
2019-06-23 11:32:18 +03:00
Linus Heckemann
bd286ce6e5
Merge pull request #61826 from gnidorah/video2midi
...
video2midi: init at 0.3.7
2019-06-23 10:00:50 +02:00
Vladimír Čunát
772d2d03f9
Merge #63555 : gnumeric: fix darwin build by upstream patch
2019-06-23 09:16:14 +02:00
Vladimír Čunát
12bdb0dc3f
gnumeric: fix darwin build by upstream patch
2019-06-23 09:13:46 +02:00
arcnmx
7d07263f75
Revert "python37Packages.aiorpcx: 0.17.0 -> 0.18.3"
...
This reverts commit 299996bc38
.
electrum, the only dependent package, failed to build with this.
2019-06-23 08:54:39 +02:00
Doron Behar
50602eb299
Add darwin specific dependencies
2019-06-23 09:34:53 +03:00
Peter Hoeg
7c0c888d82
mosquitto: 1.6.2 -> 1.6.3
2019-06-23 11:21:25 +08:00
Matthew Bauer
79c0e740a7
qttools: patch qmlimportscanner for darwin builds
...
This needs to be the full path for qtmacdeploy to work. We add
${qt5.qttools.dev}/bin/qmlimportscanner as the default.
Fixes #63093
2019-06-22 22:21:38 -04:00
Matthew Bauer
1f46aaab1b
buildGoPackage: keep string context ( #63680 )
...
In Nix, each string has a context that it carries of where it
originated. Some functions like filterAttrs modify the context of its
args when doing comparisons. That is important because we use the
string context of “name” to get where a derivation was defined. This
causes some builtins like unsafeGetAttrPos to report incorrectly that
the string was set in lib/attrsets.nix and reporting that as the
source file. Using removeAttrs avoids this problem.
Fixes #63679
2019-06-22 19:07:26 -07:00
Eric Bailey
2b5ba7f723
conftest: init at 0.7.0 ( #63610 )
2019-06-22 19:03:47 -07:00
Wael Nasreddine
e0c8a45d5d
Merge pull request #63580 from timokau/bazel-symlink-fix
...
buildBazelPackage: fix directory symlink handling, disable multithreaded fetching
2019-06-22 17:47:15 -07:00
Ben Wolsieffer
203ea0d5be
buildbot: 2.3.0 -> 2.3.1 ( #63644 )
2019-06-22 20:39:14 -04:00
Alyssa Ross
69b4d4b791
Merge pull request #63674 from mweinelt/pr/microcode-intel-20190618
...
microcodeIntel: 20190514 -> 20190618
2019-06-22 22:31:50 +00:00
Florian Klink
a1c31d5e20
Update deepin packages ( #63652 )
...
Update deepin packages
2019-06-22 22:40:11 +02:00
Martin Weinelt
6dbb142de4
microcodeIntel: 20190514 -> 20190618
2019-06-22 22:39:27 +02:00
Florian Klink
9b53eb74d3
patchwork: 3.11.4 -> 3.14.1 ( #63593 )
...
patchwork: 3.11.4 -> 3.14.1
2019-06-22 22:38:32 +02:00
adisbladis
3cf5d655bd
poetry: Add to all-packages.nix
2019-06-22 21:13:18 +01:00
arcnmx
3f79ede5c0
acpilight: fix build error
...
udevadm should not run as part of make install
2019-06-22 13:10:32 -07:00
Guillaume Bouchard
27d4ce7ce0
bazel: Full switch to python3
2019-06-22 21:46:50 +02:00
Guillaume Bouchard
7fed6eabcf
bazel: restore installCheckPhase
...
All the dependencies of this phase are prefetched and provided to the
bazel environment using --override_repository.
2019-06-22 21:46:50 +02:00
Guillaume Bouchard
ba327a54b6
bazel: 0.26.1 -> 0.27.0
...
- Fixs for newly introduced bin/bash hardcoded reference
- Bazel now references `remote_java_tools_xxx` which contains prebuilt
binaries. We prefetch them, fix them, and force bazel to use the
fixed repository.
It also closes #63096
2019-06-22 21:46:50 +02:00
Silvan Mosberger
9e39f6943d
idrisPackages.tparsec: 2018-12-21 -> 2019-06-18 ( #63623 )
...
idrisPackages.tparsec: 2018-12-21 -> 2019-06-18
2019-06-22 21:10:09 +02:00
tilpner
0e6d0c12e4
linux_4_19: restore __kernel_fpu_{begin,restore}
...
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
4.19, so add the reverting patch to restore zfs performance.
2019-06-22 20:51:26 +02:00
tilpner
71b4b7b4c7
linux_4_14: restore __kernel_fpu_{begin,restore}
...
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
4.14, so add the reverting patch to restore zfs performance.
2019-06-22 20:50:49 +02:00
Mario Rodas
2932be89af
Merge pull request #63051 from marsam/init-noah
...
noah: init at 0.5.1
2019-06-22 13:18:45 -05:00
Robert Scott
8008954579
pythonPackages.hdbscan: fix build by removing upstream patch, adding joblib
...
joblib is for the benefit of py27, whose scikitlearn doesn't include it.
also move cython to nativeBuildInputs
2019-06-22 19:06:52 +01:00
Tim Steinbach
8b7c42032e
linux: 5.1.12 -> 5.1.14
2019-06-22 12:27:37 -04:00
Tim Steinbach
34d4fd0a1d
linux: 4.9.182 -> 4.9.183
2019-06-22 12:27:21 -04:00
Tim Steinbach
2eedc1d464
linux: 4.4.182 -> 4.4.183
2019-06-22 12:27:07 -04:00
Tim Steinbach
f12542e8cd
linux: 4.19.53 -> 4.19.55
2019-06-22 12:26:43 -04:00
Tim Steinbach
3c20a64034
linux: 4.14.128 -> 4.14.129
2019-06-22 12:26:23 -04:00
Matthew Bauer
4d9a4aa3f1
openbsm: don’t check for /usr/include/mach/audit_triggers.defs
...
Users with CLT installed in /usr/include have this, but it we don’t
have all of the headers needed in the stdenv.
Fixes #46429
2019-06-22 12:06:47 -04:00
Timo Kaufmann
78054a581c
python3.pkgs.scikitlearn: 0.20.3 -> 0.21.2 ( #63591 )
...
Splits scikitlearn into a python2 (0.20.x) and a python3 (>0.20)
version.
2019-06-22 17:59:43 +02:00
Sascha Grunert
e952dc5898
conmon: 0.2.0 -> 0.3.0
...
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2019-06-22 16:55:19 +02:00
José Romildo Malaquias
14d03c1d37
Merge pull request #63536 from romildo/upd.mate
...
mate.marco: 1.22.1 -> 1.22.2; mate.mate-themes: 3.22.19 -> 3.22.20
2019-06-22 11:08:25 -03:00
José Romildo Malaquias
6bde2ebab5
deepin.qt5integration: 0.3.11 -> 0.3.12
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
1996a4e3a9
deepin.qt5dxcb-plugin: 1.1.27 -> 1.2.2
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
d1c6afbefb
deepin.go-gir-generator: 2.0.1 -> 2.0.2
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
10fe4955f0
deepin.go-dbus-factory: 0.7.0 -> 0.9.0
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
56fc7a5e27
deepin.dtkwidget: 2.0.12.3 -> 2.0.14
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
ed177954c9
deepin.dtkcore: 2.0.12.1 -> 2.0.14
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
0678da02bf
deepin.deepin-terminal: 3.2.2.1 -> 3.2.6
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
4c5f252189
deepin.deepin-screenshot: 4.1.10 -> 4.2.1
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
7ae57e0d95
deepin.deepin-movie-reborn: 3.2.22.1 -> 3.2.24
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
08b947c7cc
deepin.deepin-menu: 3.4.6 -> 3.4.8
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
6945053159
deepin.deepin-image-viewer: 1.3.13 -> 1.3.17
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
dd141077f0
deepin.deepin-icon-theme: 15.12.69 -> 15.12.71
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
e740813625
deepin.deepin-gtk-theme: 17.10.10 -> 17.10.11
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
cb466b8b8b
deepin.deepin-desktop-schemas: 3.13.0 -> 3.13.6
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
1a3d5b94d9
deepin.deepin-desktop-base: 2019.04.24 -> 2019.06.19
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
f535050720
deepin.deepin-anything: 0.0.7 -> 0.1.0
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
69c29b61ff
deepin.dde-session-ui: 4.9.6 -> 4.9.11
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
938b213ed9
deepin.dde-qt-dbus-factory: 1.1.1 -> 1.1.5
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
83457f1269
deepin.dde-polkit-agent: 0.2.6 -> 0.2.10
2019-06-22 10:00:23 -03:00
José Romildo Malaquias
1e9aedc718
deepin.dde-file-manager: 4.8.6.2 -> 4.8.6.4
2019-06-22 09:55:49 -03:00
José Romildo Malaquias
41bbeba160
deepin.dde-dock: 4.9.9 -> 4.10.3
2019-06-22 09:55:49 -03:00
José Romildo Malaquias
cb75ea64c9
deepin.dde-daemon: 3.27.1 -> 3.27.2.5
2019-06-22 09:55:49 -03:00
José Romildo Malaquias
c66f53065c
deepin.dde-api: 3.18.3 -> 3.18.4.1
2019-06-22 09:55:49 -03:00
José Romildo Malaquias
01725fdec8
deepin.dde-calendar: 1.2.6 -> 1.2.10
2019-06-22 09:55:49 -03:00
Pascal Hertleif
ef08f42854
cargo-edit: 0.3.2 -> 0.3.3
2019-06-22 14:35:32 +02:00
Doron Behar
e1ab8ae4a9
sccache: init at 0.2.8
2019-06-22 14:38:00 +03:00
Timo Kaufmann
baa75f0c25
vimPlugins: update ( #63647 )
2019-06-22 12:24:45 +02:00
Daiderd Jordan
811f35d8cd
Merge pull request #63296 from ehamberg/erlang-otp-22
...
Erlang/OTP 22
2019-06-22 11:47:43 +02:00
Erlend Hamberg
19c2979677
erlangR22: init at 22.0.4
2019-06-22 11:01:25 +02:00
Timo Kaufmann
db3fed28e2
python.pkgs.r2pipe: 1.3.1 -> 1.4.1 ( #63646 )
2019-06-22 10:56:46 +02:00
Vladimír Čunát
426028047d
Merge #63637 : gst_all_1.gstreamer: re-enable auto_features
...
In particular this fixes build of gst_all_1.gst-plugins-base
2019-06-22 09:41:09 +02:00
Vladimír Čunát
2873952068
Merge #63640 : thunderbird*: 60.7.1 -> 60.7.2 (security)
...
https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2019-20/
2019-06-22 09:10:56 +02:00
Mario Rodas
45efec3e2c
imgcat: 2.3.0 -> 2.3.1
2019-06-21 22:02:05 -05:00
Mario Rodas
6f40e5d9a2
Merge pull request #63428 from r-ryantm/auto-update/sieve-connect
...
sieve-connect: 0.89 -> 0.90
2019-06-21 20:07:29 -05:00
Jan Malakhovski
c42f3782b0
Revert "Remove amdadlsdk and amdappsdk."
...
This reverts commit 08ea7c7ee2
.
This was a part of #61823 .
Firstly, that commit removed those attributes without removing the files
they refer to, which is strange.
Secondly, I have a very old but GPGPU-capabale AMD card which doesn't work
with newer OpenCL infrastructure and hence needs these packages to do GPGPU.
2019-06-22 00:04:49 +00:00
Daiderd Jordan
ce17e9941f
gst_all_1.gstreamer: re-enable auto_features
2019-06-22 01:12:20 +02:00
Jan Tojnar
9983820e93
haskellPackages.hsdev_0_3_3_1: fix build
2019-06-21 23:33:54 +02:00
Matthew Bauer
987ec8aed4
Merge pull request #63627 from LnL7/darwin-gstreamer
...
gstreamer: fix darwin build
2019-06-21 15:09:56 -04:00
Christian Kögler
5e26875f77
vdr: 2.4.0 -> 2.4.1
2019-06-21 20:52:05 +02:00
Joachim F
a718f72a8e
Merge pull request #63626 from oxij/pkgs/tor-browser-852
...
firefoxPackages.tor-browser: 8.5.0 -> 8.5.2
2019-06-21 18:37:48 +00:00
Joachim Fasting
24434e85f6
tor-browser-bundle-bin: 8.5.1 -> 8.5.3
2019-06-21 20:36:48 +02:00
Daiderd Jordan
2962730b88
gstreamer: fix darwin build
2019-06-21 20:30:05 +02:00
Mario Rodas
ac5952b69b
Merge pull request #63526 from xrelkd/update/eksctl
...
eksctl: 0.1.35 -> 0.1.38
2019-06-21 13:20:41 -05:00
SLNOS
2cec4ca4f4
firefoxPackages.tor-browser: 8.5.0 -> 8.5.2
2019-06-21 17:52:26 +00:00
Timo Kaufmann
a9ea6fe5fb
youtube-dl: 2019.06.08 -> 2019.06.21 ( #63624 )
...
Fixes yet another youtube issue.
2019-06-21 19:46:52 +02:00
xrelkd
b586f11185
eksctl: 0.1.35 -> 0.1.38
2019-06-22 00:49:55 +08:00
Alex Gryzlov
46c5c8c16b
idrisPackages.tparsec: 2018-12-21 -> 2019-06-18
2019-06-21 18:57:15 +03:00
Domen Kožar
5a21a52074
duplicati: 2.0.3.3 -> 2.0.4.5
2019-06-21 17:48:20 +02:00
Matthew Bauer
a33837391a
gstreamer: don’t use libvisual
...
Fixes #63617
2019-06-21 11:29:11 -04:00
Dmitry Kalinkin
bff304c7fe
Revert "python: buildbot-worker: 2.3.0 -> 2.3.1"
...
This reverts commit 67ffa0330a
.
Resolves : #63611
2019-06-21 10:51:21 -04:00
Dmitry Kalinkin
cd1bc95193
Revert "python: buildbot-pkg: 2.3.0 -> 2.3.1"
...
This reverts commit 97e406f53b
.
Resolves : #63611
2019-06-21 10:44:15 -04:00
Dmitry Kalinkin
847f677b56
Revert "python: buildbot: 2.3.0 -> 2.3.1"
...
This reverts commit 038794dd73
.
Resolves : #63611
2019-06-21 10:40:04 -04:00
Johan Thomsen
1fd9ac6ff6
tomcat85: 8.5.35 -> 8.5.42
2019-06-21 15:52:24 +02:00
Johan Thomsen
e62883d5cf
tomcat9: 9.0.13 -> 9.0.21
2019-06-21 15:40:02 +02:00
Michael Raskin
216a0f44e6
Merge pull request #63614 from AluisioASG/updates/libreoffice
...
libreoffice-fresh: 6.2.3.2 -> 6.2.4.2
2019-06-21 12:57:20 +00:00
worldofpeace
8c574b8430
Merge pull request #63420 from lambdaloop/mullvad-new
...
mullvad-vpn: init at 2019.5
2019-06-21 08:54:57 -04:00
taku0
54b64daf14
thunderbird: 60.7.1 -> 60.7.2
2019-06-21 21:46:09 +09:00
taku0
2281a44478
thunderbird-bin: 60.7.1 -> 60.7.2
2019-06-21 21:38:36 +09:00
Aluísio Augusto Silva Gonçalves
50229a5f6f
libreoffice-fresh: 6.2.3.2 -> 6.2.4.2
2019-06-21 09:28:56 -03:00
Pierre Karashchuk
1a94bc5d73
mullvad-vpn: init at 2019.5
2019-06-21 06:59:39 -04:00
Linus Heckemann
b6be4a44d8
Merge pull request #63507 from elseym/plex
...
plex: 1.15.8.1198 -> 1.16.0.1226
2019-06-21 12:54:07 +02:00
Wael Nasreddine
d3157cbede
Merge pull request #63552 from doronbehar/package-pdfcpu
...
pdfcpu: init at 0.1.25
2019-06-20 22:47:06 -07:00
Peter Hoeg
e68986fe9a
Merge pull request #63597 from lilyball/ffsend
...
ffsend: 0.2.46 -> 0.2.48
2019-06-21 11:33:41 +08:00
aszlig
fcf2d5745e
ip2unix: 2.0.1 -> 2.1.0
...
Upstream changes:
* Support AF_INET and AF_INET6 sockets for systemd socket activation.
This basically makes ip2unix generally usable for turning any (not
statically linked) application into systemd socket activated services.
Signed-off-by: aszlig <aszlig@nix.build>
2019-06-21 05:20:19 +02:00
Mario Rodas
282041fb7b
Merge pull request #63340 from r-ryantm/auto-update/pulumi
...
pulumi-bin: 0.17.14 -> 0.17.17
2019-06-20 19:08:33 -05:00
Lily Ballard
68be0c72ee
ffsend: 0.2.46 -> 0.2.48
2019-06-20 17:02:46 -07:00
Florian Klink
2bfec52388
patchwork: 3.11.4 -> 3.14.1
...
This updates patchwork from 3.11.4 to 3.14.1, and uses the appimageTools
machinery to extract the AppImage instead of the wrapper used before.
On top of that, we install a .desktop file, so its available from the
application menu.
2019-06-21 01:53:40 +02:00
Mario Rodas
e0a1c8f003
Merge pull request #63185 from marsam/update-shadwsocks
...
shadowsocks-libev: 3.2.5 -> 3.3.0
2019-06-20 18:40:21 -05:00
José Romildo Malaquias
bc109b19c9
wxGTK31: 3.1.0 -> 3.1.2; use its own derivation
2019-06-20 20:36:17 -03:00
Mario Rodas
d85b0f554b
Merge pull request #63549 from thefloweringash/sensu-go-update
...
sensu-go: 5.9.0 -> 5.10.0
2019-06-20 18:33:44 -05:00
R. RyanTM
893f9090bc
pulumi-bin: 0.17.14 -> 0.17.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions
2019-06-20 18:30:27 -05:00
Mario Rodas
3d22f444ef
Merge pull request #63343 from vdemeester/update-buildah
...
buildah: 1.8.3 -> 1.9.0
2019-06-20 18:22:22 -05:00
Mario Rodas
12e2244711
Merge pull request #63336 from r-ryantm/auto-update/prometheus-cpp
...
prometheus-cpp: 0.6.0 -> 0.7.0
2019-06-20 18:21:06 -05:00
Robert Scott
cd24ce1c0f
samba: 4.10.4 -> 4.10.5
...
Security release fixing CVE-2019-12435 & CVE-2019-12436
2019-06-21 00:08:13 +01:00
worldofpeace
c7b4b3bb16
pantheon.gala: 2018-05-14 -> 2019-05-31
...
Fixes minimize animation in HiDPI monitor
2019-06-20 18:24:46 -04:00
worldofpeace
d72ef07d1e
pantheon.elementary-gtk-theme: 5.2.3 -> 5.2.4
...
https://github.com/elementary/stylesheet/releases/tag/5.2.4
2019-06-20 18:22:46 -04:00
Timo Kaufmann
7792ba9127
python.pkgs.rl-coach: 0.12.0 -> 0.12.1 ( #63590 )
...
Adds support for scipy 1.3 and thereby unbreaks the build.
2019-06-20 23:18:10 +02:00
Vladyslav M
afdcc40a44
cargo-bloat: 0.7.0 -> 0.7.1 ( #63565 )
...
cargo-bloat: 0.7.0 -> 0.7.1
2019-06-20 23:45:28 +03:00
Timo Kaufmann
07b2082b08
python.pkgs.dm-sonnet: update bazel fetch hash ( #63587 )
...
Changed after the bazel 0.26 update.
2019-06-20 22:16:51 +02:00
Matthew Bauer
5662977e35
Merge pull request #62164 from benley/benley/org-packages
...
orgPackages: 2018-12-30 -> 2019-05-27
2019-06-20 15:33:34 -04:00
Alyssa Ross
c154646f5d
Merge pull request #63586 from alyssais/firefox-cve
...
firefox: CVE-2019-11708
2019-06-20 19:30:59 +00:00
Matthew Bauer
04e6a1bb9b
Merge pull request #63081 from caadar/master
...
Improve ZFS Bash completions user expirience
2019-06-20 15:29:03 -04:00
Alyssa Ross
f5cf5c93fe
firefox-devedition-bin: 68.0b11 -> 68.0b12
...
CVE-2019-11708
2019-06-20 19:22:03 +00:00
Alyssa Ross
0364a89042
firefox-beta-bin: 68.0b11 -> 68.0b12
...
CVE-2019-11708
2019-06-20 19:22:02 +00:00
Alyssa Ross
658d00efc9
firefox-bin: 67.0.3 -> 67.0.4
...
CVE-2019-11708
2019-06-20 19:22:00 +00:00
Alyssa Ross
2e8da9d6ec
firefox-esr: 60.7.1esr -> 60.7.2esr
...
CVE-2019-11708
2019-06-20 19:21:59 +00:00
Alyssa Ross
5f69dc425c
firefox: 67.0.3 -> 67.0.4
...
CVE-2019-11708
2019-06-20 19:21:56 +00:00
Doron Behar
60f11a6680
pdfcpu: init at 0.1.25
2019-06-20 22:13:18 +03:00
Doron Behar
f07813f02d
Add maintainer @doronbehar
2019-06-20 22:12:53 +03:00
volth
d42a787417
fix ofborg evaluations broken in #63113
2019-06-20 19:01:58 +00:00
Alyssa Ross
e40fb9167c
Merge pull request #63582 from alyssais/bind
...
bind: 9.14.2 -> 9.14.3 (CVE-2019-6471)
2019-06-20 18:22:57 +00:00
Timo Kaufmann
883725b22f
buildBazelPackage: disable multithreaded fetching
...
To work around https://github.com/bazelbuild/bazel/issues/6502 .
2019-06-20 20:02:51 +02:00
Elis Hirwing
203cfd57d3
Merge pull request #63577 from Ma27/bump-i3lock-pixeled
...
i3lock-pixeled: 1.2.0 -> 1.2.1
2019-06-20 19:49:17 +02:00
Alyssa Ross
5284663c50
bind: 9.14.2 -> 9.14.3
...
CVE-2019-6471
2019-06-20 17:44:06 +00:00
Timo Kaufmann
0cfd90a109
buildBazelPackage: fix directory symlink handling
...
The previous behaviour would work fine as long as `symlink` is a link to
a file. If is a link to a directory though, the new `ln` wouldn't
overwrite it but would create a new link *in that directory* (with the
name of the link source).
Instead, we can precompute the target location, then first remove the
symlink and write the new one in its place.
2019-06-20 18:35:16 +02:00
Maximilian Bosch
e3b569965e
i3lock-pixeled: 1.2.0 -> 1.2.1
2019-06-20 17:58:41 +02:00
Maximilian Bosch
fb6ecef1cc
Merge pull request #63269 from r-ryantm/auto-update/ibus-typing-booster
...
ibus-engines.typing-booster-unwrapped: 2.6.1 -> 2.6.2
2019-06-20 17:52:21 +02:00
Maximilian Bosch
e4fdd21675
Merge pull request #63363 from r-ryantm/auto-update/python3.7-google-i18n-address
...
python37Packages.google-i18n-address: 2.3.4 -> 2.3.5
2019-06-20 17:48:00 +02:00
markuskowa
b8c4769360
Merge pull request #63409 from jbedo/singularity
...
singularity: 3.0.1 -> 3.2.1
2019-06-20 17:00:30 +02:00
Timo Kaufmann
ac28607a03
Merge pull request #63560 from timokau/sage-threejs-r105
...
sage: fix threejs r105
2019-06-20 14:55:13 +02:00
xrelkd
5702d02c38
cargo-bloat: 0.7.0 -> 0.7.1
2019-06-20 20:31:17 +08:00
markuskowa
3947441cb9
Merge pull request #63262 from r-ryantm/auto-update/gromacs
...
gromacs: 2019.2 -> 2019.3
2019-06-20 14:26:02 +02:00
markuskowa
9f79b1eab2
Merge pull request #63475 from r-ryantm/auto-update/zlog
...
zlog: 1.2.12 -> 1.2.14
2019-06-20 14:21:38 +02:00
markuskowa
8cf9342e2f
Merge pull request #63474 from r-ryantm/auto-update/zotero
...
zotero: 5.0.66 -> 5.0.67
2019-06-20 14:20:16 +02:00
Tim Steinbach
38bdc606ab
vivaldi: 2.5.1525.48-1 -> 2.6.1566.40-1
2019-06-20 07:59:43 -04:00
markuskowa
02128a8bb5
Merge pull request #63113 from ck3d/vdr-xineliboutput
...
initial vdr plugin xineliboutput-2.1.0
2019-06-20 13:37:36 +02:00
Niklas Hambüchen
a4c5d37226
gst_all_1.gst-plugins-bad: Fix rtmp dependency
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
46d25e912d
gst_all_1.gst-plugins-bad: Fix gsm dependency
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
95bea55802
gstreamer: 1.15.1 -> 1.16.0
...
Changes needed:
* core: dbghelp disabled as it's not needed
* core: Fixed script not being executable and skipped by patchShebangs
* base: gtk_doc disabled because of wayland symbol error
* ges: Patch removed that was merged upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=794856#c16
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
1a6e572529
gstreamer: 1.14.4 -> 1.15.1, and extended gst-plugins-bad.
...
During the 1.14 -> 1.15 upgrade, lots of stuff stopped working because
gstreamer changed what features are enabled by default and which ones are
automatically turned on/off via pkgconfig dependency detection.
This resulted in the `gstreamer` ("core" attribute in nixpkgs) package
to have only 15 of its previous 163 build targets enabled, and downstream
packages breaking correspondingly.
To ease maintainability and to ensure users will find the expected features
available (and when not, will see in the nix file why not), we now pass
the `-Dauto_features=enabled` Meson build flag to all gstreamer builds,
which sets all `auto` dependencies to `enabled`, and we explicitly disable
those that we can't build.
This means in particular that `gst-plugins-bad` now has vastly more integrations
(namely all for which nixpkgs has libraries available).
2019-06-20 13:36:11 +02:00
Mario Rodas
025fcad11a
Merge pull request #63252 from r-ryantm/auto-update/gallery_dl
...
gallery-dl: 1.8.5 -> 1.8.6
2019-06-20 06:07:57 -05:00
Mario Rodas
233e75fc7b
Merge pull request #63254 from r-ryantm/auto-update/git-secret
...
git-secret: 0.2.5 -> 0.2.6
2019-06-20 06:03:32 -05:00
Mario Rodas
238259947b
Merge pull request #63317 from r-ryantm/auto-update/ocaml4.06.1-ppxfind
...
ocamlPackages.ppxfind: 1.2 -> 1.3
2019-06-20 06:01:20 -05:00
Mario Rodas
98a3818692
Merge pull request #63318 from r-ryantm/auto-update/offlineimap
...
offlineimap: 7.2.3 -> 7.2.4
2019-06-20 05:58:30 -05:00
Mario Rodas
888df4d8c1
Merge pull request #63323 from r-ryantm/auto-update/openvdb
...
openvdb: 6.0.0 -> 6.1.0
2019-06-20 05:57:51 -05:00
Mario Rodas
8f0d6c0666
Merge pull request #63268 from r-ryantm/auto-update/i2pd
...
i2pd: 2.25.0 -> 2.26.0
2019-06-20 05:52:11 -05:00
Timo Kaufmann
9955657209
sage: fix online threejs
2019-06-20 12:50:00 +02:00
Timo Kaufmann
2d78d928cd
sage: backport threejs r100 compatibility
...
https://github.com/NixOS/nixpkgs/issues/62736#issuecomment-503757429
2019-06-20 12:50:00 +02:00
Mario Rodas
5d9924a901
Merge pull request #63272 from r-ryantm/auto-update/ipset
...
ipset: 7.1 -> 7.2
2019-06-20 05:45:15 -05:00
Mario Rodas
4f90ec023f
Merge pull request #63284 from r-ryantm/auto-update/libsolv
...
libsolv: 0.7.4 -> 0.7.5
2019-06-20 05:42:37 -05:00
Mario Rodas
320412c7e3
Merge pull request #63289 from r-ryantm/auto-update/linuxconsoletools
...
linuxConsoleTools: 1.6.0 -> 1.6.1
2019-06-20 05:34:07 -05:00
Mario Rodas
bc738d6c68
Merge pull request #63297 from r-ryantm/auto-update/mergerfs
...
mergerfs: 2.27.1 -> 2.28.1
2019-06-20 05:30:48 -05:00
Mario Rodas
f7e30c4b46
Merge pull request #63313 from r-ryantm/auto-update/nsd
...
nsd: 4.1.27 -> 4.2.0
2019-06-20 05:27:39 -05:00
Jörg Thalheim
18b92aa13b
radare2: 3.5.0 -> 3.5.1 ( #63559 )
...
radare2: 3.5.0 -> 3.5.1
2019-06-20 11:10:31 +01:00
Frederik Rietdijk
e951c42b9a
python: acoustics: 0.2.0.post2 -> 0.2.1
2019-06-20 11:41:54 +02:00
Jörg Thalheim
e06aa9887b
radare2: 3.5.0 -> 3.5.1
2019-06-20 10:24:44 +01:00
zimbatm
10f2815230
Merge pull request #63485 from allowthere/update/caddy-1.0.0
...
caddy: 0.11.4 -> 1.0.0
2019-06-20 09:02:18 +00:00
Lancelot SIX
00078b99ee
Merge pull request #63366 from lsix/django_1_11_21
...
pythonPackages.django: 1.11.20 -> 1.11.21
2019-06-20 11:00:05 +02:00
Lancelot SIX
8516717ecd
Merge pull request #63367 from lsix/django_2_1_9
...
pythonPackages.django_2_1: 2.1.8 -> 2.1.9
2019-06-20 10:59:46 +02:00
José Romildo Malaquias
f0e7c5f569
ocamlPackages.printbox: init at 0.2
2019-06-20 07:29:55 +00:00
José Romildo Malaquias
b8495898df
ocamlPackages.mdx: init at 1.4.0
2019-06-20 07:29:55 +00:00
Vincent Laporte
99fec0eeb3
ocamlPackages.bistro: init at 0.4.0
2019-06-20 07:29:20 +00:00
Bas van Dijk
3e9f9a64d1
Merge pull request #63521 from basvandijk/cargo-graph-0.2.0-d895af1
...
cargo-graph: init at 0.2.0-d895af1
2019-06-20 09:25:02 +02:00
Vladimír Čunát
e48b747d2f
Merge #63547 : luaPackages.luadbi-mysql: Fix linking issue
...
Fixes the prosody test, and it seems very unlikely to break anything.
2019-06-20 08:59:18 +02:00
Michael Raskin
5784f9beb5
Merge pull request #63256 from r-ryantm/auto-update/givaro
...
givaro: 4.1.0 -> 4.1.1
2019-06-20 06:51:23 +00:00
Bas van Dijk
c2f3f169f9
cargo-graph: init at 0.2.0-d895af1
2019-06-20 08:39:00 +02:00
Ryan Mulligan
2f6023bf8a
Merge pull request #63214 from r-ryantm/auto-update/avocode
...
avocode: 3.8.0 -> 3.8.1
2019-06-19 20:35:37 -07:00
Ryan Mulligan
a7a10fd790
Merge pull request #63329 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.1.13 -> 4.1.14
2019-06-19 20:34:05 -07:00
Mario Rodas
9e01aba50f
Merge pull request #63145 from marsam/update-odyssey
...
odyssey: 2019-03-12 -> 1.0rc1
2019-06-19 22:02:24 -05:00
Mario Rodas
043012f80f
Merge pull request #63345 from r-ryantm/auto-update/python3.7-astropy-helpers
...
python37Packages.astropy-helpers: 3.1.1 -> 3.2.1
2019-06-19 21:58:54 -05:00
Mario Rodas
863e4e0525
Merge pull request #63347 from r-ryantm/auto-update/python3.7-astropy
...
python37Packages.astropy: 3.1.2 -> 3.2.1
2019-06-19 21:58:32 -05:00
Mario Rodas
eb092c2c77
Merge pull request #63360 from r-ryantm/auto-update/python3.7-fs
...
python37Packages.fs: 2.4.5 -> 2.4.7
2019-06-19 21:57:36 -05:00
Mario Rodas
a2646b3c92
Merge pull request #62519 from r-ryantm/auto-update/python3.7-cfgv
...
python37Packages.cfgv: 1.6.0 -> 2.0.0
2019-06-19 21:54:51 -05:00
allowthere
90486a9458
caddy is in ${caddy}/bin/caddy
2019-06-20 02:43:38 +00:00
R. RyanTM
956aace12d
python37Packages.astropy: 3.1.2 -> 3.2.1
...
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-astropy/versions
2019-06-19 21:42:06 -05:00
Mario Rodas
b9b86a7f82
Merge pull request #63341 from r-ryantm/auto-update/python3.7-aiorpcx
...
python37Packages.aiorpcx: 0.17.0 -> 0.18.3
2019-06-19 21:37:37 -05:00
R. RyanTM
c514c27b7e
python37Packages.fs: 2.4.5 -> 2.4.8
...
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-fs/versions
2019-06-19 21:34:13 -05:00
Andrew Childs
7bc57d3cb2
sensu-go: 5.9.0 -> 5.10.0
2019-06-20 11:23:46 +09:00
Mario Rodas
b40e84736b
Merge pull request #63242 from marsam/update-sd
...
sd: 0.5.0 -> 0.6.5
2019-06-19 20:53:03 -05:00
Mario Rodas
4f3d04662e
Merge pull request #63524 from doronbehar/rclone-update
...
rclone: 1.47.0 -> 1.48.0
2019-06-19 20:32:06 -05:00
Alexei Robyn
460217d022
luaPackages.luadbi-mysql: Fix linking issue
2019-06-20 11:13:46 +10:00
Aaron Andersen
6675589d6d
Merge pull request #62978 from m-labs/for-upstream
...
amp: init at 2019.06.11
2019-06-19 21:02:59 -04:00
Mario Rodas
076d9d098b
sd: 0.5.0 -> 0.6.5
2019-06-19 19:58:49 -05:00
Mario Rodas
71b7116f12
Merge pull request #63441 from r-ryantm/auto-update/sysstat
...
sysstat: 12.1.4 -> 12.1.5
2019-06-19 19:41:20 -05:00
Mario Rodas
dc62e21cbb
Merge pull request #63471 from r-ryantm/auto-update/xsecurelock
...
xsecurelock: 1.3.1 -> 1.4.0
2019-06-19 19:38:13 -05:00
Mario Rodas
4a38ee5cd6
Merge pull request #63464 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.17 -> 1.5.18
2019-06-19 19:31:47 -05:00
Mario Rodas
fe0d86317c
Merge pull request #63453 from r-ryantm/auto-update/vault
...
vault: 1.1.2 -> 1.1.3
2019-06-19 19:28:17 -05:00
Mario Rodas
8f6a6ab55d
Merge pull request #63461 from r-ryantm/auto-update/wgetpaste
...
wgetpaste: 2.28 -> 2.29
2019-06-19 19:25:13 -05:00
Mario Rodas
0e1bd6ee70
Merge pull request #63412 from marsam/update-ocaml-merlin
...
ocamlPackages.merlin: 3.3.0 -> 3.3.1
2019-06-19 19:22:41 -05:00