pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ cairosvg tinycss cssselect ]
|
||||
++ stdenv.lib.optionals (!isPyPy) [ lxml ];
|
||||
++ lib.optionals (!isPyPy) [ lxml ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Sexy and simple python charting";
|
||||
|
||||
Reference in New Issue
Block a user