Commit Graph

82860 Commits

Author SHA1 Message Date
Jesper Geertsen Jonsson
021570aaf0 lmdb: 0.9.24 -> 0.9.25
Change to official repo. The Github read-only mirror is abandoned.
2020-06-13 20:08:09 +02:00
Mario Rodas
7602241fbd
Merge pull request #90185 from marsam/update-merlin
ocamlPackages.merlin: 3.3.4 -> 3.3.6
2020-06-13 12:24:36 -05:00
Alexey Shmalko
b08e7c0261
Merge pull request #90176 from DamienCassou/damien/cypress-4.8.0
cypress: 4.5.0 -> 4.8.0
2020-06-13 20:17:14 +03:00
misuzu
c3b0a4c8bc python3Packages.pygdbmi disable tests on macOS 2020-06-13 18:26:07 +03:00
Michele Guerini Rocco
1d924f0354
Merge pull request #89772 from rnhmjoj/dnschain
dnschain: remove
2020-06-13 13:37:02 +02:00
rnhmjoj
2e5019b92c
dnschain: remove package and NixOS module
The software is unmaintained since ~2014 and the package
can't be built anymore (issue #89205).
2020-06-13 12:33:31 +02:00
Michael Weiss
6653a35faa
intel-media-driver: 19.4.0r -> 20.1.1 (#90094) 2020-06-13 12:26:45 +02:00
sternenseemann
ff53f0930e ocamlPackages.dns(-client): 4.5.0 -> 4.6.0 2020-06-13 11:45:37 +02:00
Vincent Laporte
c9963a8ec4 ocamlPackages.ocsigen-toolkit: 2.5.0 → 2.7.0 2020-06-13 11:40:54 +02:00
Antonio Nuno Monteiro
aee70358c5 ocamlPackages.tls: 0.12.0 -> 0.12.1 2020-06-13 11:25:56 +02:00
Frederik Rietdijk
1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Vincent Laporte
0905a5d990 ocamlPackages.vg: 0.9.3 → 0.9.4 2020-06-13 09:56:40 +02:00
Emery Hemingway
de20ec04f9 tup: fix setup hook location 2020-06-13 11:03:55 +05:30
Emery Hemingway
3065ab3a92 tup: add setupHook 2020-06-13 10:56:20 +05:30
Emery Hemingway
896959cf66 tup: 0.7.8 -> 0.7.9 2020-06-13 10:55:22 +05:30
Mario Rodas
1cd56fc682
Merge pull request #89333 from zowoq/go_1_13
go_1_13: 1.13.11 -> 1.13.12
2020-06-12 22:19:46 -05:00
Samuel Dionne-Riel
c42545445a
Merge pull request #90212 from lovesegfault/rm-casper
casperjs: remove
2020-06-12 22:03:32 -04:00
Joe Hermaszewski
3e10731b08 ffmpeg-full: add librsvg support 2020-06-12 17:18:38 -07:00
Bernardo Meurer
dbf352aca1
casperjs: remove 2020-06-12 16:08:39 -07:00
Peter Simons
2218618bb7
Merge pull request #90062 from steve-chavez/unbreak-hasql-noti
haskellPackages.hasql-notifications: unbreak
2020-06-12 21:41:43 +02:00
Ben Darwin
a6d8a12e4e python3Packages.duecredit: init at 0.8.0 2020-06-12 12:33:44 -07:00
Ben Darwin
4c2504a6bf python3Packages.citeproc-py: init at 0.5.1 2020-06-12 12:33:44 -07:00
Ben Darwin
a113aa5b6b python3Packages.rnc2rng: init at 2.6.4 2020-06-12 12:33:44 -07:00
Sirio Balmelli
803ef3f367 piccata 1.0.1 -> 2.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-12 12:30:53 -07:00
Jeremy Schlatter
a3b63dbc72 python3Packages.iterm2: init at 1.14 2020-06-12 11:58:19 -07:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Cole Mickens
3d74684847 pythonPackages.bravia-tv: 1.0.1 -> 1.0.5 2020-06-12 10:24:26 -07:00
Frederik Rietdijk
4087d3fe41 python: don't use optimizations on Darwin
Also, don't use autoreconfHook on Darwin with Python 3.
Darwin builds are still impure and fail with

    ld: warning: directory not found for option '-L/nix/store/6yhj9djska835wb6ylg46d2yw9dl0sjb-configd-osx-10.8.5/lib'
    ld: warning: directory not found for option '-L/nix/store/6yhj9djska835wb6ylg46d2yw9dl0sjb-configd-osx-10.8.5/lib'
    ld: warning: object file (/nix/store/0lsij4jl35bnhqhdzla8md6xiswgig5q-Libsystem-osx-10.12.6/lib/crt1.10.6.o) was built for newer OSX version (10.12) than being linked (10.6)
    DYLD_LIBRARY_PATH=/private/tmp/nix-build-python3-3.8.3.drv-0/Python-3.8.3 ./python.exe -E -S -m sysconfig --generate-posix-vars ;\
    if test $? -ne 0 ; then \
            echo "generate-posix-vars failed" ; \
            rm -f ./pybuilddir.txt ; \
            exit 1 ; \
    fi
    /nix/store/dsb7d4dwxk6bzlm845z2zx6wp9a8bqc1-bash-4.4-p23/bin/bash: line 5: 72015 Killed: 9               DYLD_LIBRARY_PATH=/private/tmp/nix-build-python3-3.8.3.drv-0/Python-3.8.3 ./python.exe -E -S -m sysconfig --generate-posix-vars
    generate-posix-vars failed
    make: *** [Makefile:592: pybuilddir.txt] Error 1
2020-06-12 18:29:08 +02:00
Jan Tojnar
3e9434457f
Merge pull request #89408 from jpotier/add-libucl 2020-06-12 16:22:40 +02:00
Mario Rodas
80643891c0
Merge pull request #90181 from martinbaillie/terraform-language-server
terraform-ls: init at 0.3.2
2020-06-12 08:18:35 -05:00
Cyril Cohen
b7f55b30f5 coqPackages.mathcomp: 1.11.0 2020-06-12 14:37:40 +02:00
Profpatsch
91340aeea8 gitit: init at 0.13.0.0
This was broken in `haskellPackages` for a long time, but it’s back!

Time to give it a place in the toplevel and a prope) treatment:

* Semi-static binary
* Remove all references to `Paths_` modules of dependencies
* gitit tries very hard to have a runtime dependency on GHC, disable
  that by default.

Also added myself as a maintainer, let’s try to keep this working from
now on.

Fixes https://github.com/NixOS/nixpkgs/issues/32377
2020-06-12 13:21:34 +02:00
Profpatsch
7380ad739d haskellPackages.gitit: mark unbroken
It’s finally got a new release.
2020-06-12 13:21:34 +02:00
Martin Baillie
66dcfc613e
terraform-ls: init at 0.3.2
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-06-12 20:35:06 +10:00
Jan Tojnar
3437d3c64f
Merge pull request #90154 from adisbladis/gimp-2_10_20 2020-06-12 11:29:25 +02:00
Mario Rodas
d1a51e415d
ocamlPackages.merlin: 3.3.4 -> 3.3.6 2020-06-12 04:20:00 -05:00
Cyril Cohen
c60e2bee7c coqPackages.coq-elpi: 1.4.0 -> 1.4.1 2020-06-12 10:12:02 +02:00
Damien Cassou
0f1c3d51b7
cypress: 4.5.0 -> 4.8.0 2020-06-12 09:45:59 +02:00
Frederik Rietdijk
febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Tom Hall
4cc48e5e0f SDL2_mixer: add optional dependency mpg123 2020-06-11 21:57:56 -07:00
Austin Seipp
13e52db31e
yosys: 2020.03.24 -> 2020.06.11
Also includes a bump to `abc-verifier`.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-11 23:14:07 -05:00
Mario Rodas
9b42c852be
Merge pull request #88681 from 06kellyjac/deno_1.0.2
deno: 1.0.0 -> 1.0.5
2020-06-11 23:13:30 -05:00
zowoq
7b01d672e3 yq-go: 3.3.0 -> 3.3.1
https://github.com/mikefarah/yq/releases/tag/3.3.1
2020-06-12 13:21:54 +10:00
Maximilian Bosch
ea2c1a384a
Merge pull request #90112 from r-ryantm/auto-update/pipenv
pipenv: 2020.5.28 -> 2020.6.2
2020-06-12 00:33:10 +02:00
Ryan Mulligan
c5535450dc
Merge pull request #90020 from r-ryantm/auto-update/ktlint
ktlint: 0.37.0 -> 0.37.1
2020-06-11 15:17:50 -07:00
adisbladis
5a534325b4
gegl: 0.4.22 -> 0.4.24 2020-06-11 20:45:06 +02:00
adisbladis
badb95586a
babl: 0.1.74 -> 0.1.78 2020-06-11 20:45:06 +02:00
Matthew Bauer
0daaed8730 Revert "Merge pull request #89726 from doronbehar/ruby-gcc-ref"
This reverts commit 6590c33850, reversing
changes made to d659f968ba.
2020-06-11 12:05:14 -05:00
Michael Raskin
61e57e8fd7
Merge pull request #90140 from magnetophon/p7zip
p7zip: switch to maintained fork
2020-06-11 17:00:59 +00:00
Bart Brouns
133e10fb8e Revert "python.pkgs.binwalk: remove p7zip from propagatedBuildInputs"
This reverts commit 9a2ec56ad4.
p7zip is now switched to a maintained fork
2020-06-11 18:41:39 +02:00
Matthew Bauer
6590c33850
Merge pull request #89726 from doronbehar/ruby-gcc-ref
rubyMinimal: don't reference stdenv.cc
2020-06-11 11:01:39 -05:00
Matthew Bauer
d659f968ba
Merge pull request #88075 from mroi/patch-libmilter
libmilter: fix compilation on Darwin
2020-06-11 10:59:39 -05:00
Jan Tojnar
ee540d4ff7
Merge pull request #89955 from r-ryantm/auto-update/gjs
gjs: 1.64.2 -> 1.64.3
2020-06-11 16:48:44 +02:00
Jan Tojnar
b0da8d03f9
Merge pull request #90036 from r-ryantm/auto-update/libosinfo
libosinfo: 1.7.1 -> 1.8.0
2020-06-11 16:47:48 +02:00
Michael Raskin
d65bcef36d
Merge pull request #89270 from GTrunSec/julia-lapack
julia_13: fix julia_13 missing Lib of lapack.
2020-06-11 14:38:16 +00:00
R. RyanTM
f86167fb12 abcl: 1.6.1 -> 1.7.0 2020-06-11 16:41:57 +02:00
Ryan Mulligan
8ce2d2c4a4
Merge pull request #89832 from r-ryantm/auto-update/go-jsonnet
go-jsonnet: 0.15.0 -> 0.16.0
2020-06-11 06:56:53 -07:00
Jan Tojnar
5a416c0049
gdk-pixbuf-xlib: fix pc file
It had incorrect include path and did not propagate dependencies correctly.
2020-06-11 15:51:45 +02:00
Ryan Mulligan
083cabb8c7
Merge pull request #90122 from r-ryantm/auto-update/protozero
protozero: 1.6.8 -> 1.7.0
2020-06-11 06:02:08 -07:00
Frederik Rietdijk
77d893eea3 python.pkgs.python-daemon: use older pytest
It was supposedly working with 5.3, but now the only older version we
have is 4, so let's use that.
2020-06-11 14:22:45 +02:00
Frederik Rietdijk
b8f7c6e397 python3.pkgs.aiohttp: disable failing python 3.8 tests 2020-06-11 08:24:44 +02:00
Ryan Mulligan
f3de6bc15a
Merge pull request #87465 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.0.5 -> 6.0.6
2020-06-10 22:18:47 -07:00
R. RyanTM
fad8a8ebb4 protozero: 1.6.8 -> 1.7.0 2020-06-11 04:04:28 +00:00
Mario Rodas
9f648fbc95
Merge pull request #90107 from marsam/fix-nss-darwin
nss: fix build on darwin
2020-06-10 21:51:01 -05:00
R. RyanTM
470798c2cd pipenv: 2020.5.28 -> 2020.6.2 2020-06-11 01:11:27 +00:00
R. RyanTM
44089bebbf pkgconf-unwrapped: 1.7.0 -> 1.7.3 2020-06-11 00:55:56 +00:00
Mario Rodas
580a0e52b1
Merge pull request #89934 from zowoq/gogetdoc
gogetdoc: remove unnecessary goDeps/goPackagePath
2020-06-10 19:50:12 -05:00
Joe Hermaszewski
d6c0115cee
nodePackages.he: init at 1.2.0 2020-06-10 20:16:06 -04:00
Joe Hermaszewski
74ff4f65ca
nodePackages.escape-string-regexp: init at 4.0.0 2020-06-10 20:16:05 -04:00
Dmitry Kalinkin
d5a5009e1f
nodePackages: update 2020-06-10 20:16:01 -04:00
R. RyanTM
759de38807 gdcm: 3.0.5 -> 3.0.6 2020-06-10 16:50:02 -07:00
Michael Weiss
043fb60293
intel-media-driver: 19.4.0r -> 20.1.1 2020-06-10 23:18:57 +02:00
Jan Tojnar
5d39d988dc
gjs: Fix locale detection
The build was complaining:

	meson.build:660: WARNING: Your libc does not have the C.UTF-8 locale and no other
	suitable UTF-8 fallback locale could be found. You can still build GJS, but
	some tests will fail.

The tests do not actually seem to be affected but still.
2020-06-10 23:14:11 +02:00
Jan Tojnar
6635e78fad
gjs: Fix tests
Installed tests require GSettings schemas.

And the build-time tests are now passing.
2020-06-10 22:55:39 +02:00
Maximilian Bosch
61ec84f7f9
python3Packages.mautrix: 0.5.0 -> 0.5.4 2020-06-10 22:42:45 +02:00
Maximilian Bosch
62523f3388
packer: 1.5.6 -> 1.6.0
https://github.com/hashicorp/packer/releases/tag/v1.6.0
2020-06-10 22:42:45 +02:00
Timo Kaufmann
1fea5519b4
Merge pull request #90078 from timokau/gidgethub-4.1.1
python.pkgs.gidgethub: 3.2.0 -> 4.1.1
2020-06-10 21:29:54 +02:00
Florian Klink
24e1a54eff
Merge pull request #89611 from flokli/pipewire-media-session-absolue-path
pipewire: apply patch providing absolute path to pipewire-media-session
2020-06-10 21:03:00 +02:00
Pavol Rusnak
2cb97c36ae arduino: 1.8.9 -> 1.8.12 2020-06-10 20:52:17 +02:00
Timo Kaufmann
700eed636c python.pkgs.gidgethub: 3.2.0 -> 4.1.1 2020-06-10 20:15:10 +02:00
Vladimír Čunát
13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
Maximilian Bosch
a6941d2b2a
Merge pull request #89362 from seppeljordan/update-nix-prefetch-github-2.4
nix-prefetch-github: 2.3.2 -> 2.4
2020-06-10 19:58:54 +02:00
Justin Gerhardt
9930b8fd3d wireshark: Add Bluetooth
Only applies to Linux
2020-06-10 19:53:29 +02:00
MetaDark
93ebfdad49 cmake-language-server: 0.1.1 -> 0.1.2 2020-06-10 19:42:48 +02:00
Florian Klink
2d544307e5 pipewire: apply patch providing absolute path to pipewire-media-session
So pipewire-daemon is able to locate pipewire-media-session (which it's
executing).

Context: https://github.com/NixOS/nixpkgs/issues/89528#issuecomment-640013433
2020-06-10 18:45:19 +02:00
Mrmaxmeier
2d92ecf84c thelounge: re-apply 'write out default path'
restores part of df2f8d9150
after 6602f87384
2020-06-10 18:19:36 +02:00
steve-chavez
bc8f008d7c haskellPackages.hasql-notifications: unbreak 2020-06-10 09:35:58 -05:00
Vladimír Čunát
a5f5d020c6
Merge branch 'staging-next' 2020-06-10 16:13:48 +02:00
Jan Tojnar
ed43d951af
Merge pull request #90053 from r-ryantm/auto-update/mm-common
mm-common: 1.0.0 -> 1.0.1
2020-06-10 16:00:56 +02:00
R. RyanTM
1e0f101947 mm-common: 1.0.0 -> 1.0.1 2020-06-10 13:13:29 +00:00
Timo Kaufmann
fd8892961f
Merge pull request #79842 from mir06/add-liberfa
liberfa: init at 1.7.0
2020-06-10 15:01:23 +02:00
Ryan Mulligan
20a4dad69e
Merge pull request #89984 from r-ryantm/auto-update/hopper
hopper: 4.5.27 -> 4.5.28
2020-06-10 05:59:47 -07:00
Ryan Mulligan
33ba6ab3db
Merge pull request #89819 from r-ryantm/auto-update/codeql
codeql: 2.1.4 -> 2.2.1
2020-06-10 05:58:43 -07:00
Maximilian Bosch
879202bf37
Merge pull request #89905 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.4.0 -> 7.4.1
2020-06-10 14:43:17 +02:00
Florian Klink
9ad9ad86a4
Merge pull request #90039 from flokli/pipewire-0.3.6
pipewire: 0.3.5 -> 0.3.6
2020-06-10 14:41:06 +02:00
Jan Tojnar
6cd7394d03
Merge pull request #90037 from r-ryantm/auto-update/libcloudproviders
libcloudproviders: 0.3.0 -> 0.3.1
2020-06-10 13:48:44 +02:00
Florian Klink
b981b77c2c pipewire: 0.3.5 -> 0.3.6
should fix bad v0 clients, such as google-chrome-stable etc:
014e48c1f1
2020-06-10 12:45:51 +02:00
Mario Rodas
744f87ab7d
Merge pull request #89978 from r-ryantm/auto-update/flyway
flyway: 6.4.2 -> 6.4.3
2020-06-10 05:41:32 -05:00
Mario Rodas
a6c9c25587
Merge pull request #90006 from r-ryantm/auto-update/joker
joker: 0.15.3 -> 0.15.4
2020-06-10 05:38:40 -05:00
R. RyanTM
37eba9055b libcloudproviders: 0.3.0 -> 0.3.1 2020-06-10 10:31:35 +00:00
R. RyanTM
207f5f36f1 libosinfo: 1.7.1 -> 1.8.0 2020-06-10 10:10:51 +00:00
Peter Hoeg
d01d1da890
Merge pull request #89952 from r-ryantm/auto-update/freetds
freetds: 1.1.39 -> 1.1.40
2020-06-10 17:45:27 +08:00
Mario Rodas
8b2d735d1a
nss: fix build on darwin 2020-06-10 04:20:00 -05:00
misuzu
83e6b6d906 python3Packages.python-engineio: build on macOS 2020-06-10 12:09:22 +03:00
Vladimír Čunát
16024fcaec
Merge branch 'staging-next' into staging
In particular, this fixes ISO evaluation.
2020-06-10 09:42:36 +02:00
Vladimír Čunát
6e9bb30566
Merge branch 'master' into staging-next
In particular, this fixes ISO evaluation.
2020-06-10 09:41:53 +02:00
Armin Leuprecht
5fe5be3d86 liberfa: init at 1.7.0 2020-06-10 07:34:26 +00:00
Vincent Laporte
f648259731 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α1 → 4.11.0+α2 2020-06-10 09:10:40 +02:00
Vladimír Čunát
a038553c8b
Merge #89901: dbus: 1.12.16 -> 1.12.18 (security)
...into staging.  Fixes CVE-2020-12049 (DoS).
https://lists.freedesktop.org/archives/dbus/2020-June/017870.html
2020-06-10 09:05:30 +02:00
Vladimír Čunát
bed5bc57f6
Merge #89884: gnutls: 3.6.13 -> 3.6.14 (security)
... into staging.  This fixes a very serious issue.
2020-06-10 08:54:32 +02:00
Vladimír Čunát
2988780eb5
autogen: 5.18.12 -> 5.18.16
I re-checked that pkgsCross.aarch64-multiplatform.autogen builds.
https://github.com/NixOS/nixpkgs/pull/89388#issuecomment-639155770
2020-06-10 08:31:25 +02:00
R. RyanTM
4410e2c0ad ktlint: 0.37.0 -> 0.37.1 2020-06-10 06:12:14 +00:00
Jaka Hudoklin
e8bcac75f3
gore: init at 0.5.0 (#89722) 2020-06-09 22:22:51 -07:00
Ryan Mulligan
fdb2ca58c2
Merge pull request #89873 from r-ryantm/auto-update/tokei
tokei: 11.2.0 -> 11.2.1
2020-06-09 20:46:52 -07:00
Jan Tojnar
acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jan Tojnar
c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
Jan Tojnar
986ff168c7
Merge pull request #89942 from r-ryantm/auto-update/glib-networking
glib-networking: 2.64.2 -> 2.64.3
2020-06-10 04:09:10 +02:00
R. RyanTM
81c9cc0b60 joker: 0.15.3 -> 0.15.4 2020-06-10 01:51:27 +00:00
Robin Palotai
5ca9a2d15b
leveldb: Add snappy dependency (#89852)
This is practically required. Without this option, snappy compression is not supported, so
1) newly created leveldb stores will take more space than needed
2) existing snappy-compressed stores won't be opened by tools built without the snappy support
2020-06-09 20:07:51 -04:00
Niklas Hambüchen
7440f0f386 pycurl: Exclude another flaky test. Fixes #77304 2020-06-09 16:46:14 -07:00
Maximilian Bosch
4f67c0cc6c
adb-sync: 2016-08-31 -> 2019-01-01
Simple tool to synchronize a directory-tree between a local machine and
an Android device using `adb` and `rsync`.

Since this repo doesn't have any releases atm, I added the `-unstable`
suffix to `pname`. Since 2016-08-31 the following things changed:

7fc48ad1e1...fb7c549753

Also applied the following changes to the derivation:

* Removed the `phases` hack to enable important things like `fixupPhase`
  again (amongst other things this is needed for shebang-patching and
  reference-checks).

* Fixed the wrapper to make sure that every binary needed by those
  scripts is available.

* Added myself as additional maintainer.
2020-06-10 01:40:29 +02:00
R. RyanTM
663ea3b0e3 hopper: 4.5.27 -> 4.5.28 2020-06-09 21:58:50 +00:00
zimbatm
9494fdeeb3
Merge pull request #70327 from abbradar/synapse-plugins
Refactor Synapse plugins, add matrix-synapse-pam
2020-06-09 23:54:54 +02:00
R. RyanTM
074911e460 flyway: 6.4.2 -> 6.4.3 2020-06-09 21:04:40 +00:00
sternenseemann
1c7fd15a42
ocamlPackages.crowbar: init at 0.2 2020-06-09 21:26:38 +02:00
R. RyanTM
2df0fef39e gjs: 1.64.2 -> 1.64.3 2020-06-09 17:50:56 +00:00
R. RyanTM
42f3f3cbda freetds: 1.1.39 -> 1.1.40 2020-06-09 17:24:57 +00:00
R. RyanTM
9e29684064 glib-networking: 2.64.2 -> 2.64.3 2020-06-09 16:09:51 +00:00
zowoq
5fbbfe48a7 gogetdoc: remove unnecessary goDeps/goPackagePath 2020-06-10 01:09:59 +10:00
Jan Tojnar
4f9e07deb2
Merge pull request #89921 from jtojnar/py38-gst 2020-06-09 15:16:00 +02:00
Ryan Mulligan
7487fcb844
Merge pull request #89892 from r-ryantm/auto-update/armadillo
armadillo: 9.880.1 -> 9.900.1
2020-06-09 06:06:19 -07:00
Jan Tojnar
74734f3f3d
python38.pkgs.gst-python: Fix build 2020-06-09 15:02:43 +02:00
Jan Tojnar
a9627ecc38
Merge pull request #89887 from r-ryantm/auto-update/amtk
amtk: 5.0.2 -> 5.1.1
2020-06-09 14:57:06 +02:00
zowoq
2c79d7f0c2 ffmpeg-full: inherit src/version from ffmpeg 2020-06-09 14:26:31 +02:00
Aaron Andersen
6ab23a0f79
Merge pull request #89879 from euank/fix-odbc-sqlite
unixODBCDrivers: fix sqlite driver to link with sqlite3
2020-06-09 06:35:31 -04:00
R. RyanTM
264f85658e cargo-watch: 7.4.0 -> 7.4.1 2020-06-09 10:03:55 +00:00
Eelco Dolstra
51e8a82f1e
Merge pull request #89297 from Ma27/bump-hydra
hydra-unstable: 2020-04-16 -> 2020-06-01
2020-06-09 11:19:47 +02:00
R. RyanTM
c766192b30 dbus: 1.12.16 -> 1.12.18 2020-06-09 09:17:52 +00:00
R. RyanTM
0e0df31e2a armadillo: 9.880.1 -> 9.900.1 2020-06-09 07:47:18 +00:00
R. RyanTM
005d4b35c5 amtk: 5.0.2 -> 5.1.1 2020-06-09 06:58:24 +00:00
Julien Coolen
115b7d92b8 graphql_ppx: init at 0.7.1 2020-06-09 08:56:18 +02:00
Cole Helbling
1dba117541
gnutls: 3.6.13 -> 3.6.14
Fixes CVE-2020-13777 [1].

Changes: https://lists.gnupg.org/pipermail/gnutls-help/2020-June/004648.html

[1] https://nvd.nist.gov/vuln/detail/CVE-2020-13777
2020-06-08 23:14:05 -07:00
Euan Kemp
cb0f158176 unixODBCDrivers: fix sqlite driver to link with sqlite3
Without this change, it doesn't actually link to libsqlite3.so
correctly, and so the output driver has unresolved symbols.
2020-06-08 22:02:30 -07:00
Benjamin Hipple
7f00dcf491
Merge pull request #88876 from Thra11/dtc-1.6.0
dtc: 1.5.1 -> 1.6.0
2020-06-09 00:54:39 -04:00
R. RyanTM
58b060591d tokei: 11.2.0 -> 11.2.1 2020-06-09 03:34:19 +00:00
Doron Behar
9a47504fe7 nodePackages.clean-css: rename to clean-css-cli
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-06-08 22:59:01 -04:00
tuedel
43adf0c9ac nodePackages.rollup: init
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-06-08 22:59:01 -04:00
Dmitry Kalinkin
3907853faa nodePackages: update 2020-06-08 22:59:01 -04:00
adisbladis
423f85422f
poetry: 1.0.5 -> 1.0.8 2020-06-09 02:54:49 +02:00
adisbladis
25b9f3b3e0
poetry2nix: 1.9.0 -> 1.9.2 2020-06-09 02:54:48 +02:00
Mario Rodas
482a82b062
Merge pull request #89790 from formbay/pytest_dependency
pythonPackages.pytest-dependency: 0.4.0 -> 0.5.1
2020-06-08 19:49:40 -05:00
Matthew Bauer
5f11c0ad81
Merge pull request #70024 from NixOS/nix-static
nix: allow static compilation
2020-06-08 17:55:40 -05:00
Matthew Bauer
a9924d7ab8 libexecinfo: fix building statically 2020-06-08 17:47:51 -05:00
Matthew Bauer
6231dc774d
Merge pull request #88692 from Aver1y/libusb-pkgsMusl
libusb1: Fix for pkgsMusl
2020-06-08 17:38:42 -05:00
R. RyanTM
131fda1225 go-jsonnet: 0.15.0 -> 0.16.0 2020-06-08 19:14:11 +00:00
Guillaume Desforges
0574ace715 pythonPackages.pytorch: 1.4.1 -> 1.5.0
Fixes previous bugs that required a patch
Fixes CUDA build, see https://github.com/NixOS/nixpkgs/issues/89403
2020-06-08 11:39:23 -07:00
R. RyanTM
3ee1dcce2c aws-checksums: 0.1.5 -> 0.1.7 2020-06-08 11:38:32 -07:00
Dmitry Kalinkin
9146684bbb liblastfm: switch to Qt 5 2020-06-08 13:17:46 -04:00
R. RyanTM
1d2e139a76 codeql: 2.1.4 -> 2.2.1 2020-06-08 17:08:11 +00:00
Jörg Thalheim
d903f1166b
Merge pull request #89649 from oxalica/rust-analyzer 2020-06-08 17:38:10 +01:00
Ryan Mulligan
aab5808292
Merge pull request #89648 from r-ryantm/auto-update/nco
nco: 4.9.2 -> 4.9.3
2020-06-08 07:18:02 -07:00
Florian Klink
be483c8c6c
Merge pull request #89570 from mjlbach/fix_pyxdg
pyxdg: fix call to missing class field Type
2020-06-08 15:31:47 +02:00
Marek Mahut
df1f883bbf
Merge pull request #89789 from 1000101/formatting
formatting: fix missing leading whitespace
2020-06-08 14:41:26 +02:00
Frederik Rietdijk
8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk
dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
Rakesh Gupta
2aa93eb730
pythonPackages.pytest-dependency: 0.4.0 -> 0.5.1 2020-06-08 19:33:07 +10:00
Mario Rodas
657f4927eb dune_2: 2.5.1 -> 2.6.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.0
2020-06-08 10:45:02 +02:00
1000101
277bbb8efe formatting: fix missing leading whitespace 2020-06-08 09:37:17 +02:00
R. RyanTM
5f7d9d0985
poco: 1.9.4 -> 1.10.1 (#80665) 2020-06-08 09:10:06 +02:00
Frederik Rietdijk
5f47c36752
Merge pull request #89607 from danieldk/pep-517-shellhook-fix
pythonPackages.pipBuildHook: do not build in an isolated environment
2020-06-08 08:41:26 +02:00
John Ericson
b668fe8796
Merge pull request #89582 from input-output-hk/fix-rust-cross
rust: fix rust cross-compile
2020-06-08 00:48:49 -04:00
Moritz Angermann
f2a33e4486
Update configure-flags.nix 2020-06-08 12:43:58 +08:00
Moritz Angermann
58ffaee5d7
Update configure-flags.nix 2020-06-08 12:40:38 +08:00
Mario Rodas
524e24c9ff
Merge pull request #89706 from marsam/init-go-toml
go-toml: init at 1.8.0
2020-06-07 19:30:25 -05:00
Mario Rodas
f0870fc119
Merge pull request #89739 from zowoq/editorconfig-checker
editorconfig-checker: 2.0.4 -> 2.1.0
2020-06-07 19:25:52 -05:00
Mario Rodas
46e172ecd9
Merge pull request #89771 from Atemu/jc-update
jc: 1.11.1 -> 1.11.2
2020-06-07 19:24:30 -05:00
davlum
a554e12833
idris2: fix build on macOS (#89548)
The idris2 Makefile tries to use different versions of sed depending on
the OS, but nix always uses the same version. Because the version of
sed that is expected on macOS doesn't exist in the nix environment, the
build fails. Setting the OS to empty string resolves the issue.
2020-06-07 18:06:35 -04:00
Atemu
2372dc5422 jc: 1.11.1 -> 1.11.2 2020-06-08 00:03:35 +02:00
1000101
c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Jörg Thalheim
eadcec4988
Merge pull request #89742 from lblasc/rls-std-completion-fix 2020-06-07 21:39:00 +01:00
Maximilian Bosch
c0571a0462
Merge pull request #89684 from r-ryantm/auto-update/sbt
sbt: 1.3.10 -> 1.3.12
2020-06-07 22:27:57 +02:00
Carles Pagès
1059cdab38
Merge pull request #88519 from karolchmist/sdl2-add-optional-dont-disable-static
SDL2: Add withStatic option
2020-06-07 20:22:31 +02:00
worldofpeace
131028cd50
Merge pull request #89613 from flokli/pipewire_0_2_version
pipewire_0_2: move from 2.nix to 0.2.nix
2020-06-07 14:19:54 -04:00
Marek Mahut
9ed9140cc6
Merge pull request #86230 from prusnak/electron-cleanup
electron_3: refactor
2020-06-07 20:07:10 +02:00
Marek Mahut
410ac11287
Merge pull request #89469 from prusnak/electron-update
Electron update
2020-06-07 18:59:41 +02:00
Mario Rodas
a1bdb4dd84
Merge pull request #89700 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.13.2 -> 0.13.3
2020-06-07 11:15:40 -05:00
Mario Rodas
4e986bd2b1
Merge pull request #89686 from bhipple/auto-update/vultr-cli
vultr-cli: 0.3.1 -> 0.3.2
2020-06-07 11:14:15 -05:00
Mario Rodas
8a70e6d1db
Merge pull request #89621 from omniitgmbh/pythonPackages.phonenumbers_8.12.5
python27Packages.phonenumbers: 8.12.4 -> 8.12.5
2020-06-07 11:09:21 -05:00
John Ericson
87e86b4574 autoen: Fix cross build
See comments for details. Patch can be removed whend version is bumped.
2020-06-07 16:04:42 +00:00
John Ericson
b78c6d47ee autogen: More normal formatting 2020-06-07 16:04:42 +00:00
Ben Wolsieffer
ca39097da8 buildbot-worker: inherit version from buildbot 2020-06-07 11:32:17 -04:00
Ben Wolsieffer
573089724c buildbot-pkg: inherit version from buildbot 2020-06-07 11:32:17 -04:00
Ben Wolsieffer
b783e570ac buildbot: 2.8.0 -> 2.8.1 2020-06-07 11:32:17 -04:00
Benjamin Hipple
c6a8c32613
Merge pull request #89727 from vbgl/ocaml-sexplib-remove-legacy
ocamlPackages.sexplib_p4: remove
2020-06-07 11:31:43 -04:00
Maximilian Bosch
0558bb9f64
cargo-make: 0.30.8 -> 0.31.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.31.0
2020-06-07 17:09:35 +02:00
Maximilian Bosch
3fec30cb95
dlib: 19.19 -> 19.20
https://github.com/davisking/dlib/releases/tag/v19.20
2020-06-07 17:09:35 +02:00
Luka Blaskovic
f7bc0a3996 rls: set RUST_SRC_PATH
rls has racer baked in which needs to know where the rust source
is to be able to do completion for std libs. By default rls will use:
$(rustc --print sysroot)/lib/rustlib/src/rust/src
which is nonexistent, this commit sets the correct source path
in a same way like it's done in racer expression.
2020-06-07 14:18:41 +00:00
Frederik Rietdijk
11398cb350
Merge pull request #88977 from filalex77/wrangler-1.9.2
wrangler: 1.9.1 -> 1.9.2
2020-06-07 16:12:20 +02:00
zowoq
5d77078b46 editorconfig-checker: add maintainer 2020-06-07 23:25:38 +10:00
zowoq
aacbfe0805 editorconfig-checker: 2.0.4 -> 2.1.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.1.0
2020-06-07 23:24:11 +10:00