Commit graph

306052 commits

Author SHA1 Message Date
Felix Buehler de333f96fe mfcl2720dwlpr: deprecate phases 2021-08-02 00:23:43 +02:00
Felix Buehler 34aefcaa40 mfcl2720dwcupswrapper: deprecate phases 2021-08-02 00:23:29 +02:00
Felix Buehler 781875fac7 mfcl2700dnlpr: deprecate phases 2021-08-02 00:23:08 +02:00
Felix Buehler a551dba0ad mfcl2700dncupswrapper: deprecate phases 2021-08-02 00:22:43 +02:00
Luke Granger-Brown 5a7d7dc19f nixos/display-managers: update set-session for new "SessionType" property
GDM 40.1 switched from storing X11 sessions in the "XSession" property
on AccountService to "Session" with a "x11" "SessionType".

For compatibility reasons, we should set both, since AccountService
doesn't seem to provide the compatibility for us.
2021-08-01 22:22:35 +00:00
Felix Buehler abea7db0ae estudio: deprecate phases 2021-08-02 00:22:29 +02:00
Markus Kowalewski 6ef2459696
rdma-core: 35.0 -> 36.0 2021-08-02 00:12:34 +02:00
Bernardo Meurer 6dd36f95f2
linux_xanmod: 5.13.6 -> 5.13.7 2021-08-01 15:06:50 -07:00
Felix Buehler 05d1d550a0 lilypond-fonts: deprecate phases 2021-08-02 00:06:21 +02:00
Felix Buehler 7fdeccc7b6 php/box: deprecate phases 2021-08-01 23:59:46 +02:00
Felix Buehler 1ea3fb3830 phpcbf: deprecate phases 2021-08-01 23:58:58 +02:00
Felix Buehler d82296b1b9 phpcs: deprecate phases 2021-08-01 23:58:17 +02:00
Felix Buehler 9dc4202f94 php-cs-fixer: deprecate phases 2021-08-01 23:57:28 +02:00
Felix Buehler 05f0fbc037 phpmd: deprecate phases 2021-08-01 23:56:33 +02:00
Felix Buehler d3ea470996 phpstan: deprecate phases 2021-08-01 23:53:06 +02:00
Felix Buehler 1cdbdf986f psalm: deprecate phases 2021-08-01 23:52:09 +02:00
Felix Buehler 24bd0775ac psysh: deprecate phases 2021-08-01 23:50:58 +02:00
Zhaofeng Li acbf47a239 phoc: 0.7.1 -> 0.8.0 2021-08-01 14:25:08 -07:00
Zhaofeng Li 1fd29a27e9 phosh: 0.12.0 -> 0.12.1 2021-08-01 14:25:08 -07:00
Maximilian Bosch bee0468d7b
captive-browser: 2019-04-16 -> 2021-08-01
Changes: 08450562e5...9c707dc32a
2021-08-01 23:13:09 +02:00
figsoda a3925908e4 doc: rust: improve documentation on cargoLock.lockFile 2021-08-01 17:01:13 -04:00
Felix Buehler f95d9678a9 tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
Robert Hensing 151c2f5a20
Merge pull request #131814 from blaggacao/fix-nix-daemon-registry-type-unspecified-error
nixos/nix-daemon: fix registry flake type
2021-08-01 22:43:34 +02:00
Aaron Andersen 4fad3a2b69
Merge pull request #131020 from Artturin/uptimed-fix
uptimed nixos/uptimed: switch to /var/lib/ and fix perms
2021-08-01 15:58:36 -04:00
Aaron Andersen 7841f5f4eb
Merge pull request #129861 from vs49688/giteafix
modules/gitea: use gitea to refresh hooks and keys
2021-08-01 15:57:11 -04:00
David Arnold ecae25c3ef
nixos/nix-daemon: fix registry flake type
Before this commit, the `flake` option was typed with `types.unspecified`.

This type get's merged via [`mergeDefaultOption`](ebb592a04c/lib/options.nix (L119-L128)), which has a line
```nix
else if all isFunction list then x: mergeDefaultOption loc (map (f: f x) list)
```

`lib.isFunction` detects an attrs in the shape of `{__functor = ...}` as
a function and hence this line substitutes such attrs with a function
(f: f x).

If now, a flake input has a `__functor` as it's output, this will
coerce the once attrs to a function. This breaks a lot of things later
in the stack, for example a later `lib.filterAttrs seive <LAMBDA>` will
fail for obious reasons.

According to @infinisil, `types.unspecified` is due to deprecation. In
the meantime this PR provides a specific fix for the specific problem
discovered.
2021-08-01 14:56:13 -05:00
ajs124 863a26e380
Merge pull request #132329 from Mic92/tt-rss-plugin-auth-ldap
tt-rss-plugin-auth-ldap: fix compat with latest tt-rss
2021-08-01 21:24:11 +02:00
Fabian Affolter a7b75189c6 python3Packages.types-requests: 2.25.0 -> 2.25.1 2021-08-01 21:18:52 +02:00
Luke Granger-Brown 142da94468
Merge pull request #132345 from lukegb/fix-eval
nixos/virtualbox-image: cast baseImageFreeSpace to str
2021-08-01 20:15:46 +01:00
ajs124 cf44857e06
Merge pull request #131780 from r-ryantm/auto-update/icingaweb2-ipl
icingaweb2-ipl: 0.6.0 -> 0.6.1
2021-08-01 21:15:26 +02:00
Luke Granger-Brown b5fab53628 nixos/virtualbox-image: cast baseImageFreeSpace into str
This fixes an evaluation error that's blocking the nixos-unstable
channel (#132328).
2021-08-01 18:59:08 +00:00
Robert Hensing 29c76b8c02
Merge pull request #132322 from dywedir/broot
broot: 1.6.0 -> 1.6.2
2021-08-01 20:42:22 +02:00
Robert Hensing 70369dbba0
Merge pull request #132331 from sternenseemann/pkgs-llvm-stdenv-trunk
pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
2021-08-01 20:32:18 +02:00
Vinícius Müller 2c79ed4585
vimPlugins.onedark-nvim: Add lush-nvim dependency (#131987)
* vimPlugins.onedark-nvim: Add lush-nvim dependency

* Update pkgs/misc/vim-plugins/overrides.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-01 20:12:02 +02:00
Benjamin Asbach f22a7ae1a8
soapui: 5.5.0 -> 5.6.0 (#131307)
Co-authored-by: Benjamin Asbach <asbachb@users.noreply.github.com>
2021-08-01 20:11:12 +02:00
Louis Bettens 28e5412f08 chia: unbreak 2021-08-01 19:18:58 +02:00
David Reaver 9fc2cddf24
1password: 1.9.1 -> 1.11.2 (#131497)
* 1password: 1.9.1 -> 1.11.2

Also, we are using the new `apple_universal` package 1password added
to support amd64 and the new M1 architecture. If this is a problem, we
can revert to 1.11.0 for now, which is the last version that uses the
old `darwin_amd64` package.

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2021-08-01 12:18:03 -05:00
sternenseemann 0307a8af6c pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
Having pkgsLLVM.stdenv built with nixpkgs:trunk will make building
anything in pkgsLLVM decidedly less painful since it will eliminate
the need to build LLVM and clang locally, which shouldn't be as bad
on hydra.

Darwin is disabled for now since it doesn't evaluate correctly there
(infinite recursion problem with the SDK).
2021-08-01 19:12:43 +02:00
Maximilian Bosch f49c480094
Merge pull request #132235 from Ma27/bump-epson-escpr2
epson-escpr2: 1.1.34 -> 1.1.38
2021-08-01 19:08:33 +02:00
Maximilian Bosch 8c35a69a6e
nixos/captive-browser: fix startup
It seems as since Chromium 92, `chromium` crashes on startup if
`XDG_CONFIG_HOME` points to a read-only (store-)path.
2021-08-01 19:04:49 +02:00
Michael Weiss 26b389e0b9
Merge pull request #132332 from primeos/chromium
chromium: Drop two gn overrides that are not required anymore
2021-08-01 18:49:34 +02:00
Michael Weiss 2682531c67
chromium: Drop two gn overrides that are not required anymore
The chromium and chromiumBeta builds still succeed.
2021-08-01 18:28:08 +02:00
Jörg Thalheim 88a326a926 tt-rss-plugin-auth-ldap: fix compat with latest tt-rss 2021-08-01 18:21:23 +02:00
davidak bd13bd24ba xboxdrv: update url 2021-08-01 18:14:48 +02:00
Jan Solanti a9b07d1cb7 renderdoc: 1.14 -> 1.15 2021-08-01 19:03:39 +03:00
Alyssa Ross 3669b12f35 lib.systems: add m68k-netbsd support
m68k was recently added for Linux and none, but NetBSD also supports
m68k.  Nothing will build yet, but I want to make sure we at least
encode the existence of NetBSD support for every applicable
architecture we support for other operating systems.
2021-08-01 15:27:12 +00:00
Alyssa Ross 173a37e7b5 lib.systems.doubles: re-sort
These were alphabetically sorted until m68k and s390 were added.
2021-08-01 15:27:12 +00:00
Vladyslav M cd3cb8a9e4
broot: 1.6.0 -> 1.6.2 2021-08-01 18:24:16 +03:00
Vladyslav M ac7935480a
broot: add dywedir to maintainers 2021-08-01 18:22:09 +03:00
Vladimír Čunát fd6fc2cae2
Merge #131965: knot-resolver: 5.3.2 -> 5.4.0 2021-08-01 16:55:55 +02:00