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
Bouke van der Bijl
84e25cf478
fish: use -p to prepend profile directories
2020-06-17 18:59:56 +02:00
Bouke van der Bijl
9daa1838d3
fish: replace use of tr with string split
...
This shaves about 4ms off fish start time.
Before (profiled with 'fish --profile prof.txt -c fish_prompt'):
225 4636 ----> set -l __nix_profile_paths (echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n')[-1..1]
4411 4411 -----> echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n'
After:
190 248 ----> set -l __nix_profile_paths (string split ' ' $NIX_PROFILES)[-1..1]
2020-06-17 18:59:35 +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
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
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
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
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
Peter Hoeg
5266029726
Merge pull request #90433 from r-ryantm/auto-update/strawberry
...
strawberry: 0.6.10 -> 0.6.12
2020-06-17 16:39:59 +08:00
Philipp Riegger
3d6107d423
factorio{,-headless}-experimental: 0.18.30 -> 0.18.32
2020-06-17 10:39:41 +02:00
Jörg Thalheim
62c02ec3bd
Merge pull request #90456 from Mic92/i3pystatus
2020-06-17 08:55:59 +01:00
Jörg Thalheim
df54fe60ba
Merge pull request #87554 from emilazy/add-aio-to-kconfig
...
linux: explicitly enable AIO
2020-06-17 08:46:30 +01:00
Jörg Thalheim
14fcd947a0
Merge pull request #90651 from mweinelt/bees
2020-06-17 07:54:03 +01:00
koral
0b671216bb
binwalk: disable Qt support by default
2020-06-17 08:40:20 +02:00