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:
@@ -5,9 +5,8 @@
|
||||
more-itertools,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
buildPythonPackage.override { inherit (dlib) stdenv; } {
|
||||
inherit (dlib)
|
||||
stdenv
|
||||
pname
|
||||
version
|
||||
src
|
||||
|
||||
Reference in New Issue
Block a user