Will Dietz
5c4aed5c8a
llvmPackages_8: rc5 -> 8.0.0 release
2019-03-20 09:56:20 -05:00
Will Dietz
5b30801441
nlohmann_json: 3.5.0 -> 3.6.0
...
https://github.com/nlohmann/json/releases/tag/v3.6.0
2019-03-20 09:50:25 -05:00
Will Dietz
96eda42857
libpqxx: 6.3.3 -> 6.4.0
...
https://github.com/jtv/libpqxx/releases/tag/6.4.0
2019-03-20 09:49:42 -05:00
Graham Christensen
5aaf79d189
purescript: tweak inlined import and usages
...
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:55:48 +02:00
Graham Christensen
7af53c85ed
purescript: add meta information for package
...
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:52:28 +02:00
Graham Christensen
fb39447028
purescript: inline properties used from pkgs
...
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:50:16 +02:00
Andreas Rammhold
84c1b2fbd8
ldb: apply patch for CVE-2019-3824
2019-03-20 14:18:58 +01:00
Sarah Brofeldt
f6e1221e8d
pythonPackages.elasticsearch-curator: Jailbreak click ( #57912 )
2019-03-20 13:30:13 +01:00
Dmitry Kalinkin
399061d3e4
pythonPackages.fastparquet: init at 0.2.1 ( #56027 )
2019-03-20 12:45:58 +01:00
dywedir
997e75e2e3
k6: 0.23.1 -> 0.24.0
2019-03-20 13:42:13 +02:00
Robert Schütz
f088866945
Merge pull request #56193 from nyanloutre/mautrix-update
...
mautrix-telegram: 0.4.0.post1 -> 0.5.0
2019-03-20 12:24:23 +01:00
R. RyanTM
2fd5f716dc
python37Packages.telethon: 1.5.5 -> 1.6.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-telethon/versions
2019-03-20 11:59:18 +01:00
Robert Schütz
f2f577cda9
Merge pull request #57922 from dotlambda/mopidy-iris-3.33.0
...
mopidy-iris: 3.32.5 -> 3.33.0
2019-03-20 11:43:00 +01:00
nyanloutre
0f266d1e4c
pythonPackages.telethon-session-sqlalchemy: 0.2.9.post1 -> 0.2.14
2019-03-20 11:41:58 +01:00
Vincent Laporte
338f5208b3
compcert: fix source
2019-03-20 09:54:51 +00:00
Domen Kožar
49fb21232f
Add nodePackages.elm-doc-preview
2019-03-20 16:44:06 +07:00
Rob Vermaas
c254bb6c70
Merge pull request #57350 from r-ryantm/auto-update/opentracing-cpp
...
opentracing-cpp: 1.5.0 -> 1.5.1
2019-03-20 09:52:41 +01:00
justinwoo
ee1e16453f
purescript: inline referenced derivation
2019-03-20 10:20:05 +02:00
Will Dietz
3e1079da0e
libconfig: 1.5 -> 1.7.2, enable tests
2019-03-19 19:43:41 -05:00
Robert Schütz
a376d3ee09
python.pkgs.pylast: no longer supports python2
2019-03-19 23:37:15 +01:00
justinwoo
0810c406b7
purescript: fix purescript derivation using easy-purescript-nix
...
For the past couple of years, there has continued to be problems with having the PureScript compiler on nixpkgs building from Haskell packages it is not built against in its actual development and release. We have seen this issue come up multiple times here on nixpkgs, but this also causes numerous issues to be filed against the PureScript compiler repository. One example of an exchange that has occurred multiple times in the past: https://github.com/NixOS/nixpkgs/issues/53597 https://github.com/purescript/purescript/issues/3571 . As noted, the PureScript compiler is not on Stackage because it is not meant to be used as a library, and it does not update itself to the latest LTS and cut releases to match LTS releases.
Instead, I have begun maintaining my own derivation for the PureScript compiler (among other tools) in a small project here: https://github.com/justinwoo/easy-purescript-nix . Within are other reference and derivations for other tools commonly used in the PureScript ecosystem, updated to their respective newest releases. These derivations use the same releases that other Linux and OSX users use, along with the standard application of patchELF to provide for runtime dependencies such as zlib, gmp, and ncurses5. These derivations are now used by a variety of NixOS, non-NixOS Linux, and OSX users.
This commit then consumes the easy-purescript-nix derivation for the PureScript compiler and provides it in all-packages for consumption.
2019-03-20 00:36:55 +02:00
Robert Schütz
1ca05690c6
python.pkgs.mt-940: 4.13.0 -> 4.13.2
2019-03-19 22:29:46 +01:00
Alyssa Ross
bc3e7f875e
python3Packages.priority: fix build ( #57807 )
2019-03-19 22:28:54 +01:00
Alyssa Ross
c357b53763
python36Packages.hpack: fix build ( #57808 )
2019-03-19 22:26:32 +01:00
Robert Schütz
d338fc1583
python.pkgs.msrest: fix build on python2
2019-03-19 22:01:54 +01:00
zimbatm
8403965d01
pythonPackages.invoke: patch the default bash path ( #57908 )
...
Use a reasonable path :)
2019-03-19 17:38:55 +01:00
Robert Schütz
0cbe2fa18c
python.pkgs.msrest: cleanup
...
I accidentally pushed fcf74c6
in a premature state.
2019-03-19 16:40:24 +01:00
Robert Schütz
fcf74c6dc0
python.pkgs.msrest: 0.6.2 -> 0.6.4
2019-03-19 16:34:24 +01:00
Robert Schütz
fc172b3590
python.pkgs.aiodns: 1.2.0 -> 2.0.0
2019-03-19 16:34:24 +01:00
Robert Schütz
99cd4a1063
python.pkgs.pycares: 2.4.0 -> 3.0.0
2019-03-19 16:34:24 +01:00
Robert Schütz
5c52dcf1d9
python.pkgs.simpleparse: fix build
2019-03-19 16:34:24 +01:00
Will Dietz
b9045b073d
Merge pull request #57884 from dtzWill/update/libssh2-1.8.1
...
libssh2: 1.8.0 -> 1.8.1 (SECURITY)
2019-03-19 09:31:53 -05:00
Robert Schütz
deb20c14a2
python.pkgs.mecab-python3: correct meta
2019-03-19 15:30:50 +01:00
Robert Schütz
06bcb5c21b
python.pkgs.mecab-python3: fix build
...
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-19 15:28:32 +01:00
Jan Tojnar
f4ffeaf9a5
Merge pull request #57889 from mat8913/flatpak-bubblewrap-paths
...
flatpak: Fix bubblewrap paths for icon-validator
2019-03-19 15:11:29 +01:00
Ryan Mulligan
f4db78b4f2
Merge pull request #57334 from r-ryantm/auto-update/now-cli
...
now-cli: 13.1.2 -> 14.0.3
2019-03-19 07:03:46 -07:00
Will Dietz
d0133e6624
strace: 4.26 -> 5.0
...
https://lists.strace.io/pipermail/strace-devel/2019-March/008672.html
2019-03-19 07:34:55 -05:00
Jörg Thalheim
5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
...
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Robert Schütz
180c68d88a
python.pkgs.cairocffi: make withXcffib work again ( #57855 )
2019-03-19 10:20:05 +01:00
Robert Schütz
271835909e
python.pkgs.aioeventlet: 0.5.1 -> 0.5.2
2019-03-19 10:17:16 +01:00
Robert Schütz
a4a61777e8
python.pkgs.asyncio: remove
...
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00
Robert Schütz
3172140c19
Merge pull request #57724 from dotlambda/pyalgotrade-fix
...
python.pkgs.pyalgotrade: fix build
2019-03-19 09:57:03 +01:00
Robert Schütz
4cf0a12d34
python.pkgs.pyalgotrade: fix build
2019-03-19 09:39:38 +01:00
Robert Schütz
ae5b83683a
python.pkgs.ws4py: enable for all Python versions
2019-03-19 09:39:37 +01:00
Cedric Cellier
913e33897c
ocaml-syslog: init at 1.5
2019-03-19 09:31:12 +01:00
Will Dietz
9e490068ac
catch2: 2.6.0 -> 2.7.0
...
https://github.com/catchorg/Catch2/releases/tag/v2.7.0
https://github.com/catchorg/Catch2/releases/tag/v2.6.1
2019-03-19 00:08:02 -05:00
Matthew Harm Bekkema
f2d6e4ab04
flatpak: Fix bubblewrap paths for icon-validator
...
Otherwise, `flatpak-validate-icon --sandbox` gives error:
bwrap: Can't find source path /etc/ld.so.cache: No such file or directory
2019-03-19 15:57:43 +11:00
Ryan Mulligan
e4c9a026c1
Merge pull request #57844 from vbgl/dune-1.8.2
...
dune: 1.6.2 -> 1.8.2
2019-03-18 19:20:37 -07:00
Will Dietz
efee45b05a
libssh2: 1.8.0 -> 1.8.1 (SECURITY)
...
Release announcement:
https://www.libssh2.org/mail/libssh2-devel-archive-2019-03/0009.shtml
Security info:
https://www.libssh2.org/mail/libssh2-devel-archive-2019-03/0010.shtml
2019-03-18 19:41:55 -05:00
Michael Raskin
0f3146eda7
Merge pull request #56689 from andir/firefox66
...
firefox 65.0.2 -> 66, 60.5.2esr -> 60.6.0esr, firefox-bin: 65.0.2 -> 66.0
2019-03-18 19:12:23 +00:00
Will Dietz
3ff71fcc8b
Merge pull request #57784 from dtzWill/fix/ghc-musl-strdup
...
ghc{822,863}Binary: fix to work w/musl again, __strdup -> strdup
2019-03-18 12:44:08 -05:00
Sarah Brofeldt
379ff387f4
pythonPackages.secretstorage: 3.1.0 -> 3.1.1 ( #57857 )
2019-03-18 17:25:07 +01:00
Andreas Rammhold
b6fff67587
rust-cbindgen: add andir (myself) as maintainer
2019-03-18 17:18:40 +01:00
Andreas Rammhold
f10d6564ea
rust-cbindgen: 0.6.7 -> 0.8.0
2019-03-18 17:18:38 +01:00
Sarah Brofeldt
1222e289b5
Merge pull request #57284 from srhb/jl-monadfail-patch
...
jl: Patch to work with MonadFail GHC 8.6 change
2019-03-18 16:48:53 +01:00
Will Dietz
f9b1a1955b
python3Packages.PyChromecast: 2.5.2 -> 3.0.0 ( #57843 )
2019-03-18 16:09:51 +01:00
Robert Schütz
72e0be2fb7
python3.pkgs.pycaption: fix build
2019-03-18 16:08:49 +01:00
Robert Schütz
ea7885fd7a
python.pkgs.mysqlclient: fix build
...
fallout of https://github.com/NixOS/nixpkgs/pull/54182
fixes https://github.com/NixOS/nixpkgs/issues/57263
2019-03-18 15:57:11 +01:00
Robert Schütz
8ec6905aae
Merge pull request #57745 from dotlambda/csvkit-no-library
...
csvkit: move out of pythonPackages
2019-03-18 15:49:47 +01:00
Vincent Laporte
f23e6ec166
coqPackages.contribs.containers: enable for Coq 8.9
2019-03-18 10:25:58 +01:00
Vincent Laporte
2923bd5d06
coqPackages.coq-simple-io: 0.2 -> 1.0.0
...
coqPackages.QuickChick: 1.0.2 -> 20190311
2019-03-18 09:52:01 +01:00
Maximilian Bosch
341aeb8cf3
hydra: 2019-02-01 -> 2019-03-18
...
Yesterday we had a discussion about several Hydra-related problems in the #nixos
IRC channel[1], as a result a lot of stalled PRs were merged.
I think that we want to use the latest Hydra now as it contains lots of
new fixes and folks mentioned that they want to use a self-hosted
Hydra, so they probably use the `nixpkgs` package rather than the
expressions from `NixOS/hydra`.
Simply moving to 2019-03-18 should be fine for now as Hydra doesn't have
a release model.
[1] https://logs.nix.samueldr.com/nixos/2019-03-17#2048416 ;
2019-03-18 09:49:42 +01:00
Edward Tjörnhammar
07632cbaab
properties-cpp: init at 0.0.1
...
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2019-03-18 09:28:01 +01:00
Will Dietz
93e3eecdb3
ghc*Binary: use $OBJCOPY when invoking objcopy (touchup musl fix)
2019-03-18 02:00:39 -05:00
Vincent Laporte
9af5a9a595
dune: 1.6.2 -> 1.8.2
2019-03-18 04:43:01 +00:00
Vincent Laporte
ff43f0a7b5
ocamlPackages.ocp-index: 1.1.8 -> 1.1.9
2019-03-18 05:39:11 +01:00
Peter Hoeg
017f0e8043
Merge pull request #56334 from peterhoeg/u/shairplay
...
shairplay: 2016-01-01 -> 2018-08-24 and add avahi-compat convenience derivation
2019-03-18 11:29:38 +08:00
Domen Kožar
4c6be1f00c
cachix: use synced, upstream haskell packages
2019-03-18 10:11:27 +07:00
Ryan Mulligan
d4559c372d
Merge pull request #57466 from r-ryantm/auto-update/python3.7-xcffib
...
python37Packages.xcffib: 0.6.0 -> 0.7.0
2019-03-17 18:01:57 -07:00
José Luis Lafuente
c5c31ef91a
clojure: 1.10.411 -> 1.10.442 ( #57788 )
2019-03-18 00:13:11 +01:00
Troels Henriksen
27f7cf2cad
futhark: only wrap the 'futhark' executable
...
Newer versions of Futhark only care about this executable, and the
others are thin wrappers that will go away in a future version.
2019-03-17 22:51:20 +01:00
worldofpeace
d630716229
pythonPackages.rabbitypy: nitpicks
2019-03-17 17:46:39 -04:00
Josef Kemetmüller
2016b37495
pythonPackages.rabbitpy: Fix build
2019-03-17 17:44:36 -04:00
markuskowa
2451207304
Merge pull request #57206 from r-ryantm/auto-update/armadillo
...
armadillo: 9.200.7 -> 9.200.8
2019-03-17 18:27:07 +01:00
Vladyslav M
832eb2559d
buildGoModule: Allow pname attribute ( #57787 )
2019-03-17 09:29:20 -07:00
Alyssa Ross
ad0d1ff6fd
makeDBusConfig: don't allow substitutions
...
This is rebuilt virtually every time a NixOS module is enabled or
disabled, so I don't think it makes sense to have it substituted.
It gets in the way of trivial config changes when I would otherwise be
able to rebuild my system entirely offline.
2019-03-17 16:04:08 +00:00
Robert Schütz
5e39aa231a
csvkit: move out of pythonPackages
...
From https://csvkit.readthedocs.io/en/1.0.3/index.html :
> csvkit is a suite of *command-line tools* for [...]
2019-03-17 16:11:14 +01:00
Robert Schütz
b1454f587e
python.pkgs.agate-excel: 0.2.2 -> 0.2.3
2019-03-17 16:11:02 +01:00
markuskowa
889e0bf512
Merge pull request #57314 from r-ryantm/auto-update/mapnik
...
mapnik: 3.0.21 -> 3.0.22
2019-03-17 14:50:45 +01:00
Ryan Mulligan
4979238e80
Merge pull request #57399 from r-ryantm/auto-update/python3.7-django-cors-headers
...
python37Packages.django-cors-headers: 2.4.0 -> 2.5.0
2019-03-17 06:31:37 -07:00
Alyssa Ross
46026e8247
Merge commit 'refs/pull/57762/head' of https://github.com/NixOS/nixpkgs into master
2019-03-17 10:56:46 +00:00
Will Dietz
9a10434f4d
ghc{822,863}Binary: fix to work w/musl again, __strdup -> strdup
2019-03-17 05:23:11 -05:00
Bjørn Forsman
83d56298aa
lcov: 1.13 -> 1.14
...
No need to set BIN_DIR, MAN_DIR anymore, but have to set LCOV_PERL_PATH
now.
2019-03-17 11:04:02 +01:00
Peter Simons
3447973b9b
xmonad-extras: drop obsolete override
2019-03-17 09:43:14 +01:00
Peter Simons
7c04e3eb75
haskell-arbtt: add build products into $PATH for the check phase
...
Fixes https://github.com/NixOS/nixpkgs/pull/57585 .
2019-03-17 09:43:14 +01:00
Peter Simons
e98e4d21fa
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.2-3-gea0f0ca from Hackage revision
83ddbaad89
.
2019-03-17 09:21:20 +01:00
Michael Peyton Jones
387c513d12
generic Haskell builder: don't copy packages from GHC
...
In order to build the package databases that we will use when compiling
a Haskell package, we iterate over the relevant dependencies, and if
they contain a package db, we copy its contents over.
So far so good, except when one of those dependencies is GHC. This
doesn't happen ordinarily, but it will happen when we construct the
package database for compiling `Setup.hs`. This is compiled for the
build architecture, so we get the build deps, including both the native
and the cross GHC (if there is one).
In this case, we end up copying the packages from the GHC's package
database. This is at best unnecessary, since we will get those packages
from the GHC when we compile with it.
At worst, however, this is semantically questionable. We can end up
having multiple copies of e.g. Cabal with the same version, but
(potentially) different contents. At the moment, GHC will expose one of
these at semi-random depending on which one it looks at "first".
However, there is a MR open [in
GHC](https://gitlab.haskell.org/ghc/ghc/merge_requests/545 ) which as a
side effect will instead expose both, leading to ambiguous module
warnings (which is not unreasonable, since it *is* ambiguous).
So what can we do about it? The simplest solution is just to not copy
the package databases from GHC. GHC is special in this regard, so I
think it's okay to treat it specially.
This PR should have no effect on anything now, but will prevent any
breakage when/if the GHC patch lands.
Closes https://github.com/NixOS/nixpkgs/pull/57706 .
2019-03-17 09:21:20 +01:00
midchildan
410c30077c
ffmpeg-full: add libmfx support with intel-media-sdk
2019-03-17 16:18:38 +09:00
midchildan
d1d3973142
intel-media-sdk: init at 18.4.1
2019-03-17 16:18:37 +09:00
Will Dietz
e37f63daaf
Merge pull request #57540 from dtzWill/update/sqlite-replication-and-dqlite
...
dqlite,sqlite-replication,lxd: updates!
2019-03-17 00:48:18 -05:00
worldofpeace
0125544e2a
bamf: add wrapGAppsHook
2019-03-16 23:10:23 -04:00
Vladyslav M
b9ebc84f8d
yarn: 1.14.0 -> 1.15.2 ( #57727 )
2019-03-17 00:32:18 +01:00
Sarah Brofeldt
44b5166f91
Merge pull request #57760 from LinArcX/jcal
...
jcal: init at 0.4.1
2019-03-16 22:35:48 +01:00
8084
554d745d67
fixed licenses
2019-03-17 00:28:23 +03:00
Timo Kaufmann
e6fc8c7ac3
Merge pull request #57764 from timokau/pyzmq-upgrade
...
python.pkgs.pyzmq: 17.1.3 -> 18.0.1, disable flaky test
2019-03-16 21:22:44 +00:00
linarcx
c3e17e7d76
jcal: init at 0.4.1
2019-03-17 00:42:40 +03:30
Peter Simons
26073f4a8d
vaultenv: disable broken build
...
(cherry picked from commit 3642a3a69ccd92ce5baa3fcf48580f8e4a9e5753)
2019-03-16 20:31:23 +01:00
Peter Simons
bdd4e11278
haskell-pandoc: update overrides for the new 2.7.1 version
...
(cherry picked from commit 96c7ea5f6d1b9d41afcdcac1b156813013a5d04d)
2019-03-16 20:31:23 +01:00
Peter Simons
b514a6d351
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.2-3-gea0f0ca from Hackage revision
faa5a059ee
.
2019-03-16 20:31:23 +01:00
Peter Simons
2df9351953
LTS Haskell 13.13
...
(cherry picked from commit fee2f975ecd5a478f5a4fc60b4d6aaa53696e19e)
2019-03-16 20:30:58 +01:00
Peter Simons
93e4a90502
ghc: switch our default compiler to version 8.6.4
...
Also, drop obsolete 8.6.x minor releases 8.6.1, 8.6.2, and 8.6.3.
(cherry picked from commit 7fde42b8ebddbd673342b98d9d7c892a0c521583)
2019-03-16 20:30:58 +01:00
8084
3cfda8c3c2
retext: init at 7.0.4
2019-03-16 22:20:59 +03:00
Timo Kaufmann
4f2d842a98
python.pkgs.pyzmq: disable flaky test
...
Recently failed on staging.
2019-03-16 19:46:04 +01:00
Timo Kaufmann
92ed05be3b
python.pkgs.pyzmq: 17.1.3 -> 18.0.1
2019-03-16 19:46:04 +01:00
Sarah Brofeldt
106db715f9
Merge pull request #57756 from marsam/update-brakeman
...
brakeman: 4.4.0 -> 4.5.0
2019-03-16 19:31:49 +01:00
Sarah Brofeldt
6d9649528c
Merge pull request #55002 from clacke/racket-gl
...
racket: add libGL and libGLU to libPath
2019-03-16 19:27:50 +01:00
Mario Rodas
342773c78c
ruby_2_6: 2.6.1 -> 2.6.2
2019-03-16 12:41:28 -05:00
Mario Rodas
cadc359a0a
ruby_2_5: 2.5.3 -> 2.5.5
2019-03-16 12:40:51 -05:00
Mario Rodas
69d80d7d21
ruby: update RVM patchsets
2019-03-16 12:36:22 -05:00
Mario Rodas
69756b8bbb
flow: 0.94.0 -> 0.95.1
2019-03-16 12:21:57 -05:00
Mario Rodas
ad219bcbc6
brakeman: 4.4.0 -> 4.5.0
2019-03-16 12:20:30 -05:00
Peter Simons
17c62c98d3
Merge pull request #57587 from erictapen/hakyll-pandoc-bump
...
haskellPackages.hakyll: bump pandoc dependency to 2.7
2019-03-16 13:47:33 +01:00
Tom Fitzhenry
6bae07337e
Remove libfreetype.so from adoptopenjdk's derivation.
...
This caused some reverse dependencies of adoptopenjdk to depend on
adoptopenjdk's libfreetype, rather than the NixOS
libfreetype. For example: https://github.com/NixOS/nixpkgs/issues/57733
Now the derivation does not contain libfreetype.so . The JRE links to
nixpkg's freetype:
$ ldd /nix/store/9iyxm1nkn35xhjgri041r980z4p5ls5g-adoptopenjdk-hotspot-bin-11.0.2/lib/libfontmanager.so | grep -i freetype
libfreetype.so => /nix/store/ycbkq39cngzx19j829qzgdnw3mx3z78g-freetype-2.9.1/lib/libfreetype.so (0x0000795e30702000)
2019-03-16 22:43:47 +11:00
Joachim Breitner
c1eeb8f3ab
Import cross-compilation patch for clock
...
taken form https://github.com/input-output-hk/iohk-nix/blob/master/patches/clock-0.7.2.patch
2019-03-16 11:32:39 +01:00
Robert Schütz
f7156588b2
python.pkgs.PyICU: fix build
...
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-16 09:50:29 +01:00
xeji
b18d76628a
Merge pull request #57451 from r-ryantm/auto-update/python3.7-QtAwesome
...
python37Packages.qtawesome: 0.5.6 -> 0.5.7
2019-03-15 23:45:15 +01:00
R. RyanTM
734341104c
python37Packages.radio_beam: 0.2 -> 0.3.1 ( #57450 )
...
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-radio_beam/versions
2019-03-15 23:29:49 +01:00
R. RyanTM
99f9563830
ocamlPackages.resource-pooling: 0.5.2 -> 0.6 ( #55237 )
...
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-resource-pooling/versions
2019-03-15 23:27:24 +01:00
R. RyanTM
49b9040354
hyperscan: 5.0.0 -> 5.1.0 ( #55303 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyperscan/versions
2019-03-15 23:17:15 +01:00
xeji
d1589cdd37
Merge pull request #56614 from r-ryantm/auto-update/closure-compiler
...
closurecompiler: 20190121 -> 20190215
2019-03-15 23:08:19 +01:00
Robert Schütz
0866dd09e9
Merge pull request #57705 from terlar/add-python-package-google-auth-oauthlib
...
pythonPackages.google-auth-oauthlib: init at 0.2.0
2019-03-15 22:47:18 +01:00
Robert Schütz
8c594fc8b3
python.pkgs.ordered-set: fix build
2019-03-15 22:28:37 +01:00
Terje Larsen
44fcb4aa13
pythonPackages.google-auth-oauthlib: init at 0.2.0
...
Fix #57022
2019-03-15 22:26:53 +01:00
Robert Schütz
790b92739d
python.pkgs.robotframework-tools: fix build, mark as broken on Python 3
2019-03-15 22:12:47 +01:00
Robert Schütz
b5ddc8f377
python.pkgs.moretools: fix build
2019-03-15 22:12:47 +01:00
Robert Schütz
8eee646d96
python.pkgs.zetup: fix build
2019-03-15 22:12:47 +01:00
R. RyanTM
a2c49a7f13
thrift: 0.11.0 -> 0.12.0 ( #53509 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thrift/versions
2019-03-15 21:52:49 +01:00
Orivej Desh
caa5ad4327
xxHash: 0.6.5 -> 0.7.0
2019-03-15 20:32:16 +00:00
R. RyanTM
0c32653a61
python37Packages.keepkey: 4.0.2 -> 6.0.2 ( #55202 )
...
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-keepkey/versions
2019-03-15 20:58:32 +01:00
R. RyanTM
566d0aedd9
yarn: 1.13.0 -> 1.14.0 ( #55135 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yarn/versions
2019-03-15 20:48:32 +01:00
Matthew Bauer
d3dd0875ed
Merge pull request #56226 from marsam/nodejs-install-npm-manpages
...
nodejs: Install npm manpages
2019-03-15 15:32:10 -04:00
Matthew Bauer
6d52e26818
Merge pull request #56792 from timor/libdwarf-dwarfdump-zlib
...
libdwarf: add zlib to buildInputs
2019-03-15 15:28:47 -04:00
jacereda
412a25e74b
nodejs: fix gyp errors when building scuttlebot on Darwin ( #57632 )
...
* nodejs: fix gyp errors when building scuttlebot
* nodejs-slim: fix build on Darwin
2019-03-15 15:23:50 -04:00
Robert Schütz
b1ad192bf9
python3.pkgs.google-music-utils: 2.0.0 -> 2.1.0
2019-03-15 20:17:45 +01:00
Robert Schütz
f06bec0e65
python3.pkgs.google-music: fix build
2019-03-15 20:17:45 +01:00
Robert Schütz
2f3edc1736
python3.pkgs.audio-metadata: fix build
2019-03-15 20:17:45 +01:00
Robert Schütz
7b045cd31b
python.pkgs.click-default-group: use pytest_3
2019-03-15 20:17:45 +01:00
Vincent Laporte
fc32780cdf
coqPackages.coq-ext-lib: 0.10.0 -> 0.10.1
2019-03-15 18:45:01 +01:00
R. RyanTM
3891f5b9af
python37Packages.xlsx2csv: 0.7.4 -> 0.7.5 ( #57468 )
...
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-xlsx2csv/versions
2019-03-15 18:05:15 +01:00
R. RyanTM
db845e871c
python37Packages.pytest-django: 3.4.7 -> 3.4.8 ( #57440 )
...
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-pytest-django/versions
2019-03-15 17:53:14 +01:00
Robert Schütz
9905de73a4
python.pkgs.django_guardian: broken on Python 2.7
...
See https://github.com/django-guardian/django-guardian/pull/605 .
2019-03-15 17:50:39 +01:00
Robert Schütz
6e49276182
python.pkgs.django_guardian: simplify expression
2019-03-15 17:50:39 +01:00
R. RyanTM
dc7bddbb89
python37Packages.snuggs: 1.4.2 -> 1.4.3 ( #57458 )
...
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-snuggs/versions
2019-03-15 17:30:23 +01:00
Robert Schütz
f704bee09b
python.pkgs.rasterio: fix build
...
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-15 17:26:37 +01:00
Robert Schütz
1bec0ba530
Merge pull request #57453 from r-ryantm/auto-update/python3.7-rply
...
python37Packages.rply: 0.7.6 -> 0.7.7
2019-03-15 17:19:52 +01:00
R. RyanTM
03bb0583d5
python37Packages.python-gitlab: 1.7.0 -> 1.8.0 ( #57443 )
...
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-python-gitlab/versions
2019-03-15 17:18:51 +01:00
R. RyanTM
40a1273be1
python37Packages.stevedore: 1.30.0 -> 1.30.1 ( #57459 )
...
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-stevedore/versions
2019-03-15 17:13:53 +01:00
Robert Schütz
d5adfca07f
python.pkgs.rply: use propagatedBuildInputs
2019-03-15 17:13:17 +01:00
Robert Schütz
739cf7d8ed
python.pkgs.restructuredtext_lint: does not support Python 3.7 yet
2019-03-15 17:09:03 +01:00
R. RyanTM
485035dda0
eccodes: 2.10.0 -> 2.12.0 ( #56633 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eccodes/versions
2019-03-15 17:04:35 +01:00
Robert Schütz
fa1ada0612
python.pkgs.subliminal: improve expression
2019-03-15 17:01:14 +01:00
Robert Schütz
acad55399a
python.pkgs.pysrt: use buildPythonPackage and checkInputs
2019-03-15 17:01:14 +01:00
R. RyanTM
ba269fce41
python37Packages.tldextract: 2.2.0 -> 2.2.1 ( #57464 )
...
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-tldextract/versions
2019-03-15 16:48:08 +01:00
Robert Schütz
d50fe701af
Merge pull request #55711 from smaret/aplpy
...
pythonPackages.aplpy: init at 2.0.3
2019-03-15 16:36:03 +01:00
Sébastien Maret
16fbffa6df
pythonPackages.aplpy: init at 2.0.3
2019-03-15 14:42:01 +01:00
Sébastien Maret
646eb81a37
pythonPackages.pyregion: init at 2.0
2019-03-15 14:42:00 +01:00
Sébastien Maret
50124a62c8
pythonPackages.pyavm: init at 0.9.4
2019-03-15 14:41:49 +01:00
Stefan Fehrenbach
b0351c0eb9
Remove obsolete workaround that breaks chell 0.5
2019-03-15 12:07:41 +00:00
Robert Schütz
771272356c
python3.pkgs.pyhomematic: 0.1.57 -> 0.1.58
2019-03-15 10:34:32 +01:00
Robert Schütz
01a7acf382
python3.pkgs.netdisco: 2.3.0 -> 2.5.0
2019-03-15 10:33:50 +01:00
Robert Schütz
6339f0b791
Merge pull request #57653 from worldofpeace/google-api-python-client
...
pythonPackages.weboob: add pyqt5 as native input
2019-03-15 10:21:24 +01:00
worldofpeace
fb2af2a574
python.pkgs.google_api_python_client: conditionally override for python2.7
2019-03-15 10:17:14 +01:00
Pascal Wittmann
66504c0671
Merge pull request #57129 from NixOS/fix-haskellPackages-xattr
...
haskellPackages.xattr: fix build with attr-2.4.48 (see #53716 )
2019-03-15 09:08:41 +01:00
Ryan Mulligan
2e76e35df6
Merge pull request #53422 from leenaars/bang
...
pythonPackages.dockerfile-parse: init at 0.0.13
2019-03-14 15:48:42 -07:00
Wael Nasreddine
a0e4f44006
Merge pull request #57080 from kalbasit/nixpkgs_create-build-go-module
...
buildGoModule: building Go binaries in two phases
2019-03-14 15:12:51 -07:00
Jos van Bakel
2c4e220e71
pythonPackages.pyrr: 0.10.1 -> 0.10.2 ( #57661 )
2019-03-14 22:19:48 +01:00
Michael Raskin
6553ae0fff
Merge pull request #57640 from oxij/tree/typos
...
treewide: fix some typos
2019-03-14 21:08:33 +00:00
Dmitry Kalinkin
0b3975038f
Merge pull request #56990 from status-im/nsis
...
nsis: init at 3.04
2019-03-14 16:57:01 -04:00
Pedro Pombeiro
ab9f31114b
nsis: use sourceforge mirrors
2019-03-14 20:32:53 +01:00
Will Dietz
3e7e61f334
Merge pull request #57543 from dtzWill/update/llvm8-rc5
...
llvmPackages_8: rc2 -> rc5
2019-03-14 14:19:51 -05:00
Will Dietz
4c024d6368
Merge pull request #57349 from dtzWill/update/libcmis-0.5.2
...
libcmis: 0.5.0 -> 0.5.2, new home, fix and enable tests + man
2019-03-14 14:17:59 -05:00
Alex Branham
8dcba2b842
R: update CRAN and Bioconductor package sets
...
Closes https://github.com/NixOS/nixpkgs/pull/57423 .
2019-03-14 19:50:37 +01:00
Wael M. Nasreddine
d45408bd48
mod: init at 0.2.0
2019-03-14 11:03:47 -07:00
Wael M. Nasreddine
6ee0d3604e
gotools: use buildGoModule instead of buildGoPackage
2019-03-14 10:31:15 -07:00
Wael M. Nasreddine
1a4cccd561
gotools: 2019-02-11 -> 2019-03-05
2019-03-14 10:31:14 -07:00
Wael M. Nasreddine
ff110364a4
pet: use buildGoModule instead of buildGoPackage
2019-03-14 10:31:12 -07:00
Wael M. Nasreddine
28435e47b1
buildGoModule: function for packaging Go modules
...
The function buildGoModule builds Go programs managed with Go modules. It builds
a Go module through a two phase build:
- An intermediate fetcher derivation. This derivation will be used to
fetch all of the dependencies of the Go module.
- A final derivation will use the output of the intermediate derivation
to build the binaries and produce the final output.
2019-03-14 10:31:02 -07:00
Robert Schütz
badca37c51
Merge pull request #57621 from dtzWill/update/pyxlib-0.25
...
pythonPackages.xlib: 0.17 -> 0.25, enable tests
2019-03-14 18:20:46 +01:00
Will Dietz
5a302b2005
pythonPackages.xlib: 0.17 -> 0.25, enable tests
...
https://github.com/python-xlib/python-xlib/releases/tag/0.25
(and the releases along the way)
2019-03-14 18:17:28 +01:00
worldofpeace
72679615a1
pythonPackages.weboob: add pyqt5 as native input
...
Didn't notice it wasn't there. This should make it so we
don't have to set the environment variable anymore.
2019-03-14 13:13:00 -04:00
Dmitry Kalinkin
ec4bdc860e
nsis: use zlib outputs directly
2019-03-14 12:59:38 -04:00
Dmitry Kalinkin
f929120b1b
nsis: don't disable stripping
2019-03-14 12:56:03 -04:00
Dmitry Kalinkin
dc04edc6ae
nsis: refactor to use scons setup-hook
2019-03-14 12:53:36 -04:00
Jan Malakhovski
2bc525350a
treewide: stdenv.config
-> config
...
That attribute does not exist.
2019-03-14 14:01:21 +00:00
Andreas Rammhold
a050cb9dc9
Merge pull request #57526 from xantoz/qtwebengine-fix-CVE-2019-5785
...
qt512: patch qtwebengine against CVE-2019-5786
2019-03-14 13:56:22 +01:00
Michael Weiss
871cd756c8
python.pkgs.distro: Re-enable the package for now
...
Most tests are fine (only 20 out of 173 fail, 10 because lsb_release is
not available or returns exit code 3 and the other 10 might also fail
due to the sandboxed build environment).
Manual tests show that distro works as intended in a normal environment.
See 9382d2ea76
2019-03-14 13:14:52 +01:00
Jörg Thalheim
4d2fe32784
Merge pull request #57635 from Mic92/engineio
...
python3.pkgs.python-engineio: 3.0.0 -> 3.4.3
2019-03-14 11:28:24 +00:00
Jörg Thalheim
42bc96105f
python3.pkgs.engineio: limit to linux
...
probably has never build on macOS.
2019-03-14 11:23:14 +00:00
Nathan van Doorn
512833807d
pythonPackages.cbor2: init at 4.1.2 ( #57507 )
2019-03-14 12:22:29 +01:00
Robert Schütz
aacd06eb5a
Merge pull request #57594 from nyanloutre/electron-cash-update
...
Electron cash update
2019-03-14 12:15:45 +01:00
Jörg Thalheim
f94dc01e75
python3.pkgs.python-engineio: 3.0.0 -> 3.4.3
...
fixes build of python-socketio
2019-03-14 11:14:43 +00:00
nyanloutre
9b9f4d9005
pythonPackages.qdarkstyle: init at 2.6.5
2019-03-14 11:54:38 +01:00
Pedro Pombeiro
f875b1c6f2
nsis: init at 3.04
2019-03-14 10:34:31 +01:00
Robert Schütz
5ee0125268
python.pkgs.shapely: fix tests on Darwin ( #57630 )
2019-03-14 10:28:43 +01:00
Sébastien Maret
d81b59b027
pythonPackages.reproject: init at 0.4
2019-03-14 09:41:37 +01:00
Sébastien Maret
a068e9ffc2
pythonPackages.astropy-healpix: init at 0.4
2019-03-14 09:41:37 +01:00
Sébastien Maret
59a562ee35
pythonPackages.astropy-helpers: init at 3.1
2019-03-14 09:41:26 +01:00
Elis Hirwing
894eee60a7
Merge pull request #57245 from Izorkin/php-options
...
php: add custom options
2019-03-14 08:13:22 +01:00
Wael M. Nasreddine
a0d835e95d
buildGoPackage: move it under a different path
...
This change moves buildGoPackage from pkgs/development/go-modules to
pkgs/development/go-packages, so we can have buildGoModule at
pkgs/development/go-modules.
2019-03-13 18:40:24 -07:00
Robert Schütz
098cb9f63a
Merge pull request #56082 from Ma27/fix-pyopencl
...
python3Packages.pyopencl: fix build
2019-03-14 00:11:22 +01:00