Sergey Lukjanov
7449170e6b
alertmanager: 0.20.0 -> 0.21.0
2020-06-17 11:37:38 -07:00
R. RyanTM
d588c2dcc5
geekbench: 5.1.1 -> 5.2.0
2020-06-17 11:36:42 -07:00
R. RyanTM
36f5cb2a88
amiri: 0.112 -> 0.113
2020-06-17 11:35:44 -07:00
Lassulus
43c3799914
Merge pull request #86572 from r-ryantm/auto-update/heimer
...
heimer: 1.15.1 -> 1.16.0
2020-06-17 20:34:00 +02:00
R. RyanTM
ec13b27348
gmm: 5.3 -> 5.4
2020-06-17 11:09:03 -07:00
R. RyanTM
03ff03db4f
freetds: 1.1.40 -> 1.1.42
2020-06-17 11:05:46 -07:00
R. RyanTM
7b104edf89
eagle: 9.6.1 -> 9.6.2
2020-06-17 11:04:13 -07:00
R. RyanTM
0505a47c8e
gitkraken: 7.0.0 -> 7.0.1
2020-06-17 11:03:33 -07:00
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
Florian Klink
35040cfafd
rmlint: fix running rmlint --gui
...
rmlint has a `--gui` option which is writing a python "bootstrap" script
in `/tmp`.
It currently can't find its own python modules, as we don't prefix
`PYTHONPATH` to point to it. Also, there's some other runtime
dependencies, mostly due to using gtk from python(3), which also needs
to be preprended to `PYTHONPATH`.
The `rmlint` GUI components also execute `rmlint` again with `--version`
to determine some features, for which we need to prefix `PATH` with
`$out/bin`.
2020-06-17 19:41:41 +02: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
Pascal Bach
f29063ff0b
nixos/virtualbox-image: change graphics adapter to vmswga
2020-06-17 18:43:28 +02:00
Pascal Bach
6c2d12f1fa
nixos/manual: recommend VMSVGA as graphics adapter
...
Virtualbox recommends VMSVGA for Linux guests.
It is also currently the only one supporting 3D acceleration
and it works out of the box with NixOS and auto screen resizing.
2020-06-17 18:43:27 +02:00
Pascal Bach
ec9792a3f5
nixos/virtualbox-guest: add vmware driver
...
VMSGVA is recommended by virtualbox for Linux clients.
Compared to VBoxVGA and VBoxSVGA it also supports 3D acceleration.
Adding the driver makes nixos work with all three supported graphics card
types.
2020-06-17 18:43:27 +02:00
Pascal Bach
9c300b6e2c
virtualbox-guest-additions: fix dlopen of libXrandr
...
The library could not be loaded which prevented autoresizing
when using the VMSVGA adapter.
2020-06-17 18:43:27 +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