Loading pkgs/development/libraries/physics/yoda/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { ] ++ (with python.pkgs; [ numpy matplotlib ]) ++ lib.optional withRootSupport [ ]) ++ lib.optionals withRootSupport [ root ]; Loading Loading
pkgs/development/libraries/physics/yoda/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { ] ++ (with python.pkgs; [ numpy matplotlib ]) ++ lib.optional withRootSupport [ ]) ++ lib.optionals withRootSupport [ root ]; Loading