Paul Meyer
f9413a5099
Merge pull request #326840 from superherointj/azure-cli-remove-pins
...
azure-cli: remove unnecessary pins
2024-07-17 17:28:27 +02:00
Nicolas Mémeint
12f1589056
authelia: 4.37.5 -> 4.38.9
2024-07-17 17:26:46 +02:00
Sandro
60de3306b0
wkhtmltopdf: resolve wkhtmltopdf-bin alias ( #327890 )
2024-07-17 16:14:05 +02:00
Weijia Wang
1440058c7c
Merge pull request #326844 from thecaralice/clipper2
...
clipper2: use `lib.platforms.all`
2024-07-17 14:52:01 +02:00
Martin Weinelt
ff58909840
Merge pull request #327893 from erictapen/fontforge
...
python3Packages.fontforge: disable for python 3.9 and older
2024-07-17 14:22:04 +02:00
superherointj
4a82d0ec25
python3Packages.azure-monitor-query: init 1.3.0
...
https://github.com/Azure/azure-sdk-for-python/releases/tag/azure-monitor-query_1.3.0
2024-07-17 09:14:27 -03:00
Kerstin Humm
c43fbe0474
python3Packages.fontforge: disable for python 3.9 and older
...
Addresses https://github.com/NixOS/nixpkgs/issues/327819
2024-07-17 13:34:21 +02:00
Maksym Balatsko
0a97d5315d
python3Packages.stamina: init at 24.2.0
2024-07-17 01:44:58 -07:00
Roshan Kumar
16af52ed24
python312Packages.python-ffmpeg: init at 2.0.12 ( #320185 )
2024-07-17 10:21:42 +02:00
Nikolay Korotkiy
f583565ffd
Merge pull request #327773 from r-ryantm/auto-update/gnuastro
...
gnuastro: 0.22 -> 0.23
2024-07-17 12:00:58 +04:00
Nikolay Korotkiy
f4cbe8e67a
gnuastro: migrate to by-name
2024-07-17 10:52:16 +04:00
Alice Carroll
3c2a374da2
clipper2: migrate to pkgs/by-name
2024-07-17 03:53:34 +02:00
Adam C. Stephens
a568641ab7
Merge pull request #327218 from xddxdd/openvswitch-dpdk
...
openvswitch: add dpdk variant
2024-07-16 21:31:16 -04:00
OTABI Tomoya
43d306e7db
Merge pull request #326398 from phaer/etebase-python
...
etebase-server: use buildPythonApplication, default to withLdap = false
2024-07-17 10:00:42 +09:00
Peder Bergebakken Sundt
6ddde34753
Merge pull request #326839 from pbsds/init-objexplore-1720881003
...
python311Packages.objexplore: init at 1.5.4
2024-07-16 23:06:04 +02:00
Nikolay Korotkiy
c639331eee
Merge pull request #327639 from linsui/localsend
...
localsend: 1.14.0 -> 1.15.0
2024-07-17 00:30:49 +04:00
Pol Dellaiera
e038288e1d
Merge pull request #327711 from drupol/php/prepare-for-php84
...
php84Extensions.pdo_odbc: add `unixODBC` build input
2024-07-16 21:56:01 +02:00
Jonas Chevalier
1ae6196bcd
Merge pull request #327641 from zimbatm/default-wkhtmktopdf-bin
...
wkhtmltopdf: unbreak package
2024-07-16 21:53:49 +02:00
Pol Dellaiera
5a8fa32aff
php84Extensions.pdo_odbc: add unixODBC
buildInput
...
Since this commit, the `buildInputs` is required now:
6635948b7a
(cherry picked from commit 5073ae476cb9c95234075ce7709a78029437ba81)
2024-07-16 20:26:03 +02:00
phaer
c437fb23e1
etebase-server: use buildPythonApplication...
...
...not pythonPackage. This is an app, living in pkgs/servers, so
we just use callPackage in all-packages and drop the python module.
python3.pkgs.toPythonModule could be used if a python module was needed.
Before that change legacyPackages.x86_64-linux.python311.pkgs.etebase-server.python
would give a python 3.12 release, and was therefore broken.
etebase-server = toPythonModule (pkgs.etebase-server.override {
python3 = python;
});
would now be correct
2024-07-16 20:20:29 +02:00
Masum Reza
6ecabf9e3f
Merge pull request #324432 from jalil-salame/update-mdbook
...
mdbook: 0.4.37 -> 0.4.40
2024-07-16 23:49:17 +05:30
Sandro
9bfdaef55c
Merge pull request #327183 from SuperSandro2000/empty-epsilon
...
empty-epsilon: 2024.05.16 -> 2024.06.20
2024-07-16 19:42:31 +02:00
Thiago Kenji Okada
ccc0754149
Merge pull request #327430 from lucasew/20240715-i3pystatus
...
i3pystatus: unstable-2020-06-12 -> 3.35-unstable-2024-06-13, fix tests, move to by-name
2024-07-16 18:12:00 +01:00
Alyssa Ross
fb7a9610f8
mailmanPackages: pin to Python 3.11
...
Fixes: 737b5cd4f2
("python3: 3.11.9 -> 3.12.4")
Fixes: https://github.com/NixOS/nixpkgs/issues/327076
2024-07-16 16:46:16 +02:00
Sandro
033c4a555f
Merge pull request #324270 from aaronjheng/mysql-shell
2024-07-16 16:30:26 +02:00
zimbatm
a4673b4f6d
fixup! wkhtmltopdf: use the -bin version
2024-07-16 16:02:01 +02:00
zimbatm
d8db11eeb6
wkhtmktopdf-bin: 0.12.6-3 -> 0.12.6.1-3
...
Use the latest release before the project was archived.
Removes dependency on openssl_1_1 which is marked as insecure, so this
package should be built by Hydra once again.
2024-07-16 16:02:01 +02:00
zimbatm
569d5e544a
wkhtmltopdf: use the -bin version
...
wkhtmltopdf is a bit cursed.
1. It needs a specially patched version of QT to work.
2. It doesn't build currently.
3. Upstream repos are archived.
4. It depends on insecure dependencies.
In the mid term this dependency should be removed, but it's still a hard
dependency for:
* bookstack
* monica
* odoo (ref https://github.com/odoo/odoo/issues/86501 )
* snipe-it
Instead of spending time to fix the build issues, use the -bin version
in the meantime.
2024-07-16 16:02:01 +02:00
OTABI Tomoya
0ee61304eb
Merge pull request #319604 from h7x4/pkgs-init-pyinstaller
...
python3Packages.pyinstaller: init at 6.8.0, with dependencies
2024-07-16 22:50:42 +09:00
OTABI Tomoya
d46ea5f4ed
Merge pull request #326141 from GaetanLepage/flowml
...
python311Packages.flowmc: init at 0.3.4
2024-07-16 22:41:47 +09:00
OTABI Tomoya
de7452d3fb
Merge pull request #323846 from h7x4/pkgs-init-python-dohq-artifactory
...
python3Packages.dohq-artifactory: init at 0.10.0
2024-07-16 22:36:55 +09:00
linsui
11f1030337
localsend: move to by-name
2024-07-16 20:27:22 +08:00
Sandro
0397741f8a
Merge pull request #324698 from bbenno/graylog-6_0
2024-07-16 14:24:21 +02:00
lassulus
7026675e42
Merge pull request #327602 from Melkor333/auto-update/mcfly
...
mcfly: 0.9.0 -> 0.9.1
2024-07-16 12:52:33 +02:00
Weijia Wang
6c09edc5c5
Merge pull request #272425 from wegank/or-tools-bump
...
or-tools: 9.4 -> 9.7
2024-07-16 12:39:02 +02:00
Weijia Wang
9fff5d5f58
Merge pull request #326171 from wrmilling/chirp-update
...
chirp: 0.4.0-unstable-2024-05-24 -> 0.4.0-unstable-2024-07-05, python311Packages.suds: init at 1.1.2
2024-07-16 12:37:22 +02:00
Sandro
522fe47337
Merge pull request #325841 from romildo/upd.font-manager
2024-07-16 11:05:10 +02:00
Samuel Hierholzer (Adfinis AG)
c0a9d48d1a
refactor: move mcfly to by-name
2024-07-16 11:01:49 +02:00
Weijia Wang
feb20da98f
or-tools: 9.4 -> 9.7
2024-07-16 11:01:24 +02:00
Robert Schütz
a358bdfae1
Merge pull request #327298 from dotlambda/python3Packages.solaredge
...
python312Packages.solaredge: drop
2024-07-16 01:50:50 -07:00
Robert Schütz
b5eb71437b
Merge pull request #326157 from dotlambda/python3Packages.msgraph-core
...
python312Packages.msgraph-core: 1.1.0 -> 1.1.1
2024-07-16 01:49:43 -07:00
Aleksana
ae5d2af73e
Merge pull request #327288 from Mic92/xmr-stak
...
xmr-stak: remove
2024-07-16 16:37:20 +08:00
h7x4
99d791681b
python3Packages.pyinstaller: init at 6.8.0
...
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2024-07-16 10:27:52 +02:00
h7x4
fbc274ec80
python3Packages.dohq-artifactory: init at 0.10.0
...
Co-authored-by: Aleksana <me@aleksana.moe>
Co-authored-by: natsukium <tomoya.otabi@gmail.com>
2024-07-16 09:51:29 +02:00
Septem9er
3007cb4193
python3Packages.pyinstaller-hooks-contrib: init at 2024.7
...
Co-authored-by: h7x4 <h7x4@nani.wtf>
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2024-07-16 09:46:00 +02:00
Masum Reza
08c92c831d
Merge pull request #326670 from getchoo/pkgs/spotifyd/adopt
...
spotifyd: 0.3.5-unstable-2024-02-18 -> 0.3.5-unstable-2024-07-10; enable `withKeyring` by default; refactor
2024-07-16 09:58:26 +05:30
❄️
716331fb51
Merge pull request #327408 from superherointj/linode-cli-4.176.0
...
linode-cli: 4.166.0 -> 4.176.0
2024-07-15 18:07:03 -03:00
Thiago Kenji Okada
91c1f02d57
Merge pull request #325870 from atorres1985-contrib/qnial
...
qnial: 6.3 -> 6.3_1
2024-07-15 22:00:46 +01:00
Anderson Torres
35644e53d7
qnial: migrate to by-name
2024-07-15 14:48:26 -03:00
Robert Schütz
00cc5a05ec
python312Packages.kafka-python-ng: init at 2.2.2
2024-07-15 10:42:06 -07:00