python3Packages.dlib: pass custom stdenv to buildPythonApplication with an override

Passing `stdenv` directly to `buildPythonPackage` or `buildPythonApplication`
is deprecated with `oldestSupportedRelease = 2511`.
This commit is contained in:
Leona Maroni
2026-01-03 00:13:17 +01:00
parent f8158a6e13
commit 70efa53d2d
@@ -5,9 +5,8 @@
more-itertools,
}:
buildPythonPackage {
buildPythonPackage.override { inherit (dlib) stdenv; } {
inherit (dlib)
stdenv
pname
version
src