Unverified Commit 96645175 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.yoda: rename lib.optional

parent d666d47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
  ] ++ (with python.pkgs; [
    numpy
    matplotlib
  ]) ++ lib.optional withRootSupport [
  ]) ++ lib.optionals withRootSupport [
    root
  ];