WilliButz
619c308c69
grafana: 5.4.2 -> 5.4.3
2019-01-15 19:43:15 +00:00
Cray Elliott
4e4a9babd7
discord: 0.0.5 -> 0.0.7
...
discord now depends on gtk3 instead of gtk2, unfortunately
there is no public changelog, so other changes are unknown
2019-01-15 11:28:13 -08:00
Will Dietz
11590f4526
Merge pull request #53958 from erictapen/scribusUnstable-poppler-fix
...
scribusUnstable: fix build failure from poppler bump
2019-01-15 12:40:33 -06:00
Félix Baylac-Jacqué
57004738b1
bazel: fix python stub paths.
...
Since the 0.21 upgrade, the host `$PATH` is not forwarded anymore by
default to the sandboxes in charge to realize Bazel actions. This
default change broke the `py_binary` rule among other things.
Every python binary is wrapped in a stub in charge to setup the
execution environment. Currently, this stub's shebang points to a
`/usr/bin/env python` which cannot be resolved with the current
`$PATH`.
This results in breaking any build pipeline requiring the use of
python at some point. On top of the incorrect shebang, the stub
template is unable to find the actual python binary using
`SearchPath`.
This PR fixes those two things by re-writing the stub template shebang
to the actual python binary and by substituting the faulty default
python binary lookup to the right one.
2019-01-15 19:25:24 +01:00
Will Dietz
2ea8a2147c
Merge pull request #53974 from dtzWill/update/pkgconf-1.6.0
...
pkgconf: 1.5.4 -> 1.6.0
2019-01-15 12:23:52 -06:00
Jörg Thalheim
8349329617
Merge pull request #53732 from jb55/clightning-0.6.3rc1
...
clightning: 0.6.2 -> 0.6.3
2019-01-15 17:58:48 +00:00
Patrick Mahoney
51a586729a
openfst: relax platform requirement to include darwin
...
This builds on darwin. I was able to use it to compile another package
on darwin that depends on openfst, though I have not done extensive
testing.
2019-01-15 11:29:19 -06:00
Yorick van Pelt
f9a7b5d22e
pg_tmp, ephemeralpg: merge packages
2019-01-15 18:17:12 +01:00
Yorick van Pelt
915a21762b
ephemeralpg: add getopt to wrapped path
...
fixes script on darwin
2019-01-15 18:07:15 +01:00
Jörg Thalheim
89f5fbbdd2
Merge pull request #52733 from tadfisher/master
...
jetbrains: 2018.3.1 -> 2018.3.2
2019-01-15 16:59:19 +00:00
Francesco Gazzetta
ba275b9df0
jl: fix homepage url
2019-01-15 17:20:26 +01:00
Francesco Gazzetta
81e8923186
duktape: update meta urls
2019-01-15 17:18:14 +01:00
Francesco Gazzetta
6305f70dad
gnujump: update homepage link
2019-01-15 17:17:05 +01:00
Vladyslav Mykhailichenko
36c904d637
hexyl: 0.3.1 -> 0.4.0
2019-01-15 17:50:24 +02:00
Will Dietz
15d8f837c6
Merge pull request #53975 from dtzWill/update/aminal-0.8.6
...
aminal: 0.8.5 -> 0.8.6
2019-01-15 07:50:58 -06:00
Tor Hedin Brønner
380bd3b280
Merge pull request #53967 from Ma27/fix-osquery
...
osquery: fix build
2019-01-15 14:34:07 +01:00
Michael Weiss
8d8ed93725
swaylock: init at 1.2
2019-01-15 13:34:18 +01:00
Michael Weiss
813164e0cd
swayidle: init at 1.1
2019-01-15 13:15:37 +01:00
Justin Humm
ac891e9ea6
scribusUnstable: fix build failure from poppler bump
...
Poppler was upgraded in [0] and therefore the build broke, as
poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1].
The patch is intended to be broght upstream and then can be reverted.
[0] 7757e43fcb
[1] ef3ef702bc
2019-01-15 12:47:48 +01:00
Justin Humm
3f0fbc0e56
scribusUnstable: 2018-10-13 -> 2019-01-14
2019-01-15 12:47:47 +01:00
Jörg Thalheim
e8c9962957
Merge pull request #53895 from marsam/fix-python-black
...
pythonPackages.black: fix build
2019-01-15 10:46:32 +00:00
Robert Schütz
d6c86cb4f0
seafile-client: 6.2.9 -> 6.2.10
2019-01-15 11:16:05 +01:00
Robert Schütz
862f762708
seafile-shared: 6.2.9 -> 6.2.10
2019-01-15 11:14:25 +01:00
Enno Lohmeier
034e4a0f56
fava: 1.7 -> 1.9
2019-01-15 10:06:33 +01:00
Gabriel Ebner
49db581e8c
elan: 0.7.1 -> 0.7.2
2019-01-15 10:05:45 +01:00
Austin Seipp
564653f91d
ocamlPackages.zarith: use buildOcaml instead of mkDerivation
...
This has two main advantages:
- By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as part of the library.
- We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.
(Note: this was reverted in b44d5136e8
, but the change is
exactly equivalent -- I wasn't sure what impact zarith might actually
have without checking OfBorg, which I wanted to do first.)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 01:28:11 -06:00
Austin Seipp
b44d5136e8
Revert "ocamlPackages.zarith: use buildOcaml instead of mkDerivation"
...
This reverts commit 9d5a7af4e5
.
2019-01-15 00:35:11 -06:00
Austin Seipp
9d5a7af4e5
ocamlPackages.zarith: use buildOcaml instead of mkDerivation
...
This has two main advantages:
- By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as party of the library.
- We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Austin Seipp
ee3949d720
nextpnr: use qtbase-5.11 instead of 5.12
...
This fixes a bizarre regression in the NextPNR GUI that causes the
background of the OpenGL floorplanning window to become 'transparent' on
certain platforms, greatly limiting its utility. However, QT 5.11 seems
to work just fine here.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Mario Rodas
7412dc5fae
pythonPackages.black: fix build
...
* Add aiohttp to dependencies, because `blackd` requires it.
* Fix darwin build.
2019-01-14 21:26:23 -05:00
Robert Schütz
05fda1f94d
Merge pull request #53865 from jethrokuan/fix/calibre
...
calibre: cssutils -> css-parser
2019-01-15 00:48:52 +01:00
Will Dietz
be445a9074
pythonPackages.munkres: 1.0.6 -> 1.0.12 ( #53971 )
...
* re-enable tests
* fetch from github, no sdist on pypi
2019-01-15 00:24:12 +01:00
Will Dietz
be034bab3b
pythonPackages.pytestrunner: fix homepage ( #53970 )
2019-01-15 00:17:09 +01:00
Robert Schütz
77c6ca2c1a
Merge pull request #52647 from PsyanticY/pipreqs-2
...
pipreqs: init at 0.4.9 | pythonPackage.yarg: init at 0.1.9
2019-01-15 00:10:40 +01:00
nagato.pain
709c6c46b9
pipreqs: init at 0.4.9
2019-01-15 00:06:49 +01:00
nagato.pain
14840a99b1
pythonPackages.yarg: init at 0.1.9
2019-01-15 00:05:26 +01:00
Will Dietz
dd6aae6209
aminal: 0.8.5 -> 0.8.6
...
https://github.com/liamg/aminal/releases/tag/v0.8.6
2019-01-14 16:51:38 -06:00
Will Dietz
357db3250a
pkgconf: 1.5.4 -> 1.6.0
...
https://git.dereferenced.org/pkgconf/pkgconf/src/tag/pkgconf-1.6.0/NEWS
2019-01-14 16:50:45 -06:00
Roman Volosatovs
8b925a8f32
mbed-cli: init at 1.8.3 ( #53954 )
2019-01-14 23:47:12 +01:00
Robert Schütz
80290b95b8
Merge pull request #53947 from m-labs/for-upstream
...
pythonPackages.pyvcd: init at 0.1.4
2019-01-14 23:42:46 +01:00
Maximilian Bosch
65f08fc212
osquery: fix build
...
It seems as without the appropriate linker flag `-lcrypto` the
`libcrypto.sh` can't be found by `ld` which broke one of the linker
processes during compilation.
See also https://hydra.nixos.org/build/87208819
2019-01-14 23:03:50 +01:00
Timo Kaufmann
c74b019ab2
python.pkgs.cypari2: fix build ( #53966 )
...
Broken by a typo in f665828fa3
causing the
sitePackages path to be wrong.
2019-01-14 22:50:27 +01:00
Johannes Frankenau
7788e5d536
darktable: 2.4.4 -> 2.6.0
2019-01-14 22:41:16 +02:00
Michael Weiss
0dc4a9bb50
android-studio: 3.2.1.0 -> 3.3.0.20
...
androidStudioPackages.beta: 3.3.0.19 -> 3.3.0.20
2019-01-14 20:42:04 +01:00
Michael Weiss
0da3f68519
tdesktopPackages.preview: 1.5.4 -> 1.5.7
2019-01-14 20:29:35 +01:00
Jan Tojnar
e0fad4b9c5
pulseeffects: 4.4.5 → 4.4.6
2019-01-14 19:46:57 +01:00
Ryan Mulligan
bbf5f02584
Merge pull request #53519 from r-ryantm/auto-update/twa
...
twa: 1.6.2 -> 1.7.0
2019-01-14 09:20:48 -08:00
Sebastien Bourdeauducq
31cd0f8060
pythonPackages.pyvcd: init at 0.1.4
2019-01-15 00:30:04 +08:00
Pierre-Étienne Meunier
90ed386897
Adding webpack-cli to the node packages
2019-01-14 17:28:26 +02:00
worldofpeace
b22a0829f0
Merge pull request #53727 from marsam/update-shadowsocks-libev
...
shadowsocks-libev: 3.2.0 -> 3.2.3
2019-01-14 10:19:02 -05:00
worldofpeace
9956234c67
Merge pull request #53507 from marsam/update-pytest-rerunfailures
...
pythonPackages.pytest-rerunfailures: 4.2 -> 5.0
2019-01-14 10:16:50 -05:00
Jan Tojnar
01dbf4368d
libcloudproviders: 0.2.5 → 0.3.0
2019-01-14 15:50:32 +01:00
Tim Steinbach
429166fea2
linux: 5.0-rc1 -> 5.0-rc2
2019-01-14 09:24:39 -05:00
Graham Christensen
202bee9391
Merge pull request #53147 from tilpner/abduco-update
...
abduco: 0.6 -> 2018-05-16
2019-01-14 08:37:16 -05:00
worldofpeace
d1e05f6eed
Merge pull request #53929 from nyanloutre/wpscan-update
...
wpscan: 3.4.0 -> 3.4.3
2019-01-14 08:28:32 -05:00
worldofpeace
a76eeb1e0a
Merge pull request #53911 from dtzWill/update/asciinema-2.0.2
...
asciinema: 2.0.1 -> 2.0.2
2019-01-14 08:25:15 -05:00
worldofpeace
66cf8c82ae
asciinema: drop requests
...
See: 4493ad454f
2019-01-14 08:21:50 -05:00
worldofpeace
bc8e15eec4
asciinema: move nose to checkInputs
2019-01-14 08:14:38 -05:00
worldofpeace
d9073ee355
Merge pull request #53928 from nyanloutre/python-qrcode-update
...
pythonPackages.qrcode: 6.0 -> 6.1
2019-01-14 07:33:58 -05:00
Jörg Thalheim
ff0dc34c1d
Merge pull request #48752 from jorsn/new.epson-workforce-635-nx625-series
...
epson-workforce-635-nx625-series: init at 1.0.1
2019-01-14 11:02:02 +00:00
Gabriel Ebner
7f6ca93029
Merge pull request #53900 from dywedir/tokei
...
tokei: 8.0.0 -> 9.0.0
2019-01-14 11:07:46 +01:00
Timo Kaufmann
3dc0a1b7a7
spotify: 1.0.94.262.g3d5c231c-9 -> 1.0.96.181.gf6bc1b6b-12 ( #53930 )
...
spotify now requires "libatk-bridge-2.0.so", which is provided by
at-spi2-atk.
2019-01-14 11:05:13 +01:00
Pascal Wittmann
78269a82f4
Merge pull request #53918 from dtzWill/update/ocrad-0.27
...
ocrad: 0.26 -> 0.27
2019-01-14 10:56:37 +01:00
nyanloutre
fb20a29e72
wpscan: 3.4.0 -> 3.4.3
2019-01-14 10:36:14 +01:00
Edmund Wu
f97baf13b0
blender: fix python
2019-01-14 10:07:27 +01:00
Robert Schütz
43dd721fa3
Merge pull request #53797 from nyanloutre/matrix-synapse-upgrade
...
matrix-synapse: 0.34.0.1 -> 0.34.1.1
2019-01-14 10:03:47 +01:00
Vladyslav M
2090f96417
Merge pull request #53906 from dtzWill/update/direnv-2.19.0
...
direnv: 2.18.2 -> 2.19.0
2019-01-14 11:02:07 +02:00
Frederik Rietdijk
c92eccf629
nvidia_x11: fixup name of stable_415
2019-01-14 09:57:29 +01:00
nyanloutre
4fc689635a
pythonPackages.qrcode: 6.0 -> 6.1
...
This update fixes checks with python 3
2019-01-14 09:54:18 +01:00
Peter Simons
e89bf24a9b
all-cabal-hashes: update to Hackage at 2019-01-14T00:08:02Z
2019-01-14 09:49:56 +01:00
Peter Simons
512bdb02f2
LTS Haskell 13.2
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
e5010211f9
.
2019-01-14 09:48:53 +01:00
Tor Hedin Brønner
9093155aab
Merge pull request #53919 from dtzWill/update/bcachefs-tools-2019-01-13
...
bcachefs-tools: 2018-10-12 -> 2019-01-13 (fix w/attr bump, touchups)
2019-01-14 09:30:53 +01:00
Florian Klink
5c2f09a8a8
Merge pull request #53842 from ajs124/powerdns_ecda
...
powerdns: fix ecdsa support
2019-01-14 09:23:20 +01:00
Will Dietz
c6c38b61a8
bcachefs-tools: 2018-10-12 -> 2019-01-13 (fix w/attr bump, touchups)
2019-01-13 20:45:01 -06:00
Will Dietz
a075573115
ocrad: 0.26 -> 0.27
...
https://lists.gnu.org/archive/html/bug-ocrad/2019-01/msg00000.html
2019-01-13 20:42:14 -06:00
Will Dietz
d79e351079
Merge pull request #53418 from dtzWill/update/pasystray-0.7.1
...
pasystray: 0.7.0 -> 0.7.1, cleanup
2019-01-13 19:51:50 -06:00
Matthew Bauer
2000d62a50
Merge pull request #53605 from matthewbauer/fix-53587
...
mingw: use current package set for headers
2019-01-13 20:12:44 -05:00
Will Dietz
533abe481c
vlc: 3.0.5 -> 3.0.6
...
https://www.videolan.org/news.html#news-2019-01-10
2019-01-13 17:51:30 -06:00
Will Dietz
0e260cae11
source-sans-pro: 2.040 -> 2.045
...
https://github.com/adobe-fonts/source-sans-pro/releases/tag/2.045R-ro%2F1.095R-it
2019-01-13 17:48:35 -06:00
Will Dietz
a611560b26
asciinema: 2.0.1 -> 2.0.2
...
https://github.com/asciinema/asciinema/blob/v2.0.2/CHANGELOG.md#202-2019-01-12
2019-01-13 17:41:43 -06:00
Will Dietz
a3585a6ab9
direnv: 2.18.2 -> 2.19.0
2019-01-13 17:35:00 -06:00
Will Dietz
52d7d5efed
Merge pull request #53655 from dtzWill/update/libunwind-1.3.0
...
libunwind: 1.2.1 -> 1.3.1
2019-01-13 17:23:28 -06:00
Will Dietz
707bfbe124
Merge pull request #53786 from dtzWill/update/aminal-0.8.5
...
aminal: 0.7.12 -> 0.8.5
2019-01-13 17:18:59 -06:00
gnidorah
5285526b0f
pakcs: fix build ( #53281 )
2019-01-13 23:55:40 +01:00
R. RyanTM
22b7449aac
python37Packages.memory_profiler: 0.54.0 -> 0.55.0 ( #53541 )
...
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-memory_profiler/versions
2019-01-13 23:30:50 +01:00
Vladyslav M
8afbd89edb
Merge pull request #53870 from colemickens/fmt-530
...
fmt: 5.2.1 -> 5.3.0
2019-01-14 00:28:45 +02:00
gnidorah
ffbe5aff57
reaper: 5.961 -> 5.965 ( #53880 )
2019-01-13 23:25:47 +01:00
Johannes Frankenau
bebf305c1b
gurobi: 8.0.1 -> 8.1 ( #53884 )
2019-01-13 23:22:55 +01:00
José-Paul D
a0f0687fbf
zoom-us: 2.6.146750.1204 -> 2.6.149990.1216 ( #53145 )
2019-01-13 23:21:29 +01:00
Jörg Thalheim
487d2a7ccd
Revert "rambox: update node deps hash"
...
This reverts commit bf5f85ea2e
.
See bf5f85ea2e (commitcomment-31923547)
2019-01-13 22:18:36 +00:00
Kévin Rauscher
d6fc1163e8
bloop: 1.1.2 -> 1.2.1 ( #53093 )
2019-01-13 23:17:16 +01:00
Vladyslav Mykhailichenko
2e03f923f7
tokei: 8.0.0 -> 9.0.0
2019-01-14 00:06:21 +02:00
Will Dietz
a4badf3a30
trilium: 0.27.3 -> 0.27.4 ( #53784 )
...
https://github.com/zadam/trilium/releases/tag/v0.27.4
2019-01-13 22:59:11 +01:00
Andreas Rammhold
2013d86a5d
Merge pull request #53896 from andir/openssh
...
openssh: apply CVE-2018-20685 patch
2019-01-13 22:45:09 +01:00
R. RyanTM
ac38750e32
ocamlPackages.rope: 0.6 -> 0.6.1 ( #52829 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-rope/versions
2019-01-13 22:39:55 +01:00
R. RyanTM
df3ebbea60
libdsk: 1.5.8 -> 1.5.9 ( #52849 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdsk/versions
2019-01-13 22:39:03 +01:00
R. RyanTM
26b492b207
minimap2: 2.10 -> 2.14 ( #52845 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/minimap2/versions
2019-01-13 22:34:45 +01:00
Mario Rodas
b1957d6428
detect-secrets: 0.11.0 -> 0.11.4 ( #53893 )
2019-01-13 22:31:10 +01:00
R. RyanTM
036ee02fa3
jackett: 0.10.504 -> 0.10.566 ( #53313 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-01-13 22:30:23 +01:00
Jörg Thalheim
6618a0de07
Merge pull request #53428 from Mic92/cloud-print-connector
...
cloud-print-connector: 1.11 -> 1.16
2019-01-13 21:18:39 +00:00