python310Packages.yoda: rename lib.optional

This commit is contained in:
Fabian Affolter 2022-12-27 20:07:39 +01:00 committed by GitHub
parent d666d47b96
commit 9664517506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
] ++ (with python.pkgs; [
numpy
matplotlib
]) ++ lib.optional withRootSupport [
]) ++ lib.optionals withRootSupport [
root
];