Dmitry Kalinkin
e253fd1a95
ftgl: fix on darwin
2019-02-01 16:53:21 -05:00
Guillaume Massé
453baaeabd
coursier: 1.0.1 -> 1.1.0-M10
2019-02-01 16:26:38 -05:00
Michael Weiss
212e78f7f1
python37Packages.keyutils: 0.5 -> 0.6
...
This also fixes the build for Python 3.7.
2019-02-01 18:37:48 +01:00
Luka Blaskovic
0ae0273803
llvm7: backport patches, fix building rust crates with lto
...
See: https://github.com/rust-lang/rust/issues/57762
(cherry picked from commit c340704bd3
)
2019-02-01 18:24:54 +01:00
Will Dietz
75df522844
Merge #54998 : llvm7: replace patch with official upstream commit
...
(cherry picked from commit 442a74bdf8
)
2019-02-01 18:18:05 +01:00
Alyssa Ross
4e270f979c
Merge pull request #55005 from clacke/racket-full-no-darwin
...
racket: remove x86_64-darwin from platforms
2019-02-01 16:37:30 +00:00
Pascal Wittmann
895bc4cefe
gtk-doc: 1.28 -> 1.29
2019-02-01 17:36:49 +01:00
Vincent Laporte
59949aa55c
Revert "coq-modules: add default to fix eval"
...
This reverts commit e20b65156c
.
2019-02-01 16:02:42 +00:00
Pascal Wittmann
d1e7081596
checkstyle: 8.16 -> 8.17
2019-02-01 16:19:50 +01:00
Claes Wallin (韋嘉誠)
45c0f8956d
racket: mark x86_64-darwin broken
...
It does not build on this platform, and will not do so any time soon.
Closes #53389
2019-02-01 22:53:23 +08:00
Florian Klink
1bbad11da9
odpic: 2.4.2 -> 3.1.0
...
This bumps odpic to 3.1.0 - with the current version in unstable,
python*Packages.cx_oracle fails to compile due to some types missing in
our version of odpic:
```
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DCXO_BUILD_VERSION=7.0.0 -I/nix/store/43lwkzvxwcymshchqhhafr2rnw2kk8ll-odpic-2.4.2/include -I/nix/store/ydk0mfpvn9smcmn72wc9i20slv1d2b79-python3-3.7.2/include/python3.7m -c src/cxoBuffer.c -o build/temp.linux-x86_64-3.7/src/cxoBuffer.o
In file included from src/cxoBuffer.c:17:0:
src/cxoModule.h:372:5: error: unknown type name 'dpiSodaColl'
dpiSodaColl *handle;
^~~~~~~~~~~
src/cxoModule.h:379:5: error: unknown type name 'dpiSodaDb'
dpiSodaDb *handle;
^~~~~~~~~
src/cxoModule.h:386:5: error: unknown type name 'dpiSodaDoc'
dpiSodaDoc *handle;
^~~~~~~~~~
src/cxoModule.h:392:5: error: unknown type name 'dpiSodaDocCursor'
dpiSodaDocCursor *handle;
^~~~~~~~~~~~~~~~
src/cxoModule.h:398:5: error: unknown type name 'dpiSodaOperOptions'
dpiSodaOperOptions options;
^~~~~~~~~~~~~~~~~~
src/cxoModule.h:492:9: error: unknown type name 'dpiSodaColl'; did you mean 'dpiPool'?
dpiSodaColl *handle);
^~~~~~~~~~~
dpiPool
src/cxoModule.h:496:49: error: unknown type name 'dpiSodaDoc'; did you mean 'cxoSodaDoc'?
cxoSodaDoc *cxoSodaDoc_new(cxoSodaDatabase *db, dpiSodaDoc *handle);
^~~~~~~~~~
cxoSodaDoc
src/cxoModule.h:499:9: error: unknown type name 'dpiSodaDocCursor'; did you mean 'cxoSodaDocCursor'?
dpiSodaDocCursor *handle);
^~~~~~~~~~~~~~~~
cxoSodaDocCursor
```
2019-02-01 15:11:56 +01:00
Robert Schütz
62dedf1264
Merge pull request #54934 from dotlambda/keras-preprocessing-1.0.6
...
python.pkgs.keras-preprocessing: 1.0.5 -> 1.0.8
2019-02-01 14:08:42 +01:00
Peter Simons
5649eb713e
Merge pull request #53978 from ElvishJerricco/ghcjs-8.4-8.6-fixes
...
GHCJS: Fix 8.4 and add 8.6
2019-02-01 13:37:02 +01:00
Robert Schütz
902809eac6
python.pkgs.filetype: init at 1.0.2
2019-02-01 13:11:35 +01:00
Mario Rodas
3613654a1f
pyre: 0.0.18 -> 0.0.20
2019-02-01 08:34:35 +00:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
adisbladis
8f58e00226
vgo2nix: unstable-2018-12-02 -> unstable-2019-02-01
2019-02-01 06:19:15 +00:00
adisbladis
affee8aa47
go_1_9: Drop go 1.9
...
Unsupported by upstream
2019-02-01 06:19:14 +00:00
Jörg Thalheim
1321f17bc1
Merge pull request #54580 from plapadoo/gprof2dot-latest
...
gprof2dot: 2015-04-27 -> 2017-09-19
2019-01-31 21:50:39 +00:00
Dmitry Kalinkin
c0d3182f79
Merge pull request #53585 from Scriptkiddi/litecli
...
litecli: init at 1.0.0
2019-01-31 16:05:30 -05:00
Dmitry Kalinkin
f3fe429d44
litecli: fix tests
2019-01-31 15:43:35 -05:00
John Wiegley
7239ffcc3c
coqPackages.equations: 1.2-beta-8.9 for coq_8_9
2019-01-31 11:56:07 -08:00
Herwig Hochleitner
f89f2478b8
pixie: fix build with pypy
2019-01-31 20:06:16 +01:00
Alyssa Ross
cbd63a5517
Merge pull request #52655 from prusnak/dotnet
...
dotnet-sdk: 2.1.402 -> 2.2.103
2019-01-31 18:18:07 +00:00
Alyssa Ross
3ee401f46f
Merge pull request #54979 from smaximov/gem-config-ruby-vips
...
gem-config: add ruby-vips
2019-01-31 18:11:37 +00:00
R. RyanTM
aeb51ab1f2
psc-package: 0.4.2 -> 0.5.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/psc-package/versions
2019-01-31 19:06:04 +01:00
Robert Schütz
451c11f89f
python.pkgs.isbnlib: init at 3.9.4
2019-01-31 19:00:50 +01:00
Vladyslav M
f04f90127a
Merge pull request #54844 from r-ryantm/auto-update/closure-compiler
...
closurecompiler: 20181210 -> 20190121
2019-01-31 19:34:00 +02:00
Sergei Maximov
58f6729e56
Use "${vips}" instead of "${vips.out}"
2019-01-31 18:42:05 +03:00
Matthew Bauer
6182d28cab
Merge pull request #54915 from matthewbauer/rework-android-assert
...
androidenv: move licenseAccepted condition to androidsdk
2019-01-31 10:31:27 -05:00
Mario Rodas
46415c186c
racket: 7.1 -> 7.2 ( #54971 )
2019-01-31 15:06:23 +00:00
Robert Schütz
8a22450530
python.pkgs.astral: 1.9.1 -> 1.9.2
2019-01-31 15:09:10 +01:00
Rob Vermaas
bfc3789f38
julia: add 1.1.0
2019-01-31 14:18:29 +01:00
Sarah Brofeldt
73eb54db18
taffybar: Remove strictDeps and restore overrideAttrs
2019-01-31 13:00:27 +01:00
Robert Schütz
f94e0252f3
Merge pull request #54817 from aszlig/gajim-1.1
...
gajim: 1.0.3 -> 1.1.2
2019-01-31 11:40:01 +01:00
aszlig
120238bcba
pythonPackages.precis-i18n: init at 1.0.0
...
This package is required since Gajim version 1.1.0 and I intentionally
didn't set meta.maintainers because I'm not going to be able to maintain
this package, except if Gajim requires a newer version.
Signed-off-by: aszlig <aszlig@nix.build>
2019-01-31 11:16:18 +01:00
aszlig
9df21abeb3
pythonPackages.nbxmpp: 0.6.8 -> 0.6.9
...
Just a small bugfix release, but required for Gajim 1.1.2.
Upstream fixes:
* Always bind after SM failed
* Dont try and guess system language
Signed-off-by: aszlig <aszlig@nix.build>
Closes: https://github.com/NixOS/nixpkgs/pull/54081
2019-01-31 11:09:48 +01:00
Andreas Rammhold
2f5d37b77b
qt511: 5.11.1 -> 5.11.3
...
This fixes
* CVE-2018-15518, Qt Base: “double free or corruption” in QXmlStreamReader
* CVE-2018-19873, Qt Base: QBmpHandler segfault on malformed BMP file
* CVE-2018-19870, Qt Base: Check for QImage allocation failure in qgifhandler
* CVE-2018-19871, Qt Imageformats: QImage: QTgaFile CPU exhaustion
* CVE-2018-19865, Qt Virtual Keyboard: Qt Virtual Keyboard logs all key presses
* CVE-2018-19869, Qt Svg: Fix crash when parsing malformed url reference
More details can be obtained from the Qt annoucement [1].
[1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-31 11:00:27 +01:00
Robert Schütz
c2707983ec
Merge pull request #54940 from dotlambda/CVE-2019-3498
...
django: CVE-2019-3498
2019-01-31 10:25:34 +01:00
Robert Schütz
864f8321ee
Merge pull request #54893 from nyanloutre/mautrix-telegram
...
mautrix-telegram: init at 0.4.0.post1
2019-01-31 10:24:49 +01:00
Christopher Ostrouchov
518a7b0f8e
pythonPackages.tableaudocumentapi: init at 0.6 ( #54956 )
2019-01-31 10:18:01 +01:00
Sergei Maximov
5aaf8c0e15
gem-config: add ruby-vips
2019-01-31 10:21:55 +03:00
Michael Raskin
2e76049491
lispPackages.quicklisp.quicklispdist: 2018-08-31 -> 2019-01-07
2019-01-31 07:21:30 +01:00
Michael Raskin
fa67afe92b
sbcl: fix uname invocation
2019-01-31 07:21:30 +01:00
Will Dietz
e5a8918909
Merge pull request #54961 from dtzWill/update/lua-setuphook-shoosh-hush-please
...
lua-5 setup-hook: quiet noisy 'cd -' printing path repeatedly
2019-01-30 22:54:33 -06:00
Thomas Tuegel
b61797baf3
Merge pull request #54886 from markuskowa/fix-openblas
...
openblas: make the optimization target overridable
2019-01-30 20:53:36 -06:00
Danylo Hlynskyi
4f8e9e7c9b
Merge pull request #54834 from lsix/enable-qscintilla-py3
...
pythonPackages.qscintilla: enable for pyqt5
2019-01-31 01:53:38 +02:00
Andreas Rammhold
066be85d9d
qt56: fix CVE-2018-{15518,19873,19870,19871,19865,19869}
...
* CVE-2018-15518, Qt Base: “double free or corruption” in QXmlStreamReader
* CVE-2018-19873, Qt Base: QBmpHandler segfault on malformed BMP file
* CVE-2018-19870, Qt Base: Check for QImage allocation failure in qgifhandler
* CVE-2018-19871, Qt Imageformats: QImage: QTgaFile CPU exhaustion
* CVE-2018-19865, Qt Virtual Keyboard: Qt Virtual Keyboard logs all key presses
* CVE-2018-19869, Qt Svg: Fix crash when parsing malformed url reference
More details can be obtained from the Qt annoucement [1].
[1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-31 00:50:29 +01:00
Pavol Rusnak
344b340815
pythonPackages.pyu2f: init at 0.1.4
2019-01-30 23:47:00 +00:00
Andreas Rammhold
295a210a23
qt56.qtvirtualkeyboard: init at 5.6.3
...
This adds the "missing" qtvirtualkeyboard module of qt56. I just add
this so I can apply (& test) the patches for a CVE in the next commit.
This might seem strange but in case anyone decided to add / use this in
the future we are on the safe(r) side.
2019-01-31 00:21:51 +01:00
Kévin Rauscher
e925ec27ba
bloop: 1.2.3 -> 1.2.5 ( #54427 )
2019-01-31 01:20:55 +02:00
Robert Schütz
c6e08579c5
python.pkgs.django_1_8: mark as insecure ( #54937 )
...
Since CVE-2018-14574 and CVE-2019-3498 affect 1.11, it is very likely
they also apply to 1.8. However, Django 1.8 has reached EOL in April
2018 and the patches were not backported.
2019-01-30 23:57:50 +01:00
Andreas Rammhold
66601282cc
qt59.qtvirtualkeyboard: fix CVE-2018-19865
...
CVE-2018-19865 tracks the issue of qtvirtualkeyboard where it logs all
user input. With this commit we are applying the recommended patches
form the upstream project.
More details can be obtained from the Qt annoucement [1].
[1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-30 23:50:48 +01:00
eyjhbb@gmail.com
31c3d157ae
arduino-mk: init at 1.6.0
2019-01-30 23:19:37 +01:00
Lancelot SIX
6c2bb2a3d0
pythonPackages.qscintilla-qt5: init at 2.9.4
2019-01-30 22:37:26 +01:00
Will Dietz
d96dcb66fb
lua-5 setup-hook: quiet noisy 'cd -' printing path repeatedly
2019-01-30 13:55:07 -06:00
Mario Rodas
18ad447b6f
heroku: 7.18.2 -> 7.19.4
2019-01-30 21:18:14 +02:00
Alyssa Ross
f72d26d8dd
Merge pull request #53959 from ejpcmac/update-elixir_1_8
...
elixir_1_8: 1.8.0-rc.1 -> 1.8.1
2019-01-30 18:51:58 +00:00
Pavol Rusnak
929924d946
dotnet-sdk: 2.1.402 -> 2.2.103
2019-01-30 19:46:40 +01:00
Matthew Bauer
bdc7aabb2f
Merge pull request #54898 from matthewbauer/pyspark-fix
...
pyspark: 2.3.2 -> 2.4.0, fix version bounds
2019-01-30 13:30:34 -05:00
Matthew Bauer
c0f82700ee
pyspark: 2.3.2 -> 2.4.0, fix version bounds
...
py4j seems to work fine with this version
2019-01-30 13:29:29 -05:00
Alyssa Ross
60e279e526
Merge pull request #54939 from alyssais/ruby-2.6.1
...
ruby_2_6: 2.6.0 -> 2.6.1
2019-01-30 18:07:37 +00:00
Jean-Philippe Cugnet
2407326fd9
elixir_1_8: 1.8.0-rc.1 -> 1.8.1
2019-01-30 18:40:24 +01:00
Robert Schütz
677f8c1e77
python.pkgs.Keras: remove obsolete postPatch phase
2019-01-30 17:11:20 +01:00
Robert Schütz
071c7e8d53
python.pkgs.keras-preprocessing: 1.0.5 -> 1.0.8
2019-01-30 17:11:11 +01:00
Robert Schütz
0525fa54e8
Merge pull request #54739 from Nadrieril/fix-ffsync
...
Fix firefox sync-server
2019-01-30 16:26:31 +01:00
Nadrieril
957d0589ad
pythonPackages.syncserver: move to all-packages.nix and fix dependencies
2019-01-30 15:59:00 +01:00
Nadrieril
08aa3e7f2e
pythonPackages.tokenserver: add Nadrieril to maintainers
2019-01-30 15:58:58 +01:00
TG ⊗ Θ
ab3d099d30
pythonPackages.serversyncstorage: 1.6.11 -> 1.6.14
2019-01-30 15:58:58 +01:00
TG ⊗ Θ
c1a071dd49
pythonPackages.syncserver: 1.6.0 -> 1.8.0
2019-01-30 15:58:57 +01:00
TG ⊗ Θ
8119e08e34
pythonPackages.mozsvc: 0.8 -> 0.10
2019-01-30 15:58:56 +01:00
Matthieu Coudron
c4519cf8a6
lua: add withPackages function ( #54460 )
...
* lua: add withPackages function
First step towards more automation similar to the haskell backend.
Follow up of https://github.com/NixOS/nixpkgs/pull/33903
2019-01-30 14:13:15 +00:00
Maximilian Bosch
c7001df243
Merge pull request #53650 from Ma27/update-shmig
...
shmig: 2017-07-24 -> 1.0.0
2019-01-30 15:06:59 +01:00
Félix Baylac-Jacqué
a5aca72f93
bazel: 0.21.0 -> 0.22.0
2019-01-30 14:57:32 +01:00
Alyssa Ross
b89c3b952a
ruby_2_6: 2.6.0 -> 2.6.1
2019-01-30 13:47:28 +00:00
Robert Schütz
682b551864
python.pkgs.django_2_0: 2.0.9 -> 2.0.10
...
fixes CVE-2019-3498
2019-01-30 14:46:54 +01:00
Robert Schütz
e79d165d42
python.pkgs.django_1_11: 1.11.17 -> 1.11.18
...
fixes CVE-2019-3498
2019-01-30 14:45:23 +01:00
Enno Lohmeier
c995ad005e
pythonPackages.favicon: init at 0.5.1 ( #54920 )
2019-01-30 14:03:16 +01:00
Enno Lohmeier
edbb9922c4
pythonPackages.django-sesame: init at 1.4 ( #54926 )
2019-01-30 13:59:33 +01:00
Philipp Middendorf
a04e81898c
gprof2dot: 2015-04-27 -> 2017-09-19
2019-01-30 13:32:44 +01:00
Valentin Robert
f5dbe5de07
coqPackages.coq-extensible-records: init at 1.2.0
2019-01-30 11:30:23 +00:00
Will Fancher
0969e91389
Remove GHCJS 8.2
2019-01-30 04:45:41 -05:00
Will Fancher
d2362209c6
Fix aeson on GHC 8.4
2019-01-30 04:44:42 -05:00
Robert Schütz
dfc8ec8da7
Merge pull request #54813 from plapadoo/fdroidserver-update
...
fdroidserver: 2016-05-31 -> 1.1
2019-01-30 10:33:00 +01:00
nyanloutre
9cc5a48329
pythonPackages.telethon-session-sqlalchemy: init at 0.2.5
2019-01-30 09:58:15 +01:00
nyanloutre
351256a9df
pythonPackages.telethon: init at 1.5.4
2019-01-30 09:58:15 +01:00
nyanloutre
7993fa60b8
pythonPackages.mautrix-appservice: init at 0.3.7
2019-01-30 09:58:14 +01:00
Philipp Middendorf
72857e2850
fdroidserver: 2016-05-31 -> 1.1, and move out of pythonPackages
2019-01-30 09:38:37 +01:00
Philipp Middendorf
cdc3ee316f
pythonPackages.androguard: init at 3.3.3
2019-01-30 09:38:36 +01:00
Philipp Middendorf
48377df063
pythonPackages.python-vagrant: init at 0.5.15
2019-01-30 09:38:36 +01:00
Philipp Middendorf
98ff153a95
python3Packages.docker-py: init at 1.10.6
2019-01-30 09:38:36 +01:00
Will Fancher
96360a3a49
GHCJS: Add elvishjerricco as maintainer
2019-01-30 03:24:15 -05:00
Will Fancher
57cb854e42
GHCJS: Add 8.6
2019-01-30 03:22:59 -05:00
Will Fancher
27a48b714d
GHCJS: Fix 8.4 build
2019-01-30 03:22:58 -05:00
Jack Kelly
ff3c60b338
haskellPackages.posix-pty: dontCheck
...
The test program does not exit gracefully.
See https://github.com/merijn/posix-pty/issues/12
2019-01-30 19:00:27 +11:00
Matthew Bauer
9c770c4efa
androidenv: move licenseAccepted condition to androidsdk
...
The NDK can be built without accepting the license.
2019-01-29 21:13:41 -05:00
Florian Klink
853bea47e3
Merge pull request #54504 from andir/firefox65
...
firefox 65
2019-01-30 02:13:53 +01:00
nyanloutre
ee6dd6acb4
pythonPackages.future-fstrings: init at 0.4.5
2019-01-30 01:09:05 +01:00
Michael Raskin
2ecf0b716e
Merge pull request #54902 from tohl/master
...
sbcl updated, tested on nixos x86_64
2019-01-29 23:10:46 +00:00
Robert Schütz
99c025a871
Merge pull request #54233 from clacke/sphinx-argparse
...
pythonPackages.sphinx-argparse: init at 0.2.5
2019-01-29 22:49:23 +01:00
Tomas Hlavaty
6483a5b5b4
sbcl: 1.4.15 -> 1.4.16
2019-01-29 22:26:14 +01:00
Dmitry Kalinkin
c52e9e6080
pythonPackages.pyarrow: redo fix on darwin
2019-01-29 16:19:02 -05:00
Claes Wallin (韋嘉誠)
5cc36ece45
python: sphinx-argparse: init at 0.2.5
2019-01-30 04:50:36 +08:00
Dmitry Kalinkin
571e44b5b8
Merge pull request #54787 from FlorianFranzen/qt59
...
qt59: 5.9.3 -> 5.9.7
2019-01-29 15:43:57 -05:00
Alyssa Ross
eaf0b5e595
defaultGemConfig.tzinfo: fix for >=2.0 ( #54881 )
2019-01-29 20:30:56 +00:00
Andreas Rammhold
604bd482d1
nss: 3.41 -> 3.42
2019-01-29 20:30:42 +01:00
Peter Simons
3b1158c8dd
ghcjs: mark compiler builds as broken
...
These builds have been failing for a long time ...
2019-01-29 20:19:54 +01:00
Peter Simons
f3dc051771
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
01238f97b1
.
2019-01-29 20:19:54 +01:00
Peter Simons
be1cae381f
hackage2nix: disable broken builds on Hydra
...
@gridaphobe: ghc-srcspan-plugin has been broken for quite a while now.
2019-01-29 20:19:53 +01:00
Peter Simons
4a1c5eea97
LTS Haskell 13.5
2019-01-29 20:19:53 +01:00
Graham Christensen
18993b3dd1
elixir: remember where a package is defined
...
A bunch of human-facing things around Nixpkgs depend on knowing where
a package was defined. This PR makes it so ofborg can ping elixir
maintainers.
2019-01-29 12:32:55 -05:00
Robert Schütz
74d1850c0e
openzwave: 2018-11-04 -> 2018-11-13
2019-01-29 16:24:26 +01:00
Will Dietz
851dae4ec9
pythonPackages.fonttools: 3.36.0 -> 3.37.0
2019-01-29 15:00:25 +00:00
Robert Schütz
c1be0483b3
python.pkgs.astral: 1.8 -> 1.9.1
2019-01-29 15:53:13 +01:00
Markus Kowalewski
57c37456db
openblas: make the optimazation target overridable
2019-01-29 14:34:02 +01:00
Philip Patsch
5c6892e1a2
bazel: fix java toolchain regression
...
By changing the default toolchain to JDK8, we broke the default Java
toolchain, which assumes JDK9.
Instead, set `host_java_toolchain` manually for our build of bazel,
and set `java_toolchain` to run the java tests with the build JDK as
well.
Fixes https://github.com/NixOS/nixpkgs/issues/54289
2019-01-29 14:03:54 +01:00
Vladimír Čunát
7e6662a275
Merge #54438 : openssl_1_1: use the same default CA path as 1.0.*
2019-01-29 13:51:55 +01:00
Nathan van Doorn
28097a54f1
metamath: 0.171 -> 0.172
2019-01-29 10:58:21 +00:00
Peter Simons
dd98e07fed
stylish-cabal: fix build with GHC 8.4.x (and clean up overrides)
...
Unfortunately, more recent compiler versions are unable to build this package
because of its dependency on the old haddock-library version.
2019-01-29 10:59:32 +01:00
Peter Simons
dd5acc08db
darcs: drop obsolete overrides
...
Fixes https://github.com/NixOS/nixpkgs/issues/53433 .
2019-01-29 10:23:54 +01:00
Peter Simons
6c8098da26
haskell-tonaparser: disable test suite to avoid infinite recursion
2019-01-29 10:23:54 +01:00
Peter Simons
7aabea02f0
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
c400563a55
.
2019-01-29 10:23:54 +01:00
lewo
2f8896b821
Merge pull request #54810 from vdemeester/update-kustomize
...
kustomize: 1.0.10 -> 1.0.11
2019-01-29 09:39:58 +01:00
Ryan Mulligan
83e4cf53b9
Merge pull request #54766 from r-ryantm/auto-update/now-cli
...
now-cli: 13.0.4 -> 13.1.2
2019-01-28 18:30:42 -08:00
Ryan Mulligan
25e9bfd895
Merge pull request #54710 from r-ryantm/auto-update/python3.7-eradicate
...
python37Packages.eradicate: 0.2.1 -> 1.0
2019-01-28 18:29:34 -08:00
R. RyanTM
ae78ae0fc1
ammonite: 1.6.2 -> 1.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2019-01-28 21:04:14 -05:00
Dmitry Kalinkin
fd75bbccb9
Revert "qt59-qtbase: fix darwin build with clang-5"
...
The fix is already included in Qt 5.9.7
This reverts commit 0bf153f9c0
.
2019-01-28 19:53:52 -05:00
Mateusz Kowalczyk
3115e3dbce
Merge pull request #54832 from r-ryantm/auto-update/gloox
...
gloox: 1.0.21 -> 1.0.22
2019-01-29 09:27:38 +09:00
Silvan Mosberger
d089bd0876
pythonPackages.Wand: Fix evaluation, passthru imagemagick
...
As required by SQLAlchemy-ImageAttach (which doesn't even build
currently though)
2019-01-29 00:46:59 +01:00
Michael Weiss
abbb8219dc
python37Packages.google_api_python_client: 1.7.7 -> 1.7.8
2019-01-29 00:11:06 +01:00
Silvan Mosberger
d4ad10176e
Merge pull request #54689 from r-ryantm/auto-update/python3.7-Wand
...
python37Packages.Wand: 0.4.5 -> 0.5.0
2019-01-28 23:38:53 +01:00
Silvan Mosberger
4ba2d947ff
pythonPackages.Wand: Clean up and switch to imagemagick7
...
http://docs.wand-py.org/en/0.5.0/whatsnew/0.5.html#imagemagick-7-support
2019-01-28 23:34:28 +01:00
Silvan Mosberger
07c3f81aa6
pythonPackages.Wand: Fix imagemagick path
2019-01-28 23:25:01 +01:00
R. RyanTM
86a66fda12
closurecompiler: 20181210 -> 20190121
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/closure-compiler/versions
2019-01-28 13:35:09 -08:00
worldofpeace
c259cbe19f
pythonPackages.textacy: fix build
2019-01-28 20:33:46 +00:00
worldofpeace
e7c0604fb1
pythonPackages.ftfy: enable tests
2019-01-28 20:33:46 +00:00
R. RyanTM
bd0e9bba3d
python37Packages.ftfy: 5.5.0 -> 5.5.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-ftfy/versions
2019-01-28 20:33:46 +00:00
R. RyanTM
eb6df5f186
python37Packages.pysam: 0.15.1 -> 0.15.2
...
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-pysam/versions
2019-01-28 20:08:47 +00:00
R. RyanTM
c5f420381c
python37Packages.pika: 0.12.0 -> 0.13.0
...
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-pika/versions
2019-01-28 20:02:10 +00:00
R. RyanTM
28f95a5b6c
gloox: 1.0.21 -> 1.0.22
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gloox/versions
2019-01-28 11:24:27 -08:00
Silvan Mosberger
45228873f5
Merge pull request #54824 from r-ryantm/auto-update/freetds
...
freetds: 1.00.110 -> 1.00.111
2019-01-28 20:11:36 +01:00
R. RyanTM
da16c2e390
freetds: 1.00.110 -> 1.00.111
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2019-01-28 10:06:19 -08:00
Yorick
83520c308c
buildkite-agent3: 3.0.1 -> 3.8.4 ( #54430 )
2019-01-28 17:31:00 +00:00
worldofpeace
38527866cf
gnome-menus: drop intltool
...
See: 74771e78de/NEWS (L7)
2019-01-28 17:26:13 +00:00
R. RyanTM
e48c7a3a15
gnome-menus: 3.31.3 -> 3.31.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-menus/versions
2019-01-28 17:26:13 +00:00
R. RyanTM
68043a048e
python27Packages.mechanize: 0.3.7 -> 0.4.0 ( #54720 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
2019-01-28 17:49:21 +01:00
R. RyanTM
98c93c84e5
hivex: 1.3.15 -> 1.3.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/hivex/versions
2019-01-28 08:42:33 -08:00
R. RyanTM
f8865ae0be
python37Packages.immutables: 0.6 -> 0.9 ( #54719 )
...
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-immutables/versions
2019-01-28 17:40:52 +01:00
R. RyanTM
0ef85cca2e
lttng-ust: 2.10.2 -> 2.10.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-01-28 16:45:32 +01:00
R. RyanTM
07e06f3e0b
lttng-tools: 2.10.5 -> 2.10.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-01-28 16:44:56 +01:00
Vincent Demeester
f89b4fc4b1
gauge: 1.0.3 -> 1.0.4
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 16:17:54 +01:00
Matthew Bauer
82a1153d6d
coq-modules: add default to fix eval
...
We don’t want these to not even evaluate, otherwise we won’t know why
they’re broken. For now, I’ve left these as the latest version for a
default. In the future, maybe we should be smarter about choosing these.
(cherry picked from commit e20b65156c
)
2019-01-28 10:16:30 -05:00
Vincent Demeester
7df5bb1633
kustomize: 1.0.10 -> 1.0.11
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:46:11 +01:00
Ryan Mulligan
6cfffbd218
Merge pull request #54781 from r-ryantm/auto-update/librime
...
librime: 1.3.2 -> 1.4.0
2019-01-28 05:51:09 -08:00
R. RyanTM
4f832c5ad8
kotlin: 1.3.11 -> 1.3.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2019-01-28 08:34:48 -05:00
R. RyanTM
3334a02738
python37Packages.fonttools: 3.34.2 -> 3.36.0 ( #54722 )
...
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-fonttools/versions
2019-01-28 14:05:29 +01:00
R. RyanTM
2af381973c
librime: 1.3.2 -> 1.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librime/versions
2019-01-28 03:02:50 -08:00
Michael Raskin
545cbf1bc3
Merge pull request #54632 from fare-patches/master
...
Update gambit and gerbil from upstream
2019-01-28 10:33:29 +00:00
Silvan Mosberger
ced7e99841
Merge pull request #54688 from r-ryantm/auto-update/python3.7-texttable
...
python37Packages.texttable: 1.5.0 -> 1.6.0
2019-01-28 10:56:03 +01:00
R. RyanTM
8c2aaf37fd
python37Packages.httpsig: 1.2.0 -> 1.3.0 ( #54724 )
...
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-httpsig/versions
2019-01-28 10:24:13 +01:00
R. RyanTM
0f490eab3e
mill: 0.3.5 -> 0.3.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mill/versions
2019-01-28 01:04:08 -08:00
R. RyanTM
f8f8f5b149
python37Packages.latexcodec: 1.0.5 -> 1.0.6 ( #54735 )
...
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-latexcodec/versions
2019-01-28 09:23:04 +01:00
R. RyanTM
ae33406748
now-cli: 13.0.4 -> 13.1.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/now-cli/versions
2019-01-27 23:46:17 -08:00
Tim Cuthbertson
2d3a53ad6d
pythonPackages.nose_progressive: 1.5.1 -> 1.5.2
2019-01-28 15:18:26 +11:00
Dmitry Kalinkin
e6f2816502
Merge pull request #54611 from veprbl/pr/libsForQt5.poppler_fix
...
libsForQt5.poppler: fix on darwin
2019-01-27 22:01:32 -05:00
Graham Christensen
078d8853cf
Merge pull request #54699 from MikePlayle/master
...
libamqpcpp: 3.0.0 -> 4.1.3
2019-01-27 20:43:23 -05:00
Silvan Mosberger
ddcf01bca6
Merge pull request #53848 from veprbl/pr/qtwebengine_darwin_fix
...
qt511.qtwebengine: fix on darwin
2019-01-28 02:41:53 +01:00
Florian Klink
d5881eb5f0
Merge pull request #54718 from r-ryantm/auto-update/python3.7-astral
...
python37Packages.astral: 1.7.1 -> 1.8
2019-01-28 02:16:35 +01:00
Florian Klink
40ede81f30
Merge pull request #54683 from r-ryantm/auto-update/python3.7-twilio
...
python37Packages.twilio: 6.23.0 -> 6.23.1
2019-01-28 02:16:01 +01:00
Dmitry Kalinkin
56dcf6e1f6
qt5.qtwebengine: refactor to use lib.versionOlder
2019-01-27 19:01:17 -05:00
Shea Levy
15e8d1d314
Merge pull request #52848 from mightybyte/callHackage-variant
...
Add a callHackage variant that doesn't require all-cabal-hashes
2019-01-27 17:13:40 -05:00
Jörg Thalheim
d5f340f59e
Merge pull request #54658 from allowthere/patch-2
...
go: 1.11.4 -> 1.11.5
2019-01-27 20:19:23 +00:00
Will Dietz
2b0108482e
Merge pull request #53916 from dtzWill/update/getdns-1.5.1
...
getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5
2019-01-27 13:33:26 -06:00
Silvan Mosberger
a5c912f7f9
Merge pull request #54008 from palfrey/libnetfilter_acct
...
libnetfilter_acct: init at 1.0.3
2019-01-27 20:28:04 +01:00
Silvan Mosberger
e06af14ce7
Merge pull request #54612 from veprbl/pr/qtkeychain_cleanup
...
qtkeychain: remove CMP0025 hack
2019-01-27 20:23:21 +01:00
Matthew Bauer
8f30e05ce6
Merge pull request #54614 from matthewbauer/libstdcxx
...
libstdcxx: don’t set stdlib automatically
2019-01-27 13:55:27 -05:00
Matthew Bauer
580c675ea9
Merge pull request #53618 from matthewbauer/fix-49206
...
haskell.buildStackProject: use setup hook
2019-01-27 13:54:40 -05:00
R. RyanTM
cd0e669d80
python37Packages.astral: 1.7.1 -> 1.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-astral/versions
2019-01-27 10:52:35 -08:00
Tor Hedin Brønner
b2d0bd4b99
Merge pull request #54664 from r-ryantm/auto-update/totem-pl-parser
...
gnome3.totem-pl-parser: 3.26.1 -> 3.26.2
2019-01-27 19:01:04 +01:00
Silvan Mosberger
fede41404d
Merge pull request #50220 from pbogdan/ffmpeg-cleanup
...
ffmpeg: misc cleanups
2019-01-27 19:00:12 +01:00
Doug Beardsley
0cb5b013c0
Overrides can be passed to callHackageDirect
2019-01-27 12:28:01 -05:00
Jan Tojnar
d06efd2107
Merge pull request #54615 from jtojnar/gtk3-x11
...
gtk3-x11: fix build
2019-01-27 17:54:14 +01:00
Jörg Thalheim
db1d045351
Merge pull request #54705 from r-ryantm/auto-update/python3.7-pydub
...
python37Packages.pydub: 0.23.0 -> 0.23.1
2019-01-27 16:48:48 +00:00
R. RyanTM
22bbac03b5
python37Packages.eradicate: 0.2.1 -> 1.0
...
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-eradicate/versions
2019-01-27 08:43:06 -08:00
Jan Tojnar
6851b8f3da
python.pkgs.pygobject2: fix darwin build
2019-01-27 17:24:53 +01:00
Jan Tojnar
8f217162e7
gtk2-x11: fix darwin build
2019-01-27 17:24:36 +01:00
R. RyanTM
40dd693ba9
python37Packages.pydub: 0.23.0 -> 0.23.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-pydub/versions
2019-01-27 07:53:57 -08:00
R. RyanTM
88fac8aa40
python37Packages.peewee: 3.8.1 -> 3.8.2
...
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-peewee/versions
2019-01-27 15:17:45 +00:00
Jan Tojnar
10a60af7e0
gtk3-x11: fix darwin build
2019-01-27 15:38:18 +01:00
Alyssa Ross
9c2c5eec14
Merge pull request #54640 from alyssais/rbczmq
...
defaultGemConfig.rbczmq: init
2019-01-27 14:31:25 +00:00
Mike Playle
449b7101ff
libamqpcpp: 3.0.0 -> 4.1.3
2019-01-27 14:28:07 +00:00
worldofpeace
23b673bc89
gnome3.totem-pl-parser: remove gmime dependency
...
See: https://gitlab.gnome.org/GNOME/totem-pl-parser/blob/V_3_26_2/NEWS#L4
2019-01-27 06:45:52 -05:00
Gabriel Ebner
022fe62e43
Merge pull request #54687 from r-ryantm/auto-update/python3.7-rlp
...
python37Packages.rlp: 1.0.3 -> 1.1.0
2019-01-27 12:41:11 +01:00
R. RyanTM
9e6241ef69
python37Packages.Wand: 0.4.5 -> 0.5.0
...
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-wand/versions
2019-01-27 03:37:41 -08:00
R. RyanTM
c653e7f6bb
python37Packages.texttable: 1.5.0 -> 1.6.0
...
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-texttable/versions
2019-01-27 03:26:19 -08:00
R. RyanTM
9533ea5a9b
python37Packages.rlp: 1.0.3 -> 1.1.0
...
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-rlp/versions
2019-01-27 03:23:20 -08:00
Vladimír Čunát
eb965a4b38
Revert "hackage-packages.nix: automatic Haskell package set update"
...
This reverts commit c6ff4d6192
.
error: while evaluating anonymous function at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/.gc-of-borg-outpaths.nix:39:12, called from undefined position:
while evaluating anonymous function at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/top-level/release-lib.nix:121:6, called from /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/attrsets.nix:292:43:
while evaluating 'hydraJob' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/customisation.nix:157:14, called from /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/top-level/release-lib.nix:121:14:
while evaluating the attribute 'drvPath' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/customisation.nix:174:13:
while evaluating the attribute 'drvPath' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/lib/customisation.nix:141:13:
while evaluating the attribute 'buildInputs' of the derivation 'tonaparser-0.1.0.0' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/stdenv/generic/make-derivation.nix:185:11:
while evaluating the attribute 'buildInputs' of the derivation 'tonatona-0.1.0.0' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci/pkgs/stdenv/generic/make-derivation.nix:185:11:
infinite recursion encountered, at undefined position
2019-01-27 11:42:40 +01:00
Vladimír Čunát
a687ef9739
go_1_9: mark as insecure (see the parent commit)
...
Upstream only supports two latest releases.
https://github.com/golang/go/issues/29903#issuecomment-457307356
2019-01-27 11:33:57 +01:00
Vladimír Čunát
d32e779ae8
go_1_10: 1.10.7 -> 1.10.8 (security)
...
https://groups.google.com/forum/#!topic/golang-announce/mVeX35iXuSw
https://github.com/NixOS/nixpkgs/pull/54658
2019-01-27 11:29:13 +01:00
R. RyanTM
94f77d993f
python37Packages.twilio: 6.23.0 -> 6.23.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-twilio/versions
2019-01-27 02:17:12 -08:00
Vladimír Čunát
185d88c515
adoptopenjdk-bin: fail in a good way when unsupported
...
It was breaking the tarball job:
https://hydra.nixos.org/build/87863422
2019-01-27 10:46:07 +01:00
Peter Simons
c6ff4d6192
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
48c03b982b
.
2019-01-27 10:26:39 +01:00
Kosyrev Serge
2e5c9ba727
haskell generic-builder.nix: adapt to package config files having more spaces
2019-01-27 10:26:07 +01:00
Kosyrev Serge
ea19a8ed1e
ghcHEAD: update to 8.7
2019-01-27 10:26:07 +01:00
Kosyrev Serge
c92101bc32
ghc-8.6.3-binary
2019-01-27 10:26:07 +01:00
R. RyanTM
d16ccbefad
sundials: 4.0.1 -> 4.0.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2019-01-26 23:43:39 -08:00
Léo Gaspard
0a39cabd11
Merge branch 'pr-54650'
...
* pr-54650:
wabt: 1.0.6 -> 1.0.8
2019-01-27 07:55:16 +01:00
R. RyanTM
c2c552e22f
gnome3.totem-pl-parser: 3.26.1 -> 3.26.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/totem-pl-parser/versions
2019-01-26 20:37:51 -08:00
allowthere
d803da845f
go: 1.11.4 -> 1.11.5
...
https://groups.google.com/forum/#!msg/golang-announce/mVeX35iXuSw/Flp8FX7QEAAJ
We have just released Go 1.11.5 and Go 1.10.8 to address a recently reported security issue. We recommend that all users update to one of these releases (if you’re not sure which, choose Go 1.11.5).
This DoS vulnerability in the crypto/elliptic implementations of the P-521 and P-384 elliptic curves may let an attacker craft inputs that consume excessive amounts of CPU.
These inputs might be delivered via TLS handshakes, X.509 certificates, JWT tokens, ECDH shares or ECDSA signatures. In some cases, if an ECDH private key is reused more than once, the attack can also lead to key recovery.
The issue is CVE-2019-6486 and Go issue golang.org/issue/29903. See the Go issue for more details.
2019-01-27 02:59:44 +00:00
R. RyanTM
68b6efbce9
wabt: 1.0.6 -> 1.0.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/wabt/versions
2019-01-26 17:39:14 -08:00
Piotr Bogdan
c626c85dce
ffmpeg_0: drop
2019-01-27 00:41:18 +00:00
Piotr Bogdan
0fb0af65b0
gst-ffmpeg: drop
2019-01-27 00:41:18 +00:00
Piotr Bogdan
8eeecd653d
ffmpeg_1: drop
2019-01-27 00:41:18 +00:00
Silvan Mosberger
252d20f97d
Merge pull request #53528 from Moredread/medfile/bump
...
medfile: 3.3.1 -> 4.0.0
2019-01-27 00:54:41 +01:00
Jörg Thalheim
ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
...
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Silvan Mosberger
e08aea3bc3
Merge pull request #54091 from r-ryantm/auto-update/python3.7-jellyfish
...
python37Packages.jellyfish: 0.6.1 -> 0.7.1
2019-01-26 23:31:19 +01:00
Silvan Mosberger
0cdab8e3f1
Merge pull request #54079 from r-ryantm/auto-update/python3.7-OWSLib
...
python37Packages.owslib: 0.17.0 -> 0.17.1
2019-01-26 23:20:56 +01:00
Sander van der Burg
287e92ad47
androidenv: Remove unused patch
2019-01-26 23:17:30 +01:00
Silvan Mosberger
186762719b
Merge pull request #54371 from Gerschtli/add/mdl
...
mdl: init at 0.5.0
2019-01-26 22:47:21 +01:00
Robin Palotai
566539ff55
Add test and docs.
2019-01-26 22:22:34 +01:00
Robin Palotai
d3199ddaa7
Add gzip and gnutar to default bazel-bash tools. These are often used by rules, mostly due to Bazel's one-output rule.
2019-01-26 22:22:34 +01:00
Alyssa Ross
b162eb92d3
defaultGemConfig.rbczmq: init
...
Fixes https://github.com/manveru/bundix/issues/42 .
2019-01-26 21:13:57 +00:00
Vladyslav M
d359b5df54
Merge pull request #54633 from srghma/pnpm-fix
...
pnpm: fix build error "unsupported URL Type link"
2019-01-26 22:56:06 +02:00
Sander van der Burg
9130c1d592
androidsdk: fix missing fontconfig library reference when tools version 26.1.x is used
2019-01-26 21:35:18 +01:00
Danylo Hlynskyi
4fb8bc8238
postgresql: cleanup postgis ( #54396 )
...
postgis: cleanup
Another part of https://github.com/NixOS/nixpkgs/pull/38698 , though I did cleanup even more.
Moving docs to separate output should save another 30MB.
I did pin poppler to 0.61 just to be sure GDAL doesn't break again next
time poppler changes internal APIs.
2019-01-26 21:15:43 +02:00
Sergei Khoma
7ea948f912
pnpm: fix build error "unsupported URL Type link"
2019-01-26 19:26:17 +02:00
Francois-Rene Rideau
a737bbd40d
gerbil-unstable: 2018-11-19 -> 2019-01-25
2019-01-26 12:05:55 -05:00
Francois-Rene Rideau
85f84819fc
gerbil: 0.14 -> 0.15
2019-01-26 12:05:54 -05:00
Francois-Rene Rideau
04469284ce
gerbil: use full path for gsc, gxc
2019-01-26 12:05:54 -05:00
Francois-Rene Rideau
83a48f7ac4
gambit-unstable : 2018-11-19 -> 2019-01-18
...
This is actually the same as the stable version 4.9.2.
2019-01-26 12:05:54 -05:00
Francois-Rene Rideau
d9e452d8eb
gambit: 4.9.1 -> 4.9.2
2019-01-26 12:05:54 -05:00
Francois-Rene Rideau
f22db06db6
gambit: bootstrap from gitless tarball
2019-01-26 12:05:53 -05:00
Elis Hirwing
94069a4fd3
Merge pull request #54623 from sephalon/limitlessled
...
pythonPackages.limitlessled: init at 1.1.3
2019-01-26 17:50:49 +01:00
Florian Franzen
776c96272c
qt59: 5.9.3 -> 5.9.7
2019-01-26 17:01:23 +01:00
Stefan Wiehler
3e0088e68f
pythonPackages.limitlessled: init at 1.1.3
2019-01-26 15:02:17 +01:00
Domen Kožar
c71e6fa79b
Merge pull request #54605 from jerith666/elm-unsafe-path-fix
...
elm: fix UnsafePath error downloading dependencies
2019-01-26 19:06:52 +07:00
Elis Hirwing
f3230da9be
Merge pull request #54458 from nthorne/UFTrace_0_9_2
...
uftrace: 0.9.1 -> 0.9.2
2019-01-26 13:05:01 +01:00
Elis Hirwing
8fcf4925c7
Merge pull request #54473 from jdanekrh/packer_1.3.3
...
packer: 1.3.1 -> 1.3.3
2019-01-26 12:59:21 +01:00
Robert Schütz
4506266b4a
platformio: 3.6.2 -> 3.6.4
2019-01-26 12:39:39 +01:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Matthew Bauer
f9ed5e0089
libstdcxx: don’t set stdlib automatically
...
We don’t need to set -stdlib=libstdc++. This only works on Clang so it
is not good to set it globally. In addition, Clang knows to use
libstdc++ on Linux by default if no stdlib is set:
324f918438/lib/Driver/ToolChains/Linux.cpp (L456)
It’s a good policy to just leave off stdlib for now.
Fixes #29877 .
2019-01-26 01:55:57 -05:00
Dmitry Kalinkin
d3466ffbd7
libsForQt5.poppler: fix on darwin
2019-01-25 23:47:48 -05:00
Dmitry Kalinkin
467a23aaed
qtkeychain: remove CMP0025 hack
...
This argument is already set by the cmake setup hook.
2019-01-25 23:32:44 -05:00
Marica Odagaki
0b0958314a
gem-config: add semian
...
Note: on macOS, it works without this config. Testing on Ubuntu/Debian with the parent sha will produce an error about extconf.rb failing to find openssl/sha.h.
2019-01-25 20:18:33 -08:00
Tim Steinbach
9e3db4df2c
toluapp: Fix includes for newer Lua versions
...
See https://github.com/LuaDist/toluapp/pull/2
2019-01-25 22:56:55 -05:00
Joachim F
db478a342c
Merge pull request #52140 from r-ryantm/auto-update/python2.7-ansible-lint
...
ansible-lint: 3.4.23 -> 3.5.1
2019-01-25 17:22:30 +00:00
worldofpeace
4094d4c5b1
pythonPackages.fuzzywuzzy: init at 0.17.0
2019-01-25 10:32:50 -05:00
Joachim F
b189b87550
Merge pull request #54195 from r-ryantm/auto-update/grpc
...
grpc: 1.17.2 -> 1.18.0
2019-01-25 15:31:35 +00:00
Joachim F
9a0b5e029a
Merge pull request #54173 from r-ryantm/auto-update/libqmatrixclient
...
libqmatrixclient: 0.4.1 -> 0.4.2.1
2019-01-25 15:28:47 +00:00
Joachim F
25ca8dc093
Merge pull request #52159 from r-ryantm/auto-update/openshadinglanguage
...
osl: 1.9.10 -> 1.10.2
2019-01-25 15:25:34 +00:00
Jörg Thalheim
8dd8698d2e
Merge pull request #54496 from taku0/adoptopenjdk_11.0.2
...
adoptopenjdk: 11.0.1 -> 11.0.2 (x86_64-linux only) [Security fixes]
2019-01-25 14:38:27 +00:00
Jörg Thalheim
f9e5b73178
Merge pull request #54566 from ChengCat/opam
...
opam: fix issue and upgrade
2019-01-25 14:13:32 +00:00
Peter Simons
e51f959fc7
git-annex: drop obsolete patches
2019-01-25 11:54:30 +01:00
Peter Simons
10a474e74d
git-annex: update sha256 hash for new version 7.20190122
2019-01-25 11:54:30 +01:00
Peter Simons
6ca4fdcf87
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
72a2d5c004
.
2019-01-25 11:54:25 +01:00
Peter Simons
83e3d9ffb9
haskell-HaTeX: enable hydra builds again
2019-01-25 11:54:24 +01:00
Peter Simons
bd898975e9
LTS Haskell 13.4
2019-01-25 11:54:23 +01:00
Robert Schütz
ba9d958adf
Merge pull request #54553 from stigtsp/python/python-gnupg
...
Security Update: pythonPackages.python-gnupg: 0.4.3 -> 0.4.4
2019-01-25 08:00:38 +01:00
Yucheng Zhang
1f433e51b6
opam: 2.0.0 -> 2.0.2
2019-01-25 12:15:16 +08:00
Stig Palmquist
026ec75df5
pythonPackages.python-gnupg: remove name, remove propagatedBuildInputs
2019-01-24 23:18:00 +01:00
Stig Palmquist
464cbda386
pythonPackages.python-gnupg: 0.4.3 -> 0.4.4
...
Fixes CVE-2019-6690:
https://blog.hackeriet.no/cve-2019-6690-python-gnupg-vulnerability/
2019-01-24 23:16:31 +01:00
Kevin Cox
3fe937275d
cargo-web: 0.6.15 -> 0.6.23
2019-01-24 21:35:15 +00:00
Lancelot SIX
12ab4c3303
libLAS: fix build
2019-01-24 22:23:22 +01:00
Jörg Thalheim
6b822897a9
Merge pull request #54501 from eadwu/pythonPackages.faker/1.0.2
...
pythonPackages.faker: 1.0.1 -> 1.0.2
2019-01-24 20:02:02 +00:00
Silvan Mosberger
1b998ce854
Merge pull request #54377 from rnhmjoj/go-mime
...
go: patch missing mimetype database
2019-01-24 19:50:38 +01:00
Jörg Thalheim
2716db1f72
Merge pull request #54548 from mrVanDalo/fix/aarch64-rustc-timeout
...
rustc: mark compileprocess as timeconsuming
2019-01-24 17:53:37 +00:00
Ingolf Wagner
c5f0dbb660
rustc: mark compileprocess as timeconsuming
2019-01-24 18:30:35 +01:00
Michael Weiss
399761ea0a
gpgme: Update the URL for fix-key-expiry.patch
...
The old URL was gone, see:
https://github.com/NixOS/nixpkgs/pull/53693#pullrequestreview-195177688
Thanks @volth :)
2019-01-24 17:24:18 +01:00
Edmund Wu
4ecd09ecb8
pythonPackages.faker: 1.0.1 -> 1.0.2
...
Fixes tests for at least Python 3.6
2019-01-24 08:08:35 -05:00
Michael Weiss
79e699096d
pythonPackages.cryptography_vectors: Add meta-attributes
2019-01-24 11:59:24 +01:00
Robert Schütz
ee82616089
python.pkgs.GitPython: move ddt to propagatedBuildInputs
...
It is listed in requirements.txt, not test-requirements.txt.
2019-01-24 10:27:49 +01:00
Robert Schütz
e138c1e4e8
python.pkgs.GitPython: use patch to specify path to git
2019-01-24 10:27:49 +01:00
Linus Heckemann
f93650448c
Merge pull request #53505 from marsam/update-tmuxp
...
tmuxp: 1.4.2 -> 1.5.0a1
2019-01-24 08:41:38 +01:00
Silvan Mosberger
44a660e54e
Merge pull request #54256 from r-ryantm/auto-update/autoconf-archive
...
autoconf-archive: 2018.03.13 -> 2019.01.06
2019-01-24 01:02:52 +01:00
Silvan Mosberger
89654abe66
Merge pull request #54360 from dtzWill/update/ispc-1.10.0
...
ispc: 1.9.2 -> 1.10.0
2019-01-24 00:43:37 +01:00
Silvan Mosberger
b6da1ca26c
Merge pull request #54400 from veprbl/pr/arrow_0.12.0
...
arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0
2019-01-24 00:42:02 +01:00
worldofpeace
e64fa0d7db
Merge pull request #54132 from r-ryantm/auto-update/python3.7-elasticsearch-dsl
...
python37Packages.elasticsearch-dsl: 6.2.1 -> 6.3.1
2019-01-23 18:29:47 -05:00
Silvan Mosberger
328b0e4933
Merge pull request #54512 from vcunat/p/jemalloc-stripPrefix
...
jemalloc nitpick: better semantics for stripPrefix
2019-01-24 00:19:32 +01:00
Michael Weiss
f88f643659
python37Packages.cryptography: Add meta-attributes
2019-01-24 00:01:31 +01:00
Matthew Bauer
5629e9de9d
Merge pull request #54350 from vkleen/llvm-ppc
...
Support PowerPC in llvm
2019-01-23 17:19:07 -05:00
Michael Weiss
f561acc48e
scons.src: Update the hash (tarball was modified)
...
Unfortunately the tarball was modified for the official release and
"nix-store -r --check $(nix-instantiate -A scons.src)" did not catch
this (not sure why ATM).
Thanks @pbogdan for noticing this :)
2019-01-23 21:21:46 +01:00
Vladimír Čunát
666870d813
jemalloc nitpick: better semantics for stripPrefix
2019-01-23 21:01:59 +01:00
Jörg Thalheim
b3eaad9a27
Merge pull request #53818 from gnidorah/updates
...
update most packages I maintain
2019-01-23 19:19:13 +00:00
Michael Weiss
c2b8270fb8
Merge pull request #54461 from primeos/scons
...
scons: 3.0.3 -> 3.0.4
2019-01-23 19:05:44 +01:00
Michael Weiss
32e7f391fc
scons: 3.0.3 -> 3.0.4
...
Announcement:
https://scons.org/scons-304-is-available.html
Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.4/src/CHANGES.txt
There where no regressions and no deprecations in this release (at least
it does not break any additional builds in nixpkgs).
2019-01-23 18:46:53 +01:00
Jörg Thalheim
20343f0ab4
Merge pull request #52741 from prusnak/python-trezor
...
pythonPackages: trezor: 0.10.2 -> 0.11.1
2019-01-23 13:46:24 +00:00
taku0
3a99772d07
adoptopenjdk: 11.0.1 -> 11.0.2 (x86_64-linux only)
2019-01-23 20:52:02 +09:00
Pavol Rusnak
bdb81a8d29
pythonPackages: trezor: 0.10.2 -> 0.11.1
2019-01-23 11:11:44 +01:00
Eelco Dolstra
04f025a8d4
cyrus-sasl: Fix broken download site
2019-01-23 10:56:25 +01:00
Roger Qiu
8c645b4b8a
pythonPackages.asciimatics: init at 1.10.0 ( #54404 )
2019-01-23 10:31:44 +01:00
Frederik Rietdijk
01efca4a54
Merge pull request #54462 from dotlambda/python-pkgs-remove
...
pythonPackages: remove some packages representing outdated versions
2019-01-23 09:38:40 +01:00
Vincent Laporte
85fe73a573
coqPackages.flocq: 2.6.0 -> {2.6.1, 3.0.0}
2019-01-23 07:45:16 +00:00
Niklas Hambüchen
31981d2cd9
gstreamer: Add srt support to gst-plugins-bad
2019-01-23 01:08:09 +01:00
Niklas Hambüchen
c26f2458d2
srt: init at 1.3.1
2019-01-23 01:08:09 +01:00
Profpatsch
88fa235e63
bazel: camel-case python_bin_path
2019-01-22 21:28:24 +01:00
Philip Patsch
25cd44063f
bazel: add python to the runtime closure
2019-01-22 21:28:24 +01:00
Robert Schütz
fa8ed8380d
Merge pull request #54466 from nyanloutre/electrum-update
...
electrum: 3.2.4 -> 3.3.2 plus new dependencies
2019-01-22 17:28:24 +01:00
Jiri Danek
786ac26b86
packer: 1.3.1 -> 1.3.3
2019-01-22 17:18:51 +01:00
Clemens Fruhwirth
4b7600185c
pythonPackages.aiorpcx: init at 0.10.2
...
Co-authored-by: nyanloutre <paul@nyanlout.re>
2019-01-22 17:04:37 +01:00
Clemens Fruhwirth
6fefd37f63
pythonPackages.aiohttp-socks: init at 0.2.2
...
Co-authored-by: nyanloutre <paul@nyanlout.re>
2019-01-22 17:04:12 +01:00
Robert Schütz
6672304418
python.pkgs.progressbar2: 3.12.0 -> 3.39.2
2019-01-22 16:19:52 +01:00
Robert Schütz
d56611b25b
python.pkgs.python-utils: run tests
2019-01-22 16:19:52 +01:00
Robert Schütz
e5f2cf4af1
python.pkgs.python-utils: use fetchPypi
2019-01-22 16:19:52 +01:00
Frederik Rietdijk
a9a28e9236
pythonPackages.pywal: fix expression
2019-01-22 16:16:59 +01:00
Michael Weiss
d202e8ca52
pythonPackages.mysql-connector: 8.0.13 -> 8.0.14
2019-01-22 12:50:23 +01:00
Robert Schütz
8c57113e14
python.pkgs.argparse: remove
...
argparse is part of stdlib in 2.7 and 3.2+
2019-01-22 12:43:07 +01:00
Robert Schütz
bf3f26a0eb
python.pkgs.pymongo_2_9_1: remove
...
It is no longer used.
2019-01-22 12:05:13 +01:00
Robert Schütz
d53cee4b0b
python.pkgs.pymongo: improve expression
2019-01-22 11:59:25 +01:00
Robert Schütz
7298764b9f
python.pkgs.pygame-git: remove
...
It is broken and no longer used.
2019-01-22 11:26:07 +01:00
Niklas Thorne
3db7afdf40
uftrace: 0.9.1 -> 0.9.2
...
Udated to latest released version.
2019-01-22 09:09:58 +01:00
Matthieu Coudron
15a8719d40
luarocks-nix: init
...
luarocks-nix is a fork of luarocks that adds a "nix" command capable of
converting luarocks package descriptions into nix derivations (though nixpkgs is
still missing the lua infrastructure).
2019-01-22 16:52:43 +09:00
Matthieu Coudron
d7a48fc80d
luarocks: support more usage
...
better support for luarocks in a shell (helpful to develop on luarocks).
Also adds unpacker for src.rock/rockspec files.
Also allows to use luarocks to build cmake based rocks.
2019-01-22 16:52:43 +09:00
worldofpeace
a5de410880
Merge pull request #54261 from MatrixAI/azure-storage
...
azure-storage-python
2019-01-22 05:50:23 +00:00
Roger Qiu
70cd3bef3d
pythonPackages.azure-storage-queue: init at 1.4.0
2019-01-22 16:23:48 +11:00
Roger Qiu
1fa72762c9
pythonPackages.azure-storage-file: init at 1.4.0
2019-01-22 16:23:44 +11:00
Roger Qiu
96c408b770
pythonPackages.azure-storage-blob: init at 1.4.0
2019-01-22 16:21:51 +11:00
Roger Qiu
288407be95
pythonPackages.azure-storage-common: init at 1.4.0
2019-01-22 16:21:27 +11:00
Roger Qiu
878122ed3d
pythonPackages.azure-storage-nspkg: init at 3.1.0
2019-01-22 16:21:00 +11:00
worldofpeace
5476f592c5
Merge pull request #54403 from MatrixAI/grandalf
...
pythonPackages.grandalf: init at 0.6
2019-01-22 03:52:53 +00:00
Roger Qiu
ad7c305fac
pythonPackages.grandalf: init at 0.6
2019-01-22 13:09:44 +11:00
Danylo Hlynskyi
f5836d2d82
python packages: cleanup nanomsg-python
...
@dotlambda has an eagle eye
2019-01-22 01:23:48 +02:00
Ben Gamari
bdc0910e1d
nanomsg-python: init at 1.0.20190114 ( #54075 )
2019-01-22 00:17:21 +02:00
Robert Schütz
2a5e6ad5a2
Merge pull request #54432 from dotlambda/python-pkgs-remove
...
pythonPackages: remove some packages representing outdated versions
2019-01-21 22:48:35 +01:00
Robert Schütz
387d837928
Revert "python: pytest_37: init at 3.7.4" ( #54429 )
...
This reverts commit eb2d56cb27
since python.pkgs.pytest_37 is no longer used.
2019-01-21 22:48:12 +01:00
Jörg Thalheim
615ed6d90a
Merge pull request #53170 from lopsided98/uboot-rockpro64
...
uboot: add RockPro64 support, fix Rock64 build, misc related changes
2019-01-21 20:23:04 +00:00
Vladimír Čunát
6f61d8b0f6
openssl_1_1: use the same default CA path as 1.0.*
...
Fixes https://github.com/NixOS/nixpkgs/issues/54437
2019-01-21 21:15:42 +01:00
Matt McHenry
736fe5ae59
elm: fix UnsafePath error downloading dependencies
2019-01-21 14:44:31 -05:00
Will Dietz
4bbd4243f5
Merge pull request #54408 from dtzWill/fix/smpeg-link-what-you-use
...
smpeg: fix build by linking against libX11 explicitly
2019-01-21 13:26:42 -06:00
R. RyanTM
ed99f399d3
python37Packages.Nuitka: 0.6.0.6 -> 0.6.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-nuitka/versions
2019-01-21 18:56:56 +01:00
Jan Tojnar
c9bd2dee0e
glibmm: fix darwin build
...
(cherry picked from commit 894e617322
)
2019-01-21 18:54:31 +01:00
Tim Steinbach
fad6b012bd
openjdk: 8u192 -> 8u202
2019-01-21 12:19:17 -05:00
Robert Schütz
a27e54848e
python.pkgs.bugwarrior: use default future version
2019-01-21 18:02:56 +01:00
Robert Schütz
b802698873
python.pkgs.pandas_0_17_1: remove
...
It is not used anywhere.
2019-01-21 18:00:06 +01:00
Robert Schütz
862e16117c
python.pkgs.cachetools_1: remove
...
It is not used anywhere and was pointing to version 2.1.0 anyway.
2019-01-21 17:54:31 +01:00
Jörg Thalheim
f9aa74f451
Merge pull request #53886 from tex/tex/dlang
...
DMD to provide libphobos2.so.x.y
2019-01-21 16:29:20 +00:00
Jörg Thalheim
e6af830961
Merge pull request #54412 from mayflower/teeworlds-bump
...
teeworlds: 0.6.5 -> 0.7.2
2019-01-21 15:33:21 +00:00
Tor Hedin Brønner
fffd8900ac
Merge pull request #54393 from marsam/fix-racket-build
...
racket: fix gappsWrapperArgs
2019-01-21 15:36:20 +01:00
Jörg Thalheim
343d07b0b6
radare2: 3.1.3 -> 3.2.1
2019-01-21 14:00:26 +00:00
Maximilian Bosch
f9816bd6b0
Merge pull request #53927 from zaninime/patch-1
...
nexus: 3.14.0-04 -> 3.15.0-01
2019-01-21 14:57:56 +01:00
Domen Kožar
8e30701601
stack2nix: distribute again
2019-01-21 20:40:24 +07:00
Robert Schütz
e23c5ec8f2
Merge pull request #54413 from ivegotasthma/package-python-modules
...
Package multiple python modules
2019-01-21 14:13:06 +01:00
ivegotasthma
2a7bcb7b3d
pythonPackages.braintree: init at 3.50.0
2019-01-21 13:49:58 +01:00
ivegotasthma
6f9eb70c9c
pythonPackages.django-cors-headers: init at 2.4.0
2019-01-21 13:49:54 +01:00
ivegotasthma
f7de6e5fb3
pythonPackages.django-rest-auth: init at 0.9.3
2019-01-21 13:49:49 +01:00
ivegotasthma
40d07176d2
pythonPackages.djangorestframework-jwt: init at 1.11.0
2019-01-21 13:49:19 +01:00
Jan Tojnar
437e478a50
gdl: rename from gnome3.gdl
2019-01-21 12:03:34 +01:00
Linus Heckemann
4c651d1647
bam: 0.4.0 -> 0.5.1, fix licence
2019-01-21 11:34:28 +01:00
Robert Scott
de3b2d1753
pythonPackages.django_reversion: disable checks ( #54379 )
...
these weren't running properly anyway - they assume the availability of a
mysql and/or postgresql database
2019-01-21 11:24:07 +01:00
andrewchambers
99386842ea
pythonPackages.dugong: 3.5 -> 3.7.4 ( #54406 )
2019-01-21 11:13:08 +01:00
Will Dietz
b0ba558f93
pythonPackages.PyChromecast: 2.3.0 -> 2.4.0 ( #54361 )
...
also py2 support was dropped in 2.0 (apparently)
2019-01-21 11:02:54 +01:00