Commit graph

280542 commits

Author SHA1 Message Date
sternenseemann 111fb840af haskellPackages.blake2: unbreak 2021-04-02 17:23:13 +02:00
Sandro d3f50819df
Merge pull request #118330 from SuperSandro2000/fix-eval
ubertooth: pkgconfig -> pkg-config
2021-04-02 17:16:38 +02:00
Eric Dallo 1092aa59b5
babashka: 0.2.10 -> 0.3.1 2021-04-02 12:14:26 -03:00
Sandro 1bfd7b5d6d
Merge pull request #118322 from TredwellGit/libreoffice-fresh
libreoffice-fresh: 7.1.1.2 -> 7.1.2.2
2021-04-02 17:13:46 +02:00
Sandro b315f716f7
Merge pull request #118321 from dotlambda/qlcplus-fix
qlcplus: fix build
2021-04-02 17:12:39 +02:00
Eduardo Sánchez Muñoz 7216d19e4e gnomeExtension.disable-unredirect: init at unstable-2021-01-17 2021-04-02 17:12:17 +02:00
Sandro b306301db1
Merge pull request #118318 from ymatsiuk/fluxcd
fluxcd: 0.10.0 -> 0.11.0
2021-04-02 17:11:39 +02:00
Sandro 6861120962
Merge pull request #118319 from mweinelt/ldb
ldb: 2.2.0 -> 2.3.0
2021-04-02 17:09:16 +02:00
sternenseemann 356ca0ab35 haskellPackages.fused-effects: unbreak 2021-04-02 17:09:07 +02:00
Sandro Jäckel 03a351da00
ubertooth: pkgconfig -> pkg-config 2021-04-02 17:04:58 +02:00
sternenseemann 0221bcf5a4 haskellPackages.threadscope: unbreak 2021-04-02 17:03:07 +02:00
sternenseemann 77923e60b7 haskellPackages.haveibeenpwned: unbreak 2021-04-02 16:58:12 +02:00
sternenseemann e211dd2942 haskellPackages.ginger: unbreak 2021-04-02 16:56:23 +02:00
Martin Weinelt d836234e77
Merge pull request #118315 from sikmir/josm
josm: 17580 → 17702
2021-04-02 16:52:17 +02:00
Sandro 5c966acad4
Merge pull request #118295 from otavio/shellhub-scp
shellhub-agent: Fix scp support
2021-04-02 16:44:12 +02:00
Martin Weinelt ffe63e7156
gnome3.geary: disable failing edit_context_font test
Broke during the upgrade of webkitgtk to 2.32.0, reported upstream at
https://gitlab.gnome.org/GNOME/geary/-/issues/1180.

Fixes: #118309
2021-04-02 16:39:19 +02:00
sternenseemann 2a8e2ff1b9 haskellPackages.fuzzyfind: unbreak 2021-04-02 16:33:27 +02:00
Sirio Balmelli f6062dce02
python3Packages.yamllint: 1.25.0 -> 1.26.0
Fix Darwin build: disable broken tests on BSDs;
see https://github.com/adrienverge/yamllint/issues/307.

Report failure of test_find_files_recursively upstream;
see https://github.com/adrienverge/yamllint/issues/373.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Robert Schütz <dev@schuetz-co.de>
2021-04-02 16:02:05 +02:00
sternenseemann ad719bf6d1 haskellPackages: restrict a few packages depending on haskell-gi
haskell-gi and haskell-gi-base have released a 0.25.0 version on
hackage, but hackage nightly still has an 0.24.* version.

However there are some packages depending on haskell-gi like gi-vte
which are not in stackage, but have releases on hackage which address
the changes in 0.25.0. The resulting mismatched versions result in
compilation failures which are addressed by restricting these packages
to a version supporting 0.24.* temporarily until Stackage Nightly
catches up.

The most prominent package affected by this breakage was termonad which
depends gi-vte, cc @cdepillabout on this.
2021-04-02 15:53:49 +02:00
Martin Weinelt 5dfdb2e0c2
Merge pull request #118316 from Flakebi/salt
salt: 3002.6 -> 3003
2021-04-02 15:49:53 +02:00
Robert Scott 46b6aa6644
Merge pull request #118297 from jluttine/update-liblinphone-4.5.1
liblinphone: 4.4.35 -> 4.5.1
2021-04-02 14:47:15 +01:00
Martin Weinelt c07d93eb02
Merge pull request #118323 from veehaitch/hostapd-sae-wpa3
hostapd: build with SAE for WPA3 support
2021-04-02 15:44:01 +02:00
Martin Weinelt 3e0713d582
ubertooth, libbtbb: stdenv.lib -> lib 2021-04-02 15:37:43 +02:00
sternenseemann 8babfa7fa5 haskellPackages.gitit: unbreak
pandoc 2.12 changed and removed a few exports gitit used. I procured a
patch which fixes those without any refactoring by vendoring in the
removed function from pandoc which is no problem as they are both
available under the GPL 2.0.
2021-04-02 15:25:51 +02:00
Martin Weinelt 54d286365d
Merge pull request #87750 from oxzi/ubertooth 2021-04-02 15:23:30 +02:00
TredwellGit 29a2856563 libreoffice-fresh: 7.1.1.2 -> 7.1.2.2 2021-04-02 13:15:41 +00:00
Vincent Haupert 214bbb5cf0
hostapd: build with SAE for WPA3 support 2021-04-02 15:14:09 +02:00
Robert Schütz 090e9a3dc9 qlcplus: fix build
It failed with

    rgbtext_test.cpp:252:87: error: 'QByteArray& QByteArray::replace(const QString&, const char*)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit()
2021-04-02 15:13:42 +02:00
Martin Weinelt ea3253a371
ldb: 2.2.0 -> 2.3.0 2021-04-02 15:05:16 +02:00
Yurii Matsiuk c8246b3f6c
fluxcd: 0.10.0 -> 0.11.0 2021-04-02 15:04:09 +02:00
sternenseemann 2f368c2060 ocamlPackages.decompress-1-2: remove at 1.2.0
With imagelib updated there remains no user of this in nixpkgs.
2021-04-02 15:03:44 +02:00
sternenseemann a6425a6008 ocamlPackages.imagelib: 20200929 -> 20210402
Allows us to get rid of decompress 1.2.0:

https://github.com/rlepigre/ocaml-imagelib/releases/tag/20210402
2021-04-02 15:03:44 +02:00
sternenseemann d5eac5c07f haskellPackages.git-annex: update src sha256
git-annex saw a new release to hackage this week and consequently the
sha256 hash in configuration-common.nix needs to change as well.
2021-04-02 14:48:12 +02:00
Robert Scott 531502481b
Merge pull request #118086 from r-ryantm/auto-update/qpdf
qpdf: 10.2.0 -> 10.3.1
2021-04-02 13:38:42 +01:00
Michael Weiss a960fead6e
llvmPackages_12: 12.0.0-rc3 -> 12.0.0-rc4 2021-04-02 14:35:23 +02:00
Flakebi 3267661fad
salt: 3002.6 -> 3003 2021-04-02 14:32:37 +02:00
Nikolay Korotkiy 2287411fb0
josm: 17580 → 17702 2021-04-02 15:30:50 +03:00
Malte Brandy 4b7b0fdd9b
haskellPackages.stm-containers: Fix build and enter maintainer 2021-04-02 14:16:00 +02:00
Vincent Laporte 170bad5b0a
ocamlPackages.gsl: use Dune 2 2021-04-02 14:12:12 +02:00
Vincent Laporte 57c7d7c50a
orpie: use Dune 2 2021-04-02 14:12:01 +02:00
Robert Scott 980bbc237a
Merge pull request #118302 from siriobalmelli-foss/fix/python3Packages.wasmer
python3Packages.wasmer: build on Darwin
2021-04-02 12:47:47 +01:00
Jaakko Luttinen fc9d179526
liblinphone: clean input arguments 2021-04-02 14:36:49 +03:00
Jaakko Luttinen 4261c6d8ed
lime: fix license to gpl3Only 2021-04-02 14:35:15 +03:00
Jaakko Luttinen 87b0fb0917
mediastreamer: fix license to gpl3Only 2021-04-02 14:33:17 +03:00
Michael Weiss 166520812e
chromium{Beta,Dev}: Use LLVM 12
LLVM 12 is required but the build still fails due to other changes that
where introduced in the meantime (and Chromium 90.0.4430.51 introduced
another LLVM failure).
2021-04-02 13:32:17 +02:00
Malte Brandy 7ce74efc56
haskellPackages.iCalendar: Fix build and enter maintainer 2021-04-02 13:30:44 +02:00
nixbitcoin d1bf9f0771
btcpayserver: 1.0.7.0 -> 1.0.7.2 2021-04-02 11:13:37 +00:00
Malte Brandy 6fbb612735
haskellPackages.stan: Fix build 2021-04-02 13:07:26 +02:00
Malte Brandy 9962981687
haskellPackages.reflex-dom: Fix build 2021-04-02 12:50:53 +02:00
Doron Behar 905ecb920e
Merge pull request #118088 from r-ryantm/auto-update/rtsp-simple-server
rtsp-simple-server: 0.15.1 -> 0.15.2
2021-04-02 10:19:23 +00:00