Commit graph

230984 commits

Author SHA1 Message Date
R. RyanTM bfc1914423 libfprint: 1.90.1 -> 1.90.2 2020-06-17 11:02:55 -07:00
R. RyanTM 84b7946079 flyway: 6.4.3 -> 6.4.4 2020-06-17 11:02:22 -07:00
Graham Christensen 38e990d520
Merge pull request #90673 from grahamc/google-chrome-path
google-chrome: add coreutils to PATH
2020-06-17 13:49:24 -04:00
Graham Christensen 5609f90c50
Merge pull request #90672 from grahamc/xdg-util-path
xdg_utils: xdg-open: add $out to PATH
2020-06-17 13:49:09 -04:00
Frederik Rietdijk ec618a9120 python.pkgs.bleach: add missing dependency packaging 2020-06-17 10:20:46 -07:00
Lassulus 0dacf1d711
Merge pull request #84386 from numkem/adguardhome
AdGuardHome: init at 0.101.0
2020-06-17 19:20:13 +02:00
Pierre Bourdon 7198d973c1 wireshark: compile with QT_NO_DEBUG to avoid depending on qt*-dev 2020-06-17 18:53:56 +02:00
Lassulus 33bc279247
Merge pull request #89414 from jpotier/add-hikari
hikari: init at 2.0.2
2020-06-17 18:30:51 +02:00
Lassulus 02c64a4b63
Merge pull request #89415 from prusnak/bitcoin
bitcoin: 0.19.1 -> 0.20.0
2020-06-17 18:23:17 +02:00
Silvan Mosberger f03e85f703
Merge pull request #74589 from tmplt/fix-physlock
nixos/physlock: add suspend-then-hibernate to lockOn.suspend units
2020-06-17 18:06:52 +02:00
Jan Tojnar 010679d8f0
Merge pull request #90607 from r-ryantm/auto-update/libqmi
libqmi: 1.24.12 -> 1.25.900
2020-06-17 17:54:39 +02:00
Michele Guerini Rocco 4ddf9b763b
Merge pull request #83171 from rnhmjoj/hash
nixos/users: validate password hashes
2020-06-17 17:25:34 +02:00
Daniël de Kok 705b85c301
Merge pull request #90594 from wucke13/webdis
webdis: 0.1.9 -> 0.1.10
2020-06-17 17:12:20 +02:00
Michael Weiss 4e5b9f8b2e
nvme-cli: 1.11.2 -> 1.12 2020-06-17 17:10:10 +02:00
Lassulus c8479286c7
Merge pull request #89716 from doronbehar/polybar-gcc-ref
polybar: Don't reference gcc
2020-06-17 16:46:36 +02:00
Leon Schuermann a7aab1fff3 tpm2-abrmd: separate checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann 1a1ab9474e tpm2-abrmd: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann 3cc29166a7 tpm2-abrmd: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann fb667c1beb tpm2-abrmd: 2.2.0 -> 2.3.2 2020-06-17 16:46:18 +02:00
Leon Schuermann ef9e6b3aa8 tpm2-tss: remove libgcrypt from explicit build inputs 2020-06-17 16:46:18 +02:00
Leon Schuermann 09791689df tpm2-tss: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann 1ec50ac39e tpm2-tss: extract checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann de064be984 tpm2-tss: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann 8e94e61aec tpm2-tss: 2.3.2 -> 2.4.1 2020-06-17 16:46:18 +02:00
markuskowa 7e505053ba
Merge pull request #90659 from r-ryantm/auto-update/openmpi
openmpi: 4.0.3 -> 4.0.4
2020-06-17 16:45:37 +02:00
Ryan Mulligan e929c3dde2
Merge pull request #90421 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.17 -> 1.19
2020-06-17 07:39:04 -07:00
Martin Milata d6af70fa90 libjcat: 0.1.2 -> 0.1.3
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-10759
Changelog: https://github.com/hughsie/libjcat/blob/0.1.3/NEWS
See also: https://github.com/justinsteven/advisories/blob/master/2020_fwupd_dangling_s3_bucket_and_CVE-2020-10759_signature_verification_bypass.md
2020-06-17 16:37:59 +02:00
Jan Tojnar a978b11516
libqmi: enable introspection
Also stop using pkg-config alias
2020-06-17 16:35:46 +02:00
Christian Kampka eb296c5010 wesnoth: 1.14.11 -> 1.14.12 2020-06-17 16:28:18 +02:00
Lassulus 98cac435f3
Merge pull request #89814 from alexfmpe/patch-3
Fix typo
2020-06-17 16:22:27 +02:00
Lassulus 5c0ff087e6
Merge pull request #89831 from Thra11/julius-augustus
Julius augustus
2020-06-17 16:20:03 +02:00
obadz 0280b5e21d
Merge pull request #90288 from delroth/mono-closure-size
mono: don't propagate a dependency to glib-dev (15% closure size saving)
2020-06-17 15:03:45 +01:00
Gabriel Gonzalez 459cf94991 Nixpkgs support for dhall-to-nixpkgs
The motivation for this change is to enable a new Dhall command-line
utility called `dhall-to-nixpkgs` which converts Dhall packages to
buildable Nix packages.  You can think of `dhall-to-nixpkgs` as the
Dhall analog of `cabal2nix`.

You can find the matching pull request for `dhall-to-nixpkgs` here:

https://github.com/dhall-lang/dhall-haskell/pull/1826

The two main changes required to support `dhall-to-nixpkgs` are:

* Two new `buildDhall{Directory,GitHub}Package` utilities are added

  `dhall-to-nixpkgs` uses these in the generated output

* `pkgs.dhallPackages` now selects a default version for each package
  using the `prefer` utility

  All other versions are still buildable via a `passthru` attribute
2020-06-17 15:57:21 +02:00
jakobrs 2ee84ca8e2
nixos/manual: Document boot.debug1mounts and clarify what exit does with shell_on_fail (#89365)
* nixos/manual: document boot.debug1mounts

* nixos/manual: clarify what `exit` does with shell_on_fail
2020-06-17 15:36:06 +02:00
Lassulus dda2dd1283
Merge pull request #90412 from r-ryantm/auto-update/namecoin
namecoin: nc0.19.1 -> nc0.20.0
2020-06-17 15:31:26 +02:00
Frederik Rietdijk b7aec77a7b buildPythonPackage: don't recompile bytecode
There are too many regressions. Instead of reverting all the work that has been
done on this so far, let's just disable it Python-wide. That way we can
investigate and fix it easier.
2020-06-17 14:54:03 +02:00
Frederik Rietdijk bbd12947de python.pkgs.py3to2: don't recompile bytecode 2020-06-17 14:51:59 +02:00
Graham Christensen e8ddc0cfa7
google-chrome: add coreutils to PATH
google-chrome-stable can't run without coreutils in PATH
2020-06-17 08:32:34 -04:00
Graham Christensen 4b5880f015
xdg_utils: xdg-open: add $out to PATH
Otherwise, xdg-open cannot call xdg-mime and this does not work:

    "${pkgs.xdg_utils}/bin/xdg-open"
2020-06-17 08:27:55 -04:00
Tim Steinbach e76f83c266
oh-my-zsh: 2020-06-10 -> 2020-06-17 2020-06-17 08:16:01 -04:00
Lassulus c0574ae321
Merge pull request #90472 from cdepillabout/purescript-0.13.8
purescript: 0.13.6 -> 0.13.8
2020-06-17 14:11:47 +02:00
Atemu 06aec42781
gns3-gui: Fix the build
For Python 3.8 jsonschema 3.2.0 is required instead of 2.6.0.
2020-06-17 13:56:17 +02:00
Eduardo Quiros a866a6b7f0 tut: 0.0.8 -> 0.0.9
There has been a new release that fixes a crash-causing bug.
https://github.com/RasmusLindroth/tut/releases/tag/0.0.9
2020-06-17 13:51:09 +02:00
Aaron Andersen 63d375fbdb
Merge pull request #90512 from stigtsp/package/perl-crypt-mysql-fix-darwin
perlPackages.CryptMySQL: fix darwin build
2020-06-17 07:09:14 -04:00
Aaron Andersen ca25fdf7d9
Merge pull request #90509 from stigtsp/package/crypt-eksblowfish-fix-darwin
perlPackages.CryptEksblowfish: fix darwin build
2020-06-17 07:08:08 -04:00
pablo1107 52c906147c luaPackages.ldbus: init at scm-0 2020-06-17 12:12:08 +02:00
Ingo Blechschmidt 4eb9c8cae5 olm: fix homepage link 2020-06-17 11:51:04 +02:00
Valentin Lorentz 745245a62a vlc: 3.0.10 -> 3.0.11
Includes a security fix for CVE-2020-13428.
Also available at: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=blobdiff;f=modules/packetizer/hxxx_nal.c;h=6bdfd5a2a58ab9397d5758726ef16dfb27fec2a0;hp=73450606e382329a301e04d37c5ac259951448e8;hb=d5c43c21c747ff30ed19fcca745dea3481c733e0;hpb=441907f4352107737523bf9cfb56eabe3563edb4

Release notes: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=tag;h=1519d3219a8d151bca792f40003051fa8b967734
2020-06-17 11:12:54 +02:00
Claudio Bley 9836a30422 bazel-buildtools: 3.2.0 -> 3.2.1 2020-06-17 11:11:41 +02:00
adisbladis 0b0f2940fc
Merge pull request #90653 from zowoq/conmon
conmon: 2.0.17 -> 2.0.18
2020-06-17 10:48:02 +02:00