summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cups-brother-mfcl2750dw: fix download urlorigin/mfcl2750-url-fixBernardo Meurer2022-03-231-1/+1
|
* Merge pull request #165382 from austinbutler/ocrmypdf-pdfminer-fixIvv2022-03-244-1/+15
|\ | | | | pdfminer: fix missing package version
| * python3Packages.scancode-toolkit: relax pdfminer version requirementsAustin Butler2022-03-231-0/+1
| |
| * python3Packages.pdfx: relax pdfminer version requirementsAustin Butler2022-03-231-1/+2
| |
| * ocrmypdf: relax pdfminer version requirementsAustin Butler2022-03-231-0/+6
| |
| * pdfminer: fix missing package versionAustin Butler2022-03-231-0/+6
| |
* | Merge pull request #165161 from mweinelt/firefox-cleanupajs1242022-03-236-200/+221
|\ \ | | | | | | firefox: spring cleaning 🦊
| * | thunderbirdPackages: stop passing in gnused_422Martin Weinelt2022-03-231-1/+0
| | |
| * | firefox: reformat, sort, cleanupMartin Weinelt2022-03-232-110/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | firefox: pass pciutils via wrapper instead of patching itMartin Weinelt2022-03-232-5/+3
| | |
| * | firefox: fix system libffi usageMartin Weinelt2022-03-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | firefox: drop darwin supportMartin Weinelt2022-03-234-67/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | firefox: drop pipewire from build inputsMartin Weinelt2022-03-232-3/+2
| | | | | | | | | | | | | | | | | | | | | 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.
| * | firefox: drop hint regarding system cairoMartin Weinelt2022-03-231-1/+0
| | | | | | | | | | | | | | | | | | Building with system cairo has been unsupported since Firefox 60 (mozbz#1432751) and the flag was removed in 2021 with Firefox 92 (mozbz#1722653).
| * | firefox: enable necko wifi scannerMartin Weinelt2022-03-231-1/+1
| | | | | | | | | | | | | | | | | | 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.
| * | firefox: don't set BUILD_OFFICIALMartin Weinelt2022-03-231-1/+0
| | | | | | | | | | | | | | | | | | It was removed in 2009 in favor of MOZILLA_OFFICIAL mozbz#435923
| * | firefox: use our own libwebpMartin Weinelt2022-03-231-0/+3
| | |
| * | firefox: rename patches arg to extraPatchesMartin Weinelt2022-03-233-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | firefox: unpin autoconf & icu, drop yasmMartin Weinelt2022-03-231-12/+8
| | | | | | | | | | | | | | | Let's not be the package that is stuck on arbitrarily old dependency versions that should be removed anyway.
* | | Merge pull request #165493 from r-ryantm/auto-update/lycheeRyan Mulligan2022-03-231-3/+3
|\ \ \ | | | | | | | | lychee: 0.8.2 -> 0.9.0
| * | | lychee: 0.8.2 -> 0.9.0R. Ryantm2022-03-231-3/+3
| | | |
* | | | Merge pull request #164526 from helsinki-systems/upd/varnishRobert Scott2022-03-234-17/+11
|\ \ \ \ | | | | | | | | | | varnish: 7.0.2 -> 7.1.0
| * | | | varnish: 7.0.2 -> 7.1.0ajs1242022-03-194-17/+11
| | | | |
* | | | | Merge pull request #165513 from r-ryantm/auto-update/minioPascal Bach2022-03-231-3/+3
|\ \ \ \ \ | | | | | | | | | | | | minio: 2022-03-17T06-34-49Z -> 2022-03-22T02-05-10Z
| * | | | | minio: 2022-03-17T06-34-49Z -> 2022-03-22T02-05-10ZR. Ryantm2022-03-231-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #165449 from yayayayaka/gitlab-runner-14.9.1Pascal Bach2022-03-231-2/+2
|\ \ \ \ \ | | | | | | | | | | | | gitlab-runner: 14.9.0 -> 14.9.1
| * | | | | gitlab-runner: 14.9.0 -> 14.9.1Yaya2022-03-231-2/+2
| | | | | |
* | | | | | Merge pull request #165007 from alexbakker/libtoxcore-updateRobert Scott2022-03-232-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | libtoxcore: 0.2.13 -> 0.2.17
| * | | | | | libtoxcore: 0.2.13 -> 0.2.17Alexander Bakker2022-03-232-3/+4
| | | | | | |
* | | | | | | Merge pull request #165514 from NixOS/mfcl2750Bernardo Meurer2022-03-232-0/+95
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cups-brother-mfcl2750dw: init at 4.0.0-1
| * | | | | | | cups-brother-mfcl2750dw: init at 4.0.0-1Bernardo Meurer2022-03-232-0/+95
| | | | | | | |
* | | | | | | | Merge pull request #165489 from r-ryantm/auto-update/python3.10-sense-energyFabian Affolter2022-03-231-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | python310Packages.sense-energy: 0.10.2 -> 0.10.3
| * | | | | | | python310Packages.sense-energy: 0.10.2 -> 0.10.3R. Ryantm2022-03-231-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #165357 from r-ryantm/auto-update/yamaleFabian Affolter2022-03-231-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yamale: 4.0.3 -> 4.0.4
| * | | | | | | yamale: 4.0.3 -> 4.0.4R. Ryantm2022-03-231-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #165480 from 06kellyjac/grypeFabian Affolter2022-03-231-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | grype: 0.34.4 -> 0.34.6
| * | | | | | | | grype: 0.34.4 -> 0.34.606kellyjac2022-03-231-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #165135 from r-ryantm/auto-update/blackbox_exporterFabian Affolter2022-03-231-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prometheus-blackbox-exporter: 0.19.0 -> 0.20.0
| * | | | | | | | | prometheus-blackbox-exporter: 0.19.0 -> 0.20.0R. Ryantm2022-03-211-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #165459 from r-ryantm/auto-update/python3.10-jdatetimeFabian Affolter2022-03-231-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python310Packages.jdatetime: 4.0.0 -> 4.1.0
| * | | | | | | | | | python310Packages.jdatetime: 4.0.0 -> 4.1.0R. Ryantm2022-03-231-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #160366 from benneti/projecteurRyan Mulligan2022-03-232-0/+34
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | projecteur: init at 0.9.2
| * | | | | | | | | | projecteur: init at 0.9.2Benedikt Tissot2022-03-232-0/+34
| | | | | | | | | | |
* | | | | | | | | | | grails: 5.1.3 -> 5.1.4R. Ryantm2022-03-231-2/+2
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | keycloak: wrap all the shell scripts (#165316)Benjamin Staffin2022-03-231-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of these just need JAVA_HOME, but a few assume that java is in PATH
* | | | | | | | | | oh-my-zsh: 2022-03-18 -> 2022-03-22R. Ryantm2022-03-231-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #165386 from zhaofengli/moonraker-2022-03-10Bernardo Meurer2022-03-237-6/+138
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | moonraker: unstable-2021-12-05 -> unstable-2022-03-10
| * | | | | | | | | nixos/tests/moonraker: initZhaofeng Li2022-03-223-2/+51
| | | | | | | | | |
| * | | | | | | | | nixos/moonraker: Grant polkit permissions for system-level operationsZhaofeng Li2022-03-221-0/+37
| | | | | | | | | |
| * | | | | | | | | nixos/moonraker: Add iproute2 to pathZhaofeng Li2022-03-221-0/+3
| | | | | | | | | |