Commit graph

363295 commits

Author SHA1 Message Date
Fabian Affolter
c984213d12
Merge pull request #165357 from r-ryantm/auto-update/yamale
yamale: 4.0.3 -> 4.0.4
2022-03-23 20:50:16 +01:00
Fabian Affolter
1a0dc0e5e4
Merge pull request #165480 from 06kellyjac/grype
grype: 0.34.4 -> 0.34.6
2022-03-23 20:49:29 +01:00
Fabian Affolter
cc777a7684
Merge pull request #165135 from r-ryantm/auto-update/blackbox_exporter
prometheus-blackbox-exporter: 0.19.0 -> 0.20.0
2022-03-23 20:48:34 +01:00
Fabian Affolter
c71ffb231c
Merge pull request #165459 from r-ryantm/auto-update/python3.10-jdatetime
python310Packages.jdatetime: 4.0.0 -> 4.1.0
2022-03-23 20:43:25 +01:00
R. Ryantm
f9e4a45f5d lychee: 0.8.2 -> 0.9.0 2022-03-23 19:24:48 +00:00
Ryan Mulligan
adbaf07145
Merge pull request #160366 from benneti/projecteur
projecteur: init at 0.9.2
2022-03-23 12:18:20 -07:00
R. Ryantm
f770dd0627 grails: 5.1.3 -> 5.1.4 2022-03-23 19:32:40 +01:00
Benedikt Tissot
1cc9cfa9c7 projecteur: init at 0.9.2 2022-03-23 19:30:42 +01:00
06kellyjac
8afb8ff828 grype: 0.34.4 -> 0.34.6 2022-03-23 18:08:08 +00:00
Benjamin Staffin
f4aabde858
keycloak: wrap all the shell scripts (#165316)
Most of these just need JAVA_HOME, but a few assume that java is in PATH
2022-03-23 13:40:08 -04:00
R. Ryantm
2cd6db8fbf oh-my-zsh: 2022-03-18 -> 2022-03-22 2022-03-23 13:35:41 -04:00
Bernardo Meurer
25d1efa97e
Merge pull request #165386 from zhaofengli/moonraker-2022-03-10
moonraker: unstable-2021-12-05 -> unstable-2022-03-10
2022-03-23 10:33:10 -07:00
Austin Butler
e204e5c576 python3Packages.scancode-toolkit: relax pdfminer version requirements 2022-03-23 10:22:10 -07:00
Austin Butler
c2c93f7fca python3Packages.pdfx: relax pdfminer version requirements 2022-03-23 10:21:50 -07:00
Austin Butler
5d10edd260 ocrmypdf: relax pdfminer version requirements 2022-03-23 10:21:23 -07:00
Austin Butler
7076d82805 pdfminer: fix missing package version 2022-03-23 10:19:27 -07:00
Fabian Affolter
3bcfdb0e15
Merge pull request #165457 from r-ryantm/auto-update/gitleaks
gitleaks: 8.5.0 -> 8.5.1
2022-03-23 18:10:31 +01:00
R. Ryantm
81b2f16588 python310Packages.sense-energy: 0.10.2 -> 0.10.3 2022-03-23 16:42:47 +00:00
ajs124
d576772452
Merge pull request #164576 from drupol/php/bumps-march-2022
php80: 8.0.16 -> 8.0.17
2022-03-23 17:38:38 +01:00
ajs124
aa4dd0bf10
Merge pull request #165439 from helsinki-systems/upd/icingaweb2
icingaweb2: 2.9.6 -> 2.10.0
2022-03-23 17:25:36 +01:00
ajs124
2f305b20b4
Merge pull request #165443 from helsinki-systems/upd/ipl
icingaweb2-ipl: 0.7.0 -> 0.8.0
2022-03-23 17:22:52 +01:00
Fabian Affolter
56605a242a
Merge pull request #165425 from SuperSandro2000/ctop
ctop: 0.7.6 -> 0.7.7
2022-03-23 17:21:06 +01:00
Ryan Mulligan
49c656c8bb
Merge pull request #165120 from r-ryantm/auto-update/patroni
patroni: 2.0.2 -> 2.1.3
2022-03-23 09:05:10 -07:00
Martin Weinelt
df83570b8e
thunderbirdPackages: stop passing in gnused_422 2022-03-23 17:03:42 +01:00
Martin Weinelt
b3529accfb
firefox: reformat, sort, cleanup
It is normal for such a large derivation to accumulate mixed codestyles
over all those years making it harder to maintain.

By splitting up dependencies to one per line I noticed two unused
dependencies (hunspell, sqlite) that were removed in this change.

Also most lists are now sorted alphabetically, so reasoning about them
has become much easier.

Lists now use the same style for indentation and concat, and environment
variables are all defined in preConfigure as opposed to bare in the
derivation.

The object dir, firefox build directory, is now in a predictable
directory at ${pwd}/mozobj as opposed to ${pwd}/obj-@CONFIG_GUESS@,
saving us one wildcard expansion. This is also a good prepration for the
PGO build where we need to reference bits inside this directory.

Added a few comments and clarified others from what I've learned how the
firefox build works.
2022-03-23 17:03:42 +01:00
Martin Weinelt
178d447610
firefox: pass pciutils via wrapper instead of patching it 2022-03-23 17:03:42 +01:00
Martin Weinelt
51e5f33899
firefox: fix system libffi usage
Since Firefox 51 the --enable-system-ffi flag was renamed to
--with-systemd-ffi when it moved to the javascript toolkit parts. Rename
the flag accordingly and reintroduce the dependency.

mozbz#1294803
2022-03-23 17:03:41 +01:00
Martin Weinelt
08ea534e67
firefox: drop darwin support
Darwin support was marked broken in 2019 with Firefox 69 and has missed
therefore missed out and not been tested on the following 29 major
releases since.

It cannot be supported again without a darwin user stepping up to take
care and work on and test every major release, which hasn't happened
since I took over maintainership.

The recommendation of the people that tend to the firefox source build
is for darwin users to use firefox-bin instead.
2022-03-23 17:03:41 +01:00
Martin Weinelt
71d879b16b
firefox: drop pipewire from build inputs
Firefox does not support passing pipewire as a system library and
instead relies on a vendored copy it ships. We keep the flag because it
is tied into the wrapper, because we still need to have access to its
libraries at runtime.
2022-03-23 17:03:41 +01:00
Martin Weinelt
48eabf6838
firefox: drop hint regarding system cairo
Building with system cairo has been unsupported since Firefox 60
(mozbz#1432751) and the flag was removed in 2021 with Firefox 92
(mozbz#1722653).
2022-03-23 17:03:41 +01:00
Martin Weinelt
25e22d96ba
firefox: enable necko wifi scanner
Tied to the geolocation support flag. On Linux this uses the DBus
interface of NetworkManager to query visible accesspoints and relay them
to Mozilla location service in return for position approximation.
2022-03-23 17:03:41 +01:00
Martin Weinelt
e921e84e9d
firefox: don't set BUILD_OFFICIAL
It was removed in 2009 in favor of MOZILLA_OFFICIAL

mozbz#435923
2022-03-23 17:03:40 +01:00
Martin Weinelt
cfcc611cb4
firefox: use our own libwebp 2022-03-23 17:03:40 +01:00
Martin Weinelt
2f31fe95fd
firefox: rename patches arg to extraPatches
This is for consistency with other extra arguments that can be handed to
firefox common.nix.

Also pull the patch phase of the derivation closer together and use the
same list concat style as elsewhere.
2022-03-23 17:03:40 +01:00
Martin Weinelt
350f1345a7
firefox: unpin autoconf & icu, drop yasm
Let's not be the package that is stuck on arbitrarily old dependency
versions that should be removed anyway.
2022-03-23 17:03:40 +01:00
Fabian Affolter
d5f325f761
Merge pull request #165360 from r-ryantm/auto-update/python3.10-pex
python310Packages.pex: 2.1.72 -> 2.1.73
2022-03-23 16:03:59 +01:00
R. Ryantm
bd87ad0cd0 cargo-nextest: 0.9.10 -> 0.9.11 2022-03-23 15:14:22 +01:00
Jörg Thalheim
68f2f2cc23
Merge pull request #165447 from bobby285271/gnome-podcasts
gnome-podcasts: fix build with meson 0.61
2022-03-23 13:52:57 +00:00
Yaya
f5fd6b3363 gitlab-runner: 14.9.0 -> 14.9.1 2022-03-23 13:35:11 +00:00
Bobby Rong
b5bf88eb62
glade: fix build with meson 0.61 2022-03-23 20:56:59 +08:00
Fabian Affolter
effc361669
Merge pull request #165410 from SuperSandro2000/brotlicffi
python39Packages.brotlicffi: fix typo
2022-03-23 13:40:48 +01:00
Fabian Affolter
f2c344693a
Merge pull request #165409 from SuperSandro2000/urwid
python39Packages.urwid: update homepage, remove old meta.repositories.git
2022-03-23 13:40:34 +01:00
Janne Heß
9fd28e50f0
icingaweb2-ipl: 0.7.0 -> 0.8.0 2022-03-23 13:40:11 +01:00
markuskowa
3095b43655
Merge pull request #165368 from sikmir/gnuastro
gnuastro: init at 0.17
2022-03-23 13:04:04 +01:00
Janne Heß
7b9f479a89
icingaweb2: 2.9.6 -> 2.10.0 2022-03-23 12:52:44 +01:00
Sandro
7aa377336e
Merge pull request #165412 from SuperSandro2000/pycurl 2022-03-23 12:21:53 +01:00
Sandro
14ac231936
Merge pull request #165145 from OPNA2608/update/corrscope 2022-03-23 12:20:04 +01:00
Bobby Rong
adc5c392f4
gnome-podcasts: fix build with meson 0.61 2022-03-23 19:10:59 +08:00
Profpatsch
a701c09286 nixos-rebuild: use log instead of echo, always print to stderr
Introduces a `log()` function, similar to `logVerbose()`, to replace
usage of `echo` for logging.
2022-03-23 11:49:59 +01:00
Bobby Rong
e9e8bb4659
gnome.gnome-mahjongg: fix build with meson 0.61 2022-03-23 18:41:30 +08:00