Commit graph

306008 commits

Author SHA1 Message Date
R. RyanTM b8f14c3311 checkstyle: 8.44 -> 8.45 2021-08-02 01:57:46 +00:00
R. RyanTM b9c66d1b74 bupstash: 0.9.1 -> 0.10.0 2021-08-02 01:41:24 +00:00
R. RyanTM 08f3bf4844 bacon: 1.1.6 -> 1.1.8 2021-08-02 01:01:10 +00:00
Sebastian Sellmeier 9f629693f3
seahorse: add glib-networking for sync 2021-08-02 02:49:29 +02:00
Anderson Torres 2a22c805af
Merge pull request #132281 from AndersonTorres/new-dialog
dialog: 1.3-20210324 -> 1.3-20210621
2021-08-01 21:21:59 -03:00
markuskowa 49fcc13e14
Merge pull request #132364 from markuskowa/upd-rdma
rdma-core: 35.0 -> 36.0
2021-08-02 00:54:44 +02:00
Bernardo Meurer 57ad08a006
Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6
linux_xanmod: 5.13.5 -> 5.13.7
2021-08-01 22:52:23 +00:00
Luke Granger-Brown aaf9676fbb
Merge pull request #132366 from lukegb/fix-eval
nixos/display-managers: update set-session for new "SessionType" property
2021-08-01 23:36:56 +01:00
Felix Buehler 7900764af6 splix: deprecate phases 2021-08-02 00:24:29 +02:00
Felix Buehler 78e576af86 mfcl8690cdwlpr: deprecate phases 2021-08-02 00:24:15 +02:00
Felix Buehler fcded91e5e mfcl8690cdwcupswrapper: deprecate phases 2021-08-02 00:24:01 +02:00
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