Commit Graph

70143 Commits

Author SHA1 Message Date
Pascal Bach
2cb130080d
Merge pull request #165579 from peterromfeldhk/peter-kubent
kubent: init at 0.5.1
2022-03-24 21:55:00 +01:00
peter woodman
6af081ad33
prometheus-node-exporter: fix build on darwin (#165546) 2022-03-24 12:24:40 -04:00
Robert Hensing
ce5a33e62b
Merge pull request #164660 from ncfavier/tests-restrict-arguments
nixos/testing: restrict arguments to makeTest
2022-03-24 17:01:47 +01:00
Martin Weinelt
42778c739f
Merge pull request #165526 from helsinki-systems/drop/gnused_422
gnused_422: drop
2022-03-24 13:40:21 +01:00
Jan Tojnar
7ba956b497
Merge pull request #161012 from a-m-joseph/pyudev-honor-systemdSupport
pyudev: depend on udev instead of systemd
2022-03-24 10:35:17 +01:00
Adam Joseph
a05e926519 pyudev: depend on udev instead of systemd
Pyudev depends only on a libudev implementation, rather than on
systemd-udevd specifically or on systemd generally.  Let's adjust the
dependency list to make it more specific.  In particular, this allows
pyudev to build and run with the overlay which substitutes eudev for
udev.

Pyudev is used by the auxiliary trackpad calibration tools included as
part of libinput.  Because an enormous number of packages depend on
libinput, this allows a very large number of packages to be used
without systemd.  Note that libinput.so does not depend on pyudev or
systemd -- only the trackpad calibration utilities bundled with
libudev use pyudev.
2022-03-24 02:03:36 -07:00
Vincent Laporte
3cc1ef775d ocamlPackages.magick: remove at 0.34 2022-03-24 09:45:20 +01:00
Peter Romfeld
edd6f77fff
kubent: init at 0.5.1 2022-03-24 10:26:22 +02:00
ajs124
9f69ce4059 gnused_422: drop
this version was re-introduced in cb70a594cb
should not be needed anymore
2022-03-24 00:03:59 +01:00
ajs124
c662a1154e
Merge pull request #165161 from mweinelt/firefox-cleanup
firefox: spring cleaning 🦊
2022-03-23 23:57:52 +01:00
Robert Scott
0c31adefdc
Merge pull request #164526 from helsinki-systems/upd/varnish
varnish: 7.0.2 -> 7.1.0
2022-03-23 22:42:00 +00:00
Bernardo Meurer
a3cfdf39a7
cups-brother-mfcl2750dw: init at 4.0.0-1 2022-03-23 14:49:49 -07: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
Benedikt Tissot
1cc9cfa9c7 projecteur: init at 0.9.2 2022-03-23 19:30:42 +01: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
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
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
markuskowa
3095b43655
Merge pull request #165368 from sikmir/gnuastro
gnuastro: init at 0.17
2022-03-23 13:04:04 +01:00
Sandro
55b85b1356
Merge pull request #163335 from knl/wxwidgets-3.1-update 2022-03-23 11:31:24 +01:00
InternetUnexplorer
2e7cf56e45 kde/plasma5: 5.24.0 -> 5.24.3 2022-03-23 18:19:33 +08:00
Sandro
568a402fc4
Merge pull request #165273 from alyssais/cgit-pink-1.3.0 2022-03-23 10:41:35 +01:00
Florian
4789fec756
python3Packages.pyzbar: init at 0.1.9 (#164944)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 10:35:25 +01:00
Nikola Knezevic
b22a1d1530 wxwidgets: fix building on darwin
Fix building on darwin by passing in all the dependencies and removing
compilation switches that do not exist anymore.
2022-03-23 09:08:55 +01:00
Sandro
6adbeb6a0a
Merge pull request #165060 from zakame/contrib/perl-DevelPatchPerl-2.08 2022-03-23 07:55:06 +01:00
Sandro
4df9ab418f
Merge pull request #164985 from Freax13/init-gef 2022-03-23 07:46:15 +01:00
Doron Behar
354e855d60
python3.pkgs.pint-pandas: init at 0.2 (#165138)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 07:24:37 +01:00
Nathan van Doorn
61f798890e
souffle: 2.0.2 -> 2.2 (#164103)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 06:30:06 +01:00
Shawn8901
3bf28598c1
autoadb: init at unstable-2020-06-01 (#165244)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 06:29:45 +01:00
Francesco Gazzetta
f40327ce40
hut: init at unstable-2022-03-02 (#162663)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:51:47 +01:00
Chuang Zhu
e9c91a137a
gotktrix: init at 0.1.1 (#162571)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:50:12 +01:00
Nikolay Korotkiy
d9d3fe9b7c
gnuastro: init at 0.17 2022-03-23 07:37:18 +03:00
Sandro
7c641c7a5d
Merge pull request #165351 from babbaj/gpu-screen-recorder 2022-03-23 05:35:55 +01:00
Sandro
47102eca11
Merge pull request #165192 from IvarWithoutBones/init/goldberg 2022-03-23 05:00:31 +01:00
Sandro
cd035f3621
Merge pull request #164004 from aaronjheng/clash 2022-03-23 04:18:45 +01:00
Babbaj
9eeffe65ad
gpu-screen-recorder: init at 1.0.0 2022-03-22 23:04:20 -04:00
Sandro
1c085fde6f
Merge pull request #165171 from helsinki-systems/drop/libpng_apng 2022-03-23 03:49:51 +01:00
Sandro
00eed920ab
Merge pull request #165299 from ehmry/collapseos 2022-03-23 03:46:41 +01:00
Sandro
360a2296f4
Merge pull request #164614 from 06kellyjac/syft 2022-03-23 03:41:31 +01:00
ajs124
6324abc93e libpng_apng: drop
It's been the same as libpng since 8164d28, because
`libpng_apng = libpng.override { apngSupport = true; };`, but `apngSupport ? true`
2022-03-23 03:20:11 +01:00
Sandro
e760d3b61e
Merge pull request #164816 from WolfangAukang/cfn-nag 2022-03-23 02:24:55 +01:00
Zhaofeng Li
c07742260e python3Packages.preprocess-cancellation: init at 0.2.0 2022-03-22 15:35:38 -07:00
06kellyjac
40b9dfc739 syft: 0.41.6 -> 0.42.2 2022-03-22 19:06:30 +00:00
florian on nixos (Florian Brandes)
bb82344ca6 python3Packages.zipstream-ng: init at 1.3.4
needed for octoprint update

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-22 08:43:15 -07:00
Alyssa Ross
deab83e116
cgit-pink: init at 1.3.0
cgit-pink is a fork of cgit that aims to be better maintained, because
cgit doesn't get a lot of attention any more, and almost every patch
sent in the last couple of years has been ignored.

The build system is exactly the same as cgit's, so I've created a
common cgit builder function.  This way, improvements to cgit
packaging (I've already noticed a couple to make!) can be shared
between both packages.  If the build systems diverge, we can separate
them out in future.
2022-03-22 13:31:23 +00:00
P. R. d. O
9496786b36
cfn-nag: init at 0.8.9 2022-03-22 06:46:32 -06:00
Fabian Affolter
514544036f
Merge pull request #164784 from jmgilman/package/dunamai
python3Packages.dunamai: init at 1.10.0
2022-03-22 13:13:35 +01:00
Bobby Rong
cd1ada789b
Merge pull request #165041 from techknowlogick/bump-goreleaser-170
goreleaser: 1.6.3 -> 1.7.0
2022-03-22 19:35:20 +08:00
Fabian Affolter
61546de2e7
Merge pull request #165242 from 06kellyjac/grype
grype: 0.34.3 -> 0.34.4
2022-03-22 11:59:03 +01:00
Alyssa Ross
da450f6b1d treewide: clean up obsolete version checks
These checks are all redundant with the check for Nix ≥2.2 in
default.nix.
2022-03-22 10:54:11 +00:00