Commit graph

357403 commits

Author SHA1 Message Date
zseri 72957a2dc0 element-desktop: make keytar optional 2022-02-23 23:41:15 +01:00
zseri 48c3c219bd xdg-desktop-portal: make geoclue2 optional 2022-02-23 23:41:15 +01:00
zseri bf664d85b4 xdg-desktop-portal: sort argument/package lists 2022-02-23 23:41:05 +01:00
0x4A6F 77a7a41977
Merge pull request #161581 from kamadorueda/update-alejandra-nixpkgs
alejandra: 0.4.0 -> 0.5.0
2022-02-23 23:38:38 +01:00
zseri 9bc2cd9866 remmina: make it easier to disable libsecret 2022-02-23 23:38:06 +01:00
zseri 2bd4a5d10d evince: make libsecret optional 2022-02-23 23:38:06 +01:00
zseri bed1ee0548 webkitgtk: make it easier to disable avahi globally by fixing enableGeoLocation option
The problem with enableGeoLocation was that it didn't compose well with
.overrideAttrs and setting geoclue2=null at the overlay level
because of the assert statement.

Thus, when combined with disabling libsecret, the resulting override code was:
  avahi = null;
  geoclue2 = { outPath = throw "geoclue is disabled"; };
  webkitgtk = prev.lib.pipe prev.webkitgtk [
    (x: x.override { enableGeoLocation = false; geoclue2 = prev.geoclue2; })
    (x: x.overrideAttrs (old: { cmakeFlags = old.cmakeFlags ++ [ "-DUSE_LIBSECRET=OFF" ]; }))
    (x: x.override { enableGeoLocation = false; geoclue2 = null; libsecret = null; })
  ];

It works, but is unnecessarily complex.

: detailed motviation
libsecret and geoclue2 are actually completely independent,
the real conflict is between assert and override/overrideAttrs which
don't work as expected; e.g. you can pass an updated parameter, but the
original parameter at callPackage "calltime" after recusion through overlays
gets used, so when globally setting "geoclue2=null;" in an overlay,
the assert is always hit without any way to work around that
2022-02-23 23:38:05 +01:00
zseri 9a93279738 cups-filters: make it easier to disable avahi
: previous override code to do this was :
  cups-filters = prev.lib.pipe prev.cups-filters [
    (x: x.overrideAttrs (old: { configureFlags = old.configureFlags ++ ["--disable-avahi"]; }))
    (x: x.override { avahi = null; })
  ];

: new override code to do this is :
  cups-filters = prev.cups-filters.override { withAvahi = false; };
2022-02-23 23:38:05 +01:00
zseri a91e85efa3 cups-filters: run nixpkgs-fmt 2022-02-23 23:38:05 +01:00
Jörg Thalheim 1b65bfc672
Merge pull request #161525 from j0hax/tectonic-next
tectonic: include symlink to V2 interface
2022-02-23 22:11:40 +00:00
Jörg Thalheim 7dda625e7f
Merge pull request #161554 from r-ryantm/auto-update/fn
fn-cli: 0.6.13 -> 0.6.14
2022-02-23 22:02:13 +00:00
Renaud 3c172030ec
Merge pull request #149786 from r-ryantm/auto-update/ocaml4.12.0-dose3
ocamlPackages.dose3: 6.1 -> 7.0.0
2022-02-23 22:56:26 +01:00
Kevin Amado 4217504fb9
alejandra: 0.4.0 -> 0.5.0 2022-02-23 16:50:11 -05:00
José Romildo Malaquias f1143cb501
Merge pull request #161144 from romildo/new.git-updater
gitUpdater: init
2022-02-23 18:48:24 -03:00
Jan Tojnar ca856a724d
Merge pull request #161501 from r-ryantm/auto-update/babl
babl: 0.1.88 -> 0.1.90
2022-02-23 22:41:02 +01:00
R. RyanTM e9a70d75f5
lockfileProgs: 0.1.18 -> 0.1.19
* lockfileProgs: 0.1.18 -> 0.1.19 (#149897)

* lockfile-progs: refactor

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 22:39:52 +01:00
0x4A6F 02a416f737
Merge pull request #161099 from K900/upd8n
n8n: 0.163.1 → 0.164.1
2022-02-23 22:30:37 +01:00
Pascal Wittmann 65f66dd4d2
Merge pull request #161056 from dywedir/nixos/vaultwarden
nixos/vaultwarden: fix evaluation
2022-02-23 22:27:58 +01:00
0x4A6F 42352cfd51
Merge pull request #161574 from Kloenk/schildichat_maintainer_kloenk
Schildichat maintainer kloenk
2022-02-23 22:27:43 +01:00
R. RyanTM 1f005ac7f0
libsForQt5.kquickimageedit: 0.1.3 -> 0.2.0
* libsForQt5.kquickimageedit: 0.1.3 -> 0.2.0 (#150016)

* libsForQt5.kquickimageedit: add meta attributes

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 22:18:33 +01:00
R. Ryantm a9f76979d0 sarasa-gothic: 0.35.8 -> 0.35.9 2022-02-23 21:17:49 +00:00
Renaud 65ecaa9903
Merge pull request #150078 from r-ryantm/auto-update/gurobi
gurobi: 9.1.2 -> 9.5.0
2022-02-23 22:08:43 +01:00
Finn Behrens c77da6e9bd maintainers: update mail for kloenk 2022-02-23 21:58:36 +01:00
Finn Behrens 69452c779b schildichat-desktop,schildichat-web: add kloenk as maintainer 2022-02-23 21:57:26 +01:00
R. RyanTM 5db03a5186
ibus-engines.m17n: 1.4.6 -> 1.4.9
* ibus-engines.m17n: 1.4.6 -> 1.4.8 (#150086)

* ibus-m17n: 1.4.8 -> 1.4.9
and use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 21:44:28 +01:00
Pascal Bach cfe4cf4389
Merge pull request #161440 from r-ryantm/auto-update/sqlx-cli
sqlx-cli: 0.5.10 -> 0.5.11
2022-02-23 21:32:21 +01:00
Pascal Bach d1d1906aa1
Merge pull request #161433 from r-ryantm/auto-update/rush
rush: 2.1 -> 2.2
2022-02-23 21:23:32 +01:00
Bernardo Meurer 2f9474e19f
Merge pull request #161275 from lovesegfault/notcurses-3.0.7
notcurses: 3.0.6 -> 3.0.7
2022-02-23 12:21:21 -08:00
Pascal Bach e5a954e78c
Merge pull request #161448 from r-ryantm/auto-update/trace-cmd
trace-cmd: 2.9.6 -> 2.9.7
2022-02-23 21:19:19 +01:00
Jan Tojnar 2427ba619c
Merge pull request #161260 from jtojnar/gnome-update-bump
gnome.updateScript: Various improvements
2022-02-23 21:17:45 +01:00
Pascal Bach 81ad5154a2
Merge pull request #161497 from McSinyx/blackshades-2.4.9
blackshades: 2.4.7 -> 2.4.9
2022-02-23 21:16:59 +01:00
Michael Weiss 7b6cf4d8e9
Merge pull request #161128 from a-m-joseph/chromium-use-jre8_headless-instead-of-jre8
chromium: use jre8_headless instead of jre8
2022-02-23 21:16:26 +01:00
Vincent Laporte 3b50449992 coqPackages.iris: 3.5.0 → 3.6.0
coqPackages.stdpp: 1.6.0 → 1.7.0
2022-02-23 21:14:14 +01:00
R. RyanTM 89049ef441
libsForQt5.drumstick: 2.4.1 -> 2.5.1
* libsForQt5.drumstick: 2.4.1 -> 2.5.0 (#152911)

* libsForQt5.drumstick: 2.5.0 -> 2.5.1
and update meta.homepage
(former URL is a permanent redirect)

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 21:11:37 +01:00
Pascal Bach c5e7bc6550
Merge pull request #161509 from r-ryantm/auto-update/nuclei
nuclei: 2.6.0 -> 2.6.1
2022-02-23 21:10:08 +01:00
Jan Tojnar fac4d4432f babl: 0.1.88 → 0.1.90
https://gitlab.gnome.org/GNOME/babl/-/compare/BABL_0_1_88...BABL_0_1_90
2022-02-23 21:09:06 +01:00
Pascal Bach 9974f1dc74
Merge pull request #161527 from stehessel/add-odo
odo: init at 2.5.0
2022-02-23 21:06:44 +01:00
Pascal Bach bb2793c570
Merge pull request #161511 from r-ryantm/auto-update/check_ssl_cert
checkSSLCert: 2.20.0 -> 2.21.0
2022-02-23 21:03:10 +01:00
Pascal Bach de63a757b7
Merge pull request #161560 from r-ryantm/auto-update/tinyssh
tinyssh: 20220101 -> 20220222
2022-02-23 21:02:25 +01:00
Jan Tojnar 4c21b7bf13
Merge pull request #160347 from r-ryantm/auto-update/libosinfo
libosinfo: 1.9.0 -> 1.10.0
2022-02-23 21:01:31 +01:00
Marek Fajkus 8af3ab192f
Merge pull request #161389 from kubukoz/scala-cli-012
scala-cli: 0.1.1 -> 0.1.2
2022-02-23 20:56:20 +01:00
R. RyanTM 218175170f
fastjet-contrib: 1.046 -> 1.048
* fastjet-contrib: 1.046 -> 1.048 (#159246)

* fastjet-contrib: update meta
and fetch source over https

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 20:35:47 +01:00
Renaud 8ddc676ed3
Merge pull request #152784 from r-ryantm/auto-update/lightwalletd
lightwalletd: 0.4.8 -> 0.4.9
2022-02-23 20:35:03 +01:00
Jan Tojnar 9a6974d579 osinfo-db: 20211216 → 20220214
https://gitlab.com/libosinfo/osinfo-db/-/commits/v20220214
2022-02-23 20:30:21 +01:00
Jan Tojnar f90aab6b42 libosinfo: 1.9.0 → 1.10.0
https://gitlab.com/libosinfo/libosinfo/-/blob/v1.10.0/NEWS

- Add meta.changelog
2022-02-23 20:29:35 +01:00
Jan Tojnar 68ff26dcb5 osinfo-db-tools: 1.9.0 → 1.10.0
https://gitlab.com/libosinfo/osinfo-db-tools/-/blob/v1.10.0/NEWS

- Switch to libsoup3
- Add meta.changelog
- Format the expression with nixpgks-fmt
2022-02-23 20:29:35 +01:00
Fabian Affolter 1bba084a3d
Merge pull request #161516 from fabaff/bump-shodan
python3Packages.shodan: 1.26.1 -> 1.27.0
2022-02-23 20:25:06 +01:00
Renaud c9c765631d
Merge pull request #156817 from r-ryantm/auto-update/python3.10-django-configurations
python310Packages.django-configurations: 2.3.1 -> 2.3.2
2022-02-23 20:08:26 +01:00
Martin Weinelt 33430f4d94
Merge pull request #159400 from r-ryantm/auto-update/python3.10-matrix_common 2022-02-23 20:03:13 +01:00
Renaud 4f6f7592e2
Merge pull request #159463 from r-ryantm/auto-update/erigon
erigon: 2022.01.02 -> 2022.02.02
2022-02-23 19:52:01 +01:00