Loading pkgs/applications/misc/bleachbit/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ , glib , gtk3 , libnotify , scandir ? null }: python3Packages.buildPythonApplication rec { Loading Loading @@ -37,7 +36,6 @@ python3Packages.buildPythonApplication rec { chardet pygobject3 requests scandir ]; # Patch the many hardcoded uses of /usr/share/ and /usr/bin Loading pkgs/development/python-modules/fs/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ , setuptools , six , appdirs , scandir ? null , backports_os ? null , typing ? null , pytz Loading Loading @@ -36,7 +35,6 @@ buildPythonPackage rec { propagatedBuildInputs = [ six appdirs pytz setuptools ] ++ lib.optionals (!isPy3k) [ backports_os ] ++ lib.optionals (!pythonAtLeast "3.6") [ typing ] ++ lib.optionals (!pythonAtLeast "3.5") [ scandir ] ++ lib.optionals (!pythonAtLeast "3.5") [ enum34 ]; LC_ALL="en_US.utf-8"; Loading pkgs/development/python-modules/pathlib2/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , fetchPypi , six , pythonOlder , scandir ? null , glibcLocales , mock , typing Loading @@ -19,7 +18,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ six ] ++ lib.optionals (pythonOlder "3.5") [ scandir typing ]; ++ lib.optionals (pythonOlder "3.5") [ typing ]; checkInputs = [ glibcLocales ] ++ lib.optional (pythonOlder "3.3") mock; Loading Loading
pkgs/applications/misc/bleachbit/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ , glib , gtk3 , libnotify , scandir ? null }: python3Packages.buildPythonApplication rec { Loading Loading @@ -37,7 +36,6 @@ python3Packages.buildPythonApplication rec { chardet pygobject3 requests scandir ]; # Patch the many hardcoded uses of /usr/share/ and /usr/bin Loading
pkgs/development/python-modules/fs/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ , setuptools , six , appdirs , scandir ? null , backports_os ? null , typing ? null , pytz Loading Loading @@ -36,7 +35,6 @@ buildPythonPackage rec { propagatedBuildInputs = [ six appdirs pytz setuptools ] ++ lib.optionals (!isPy3k) [ backports_os ] ++ lib.optionals (!pythonAtLeast "3.6") [ typing ] ++ lib.optionals (!pythonAtLeast "3.5") [ scandir ] ++ lib.optionals (!pythonAtLeast "3.5") [ enum34 ]; LC_ALL="en_US.utf-8"; Loading
pkgs/development/python-modules/pathlib2/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , fetchPypi , six , pythonOlder , scandir ? null , glibcLocales , mock , typing Loading @@ -19,7 +18,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ six ] ++ lib.optionals (pythonOlder "3.5") [ scandir typing ]; ++ lib.optionals (pythonOlder "3.5") [ typing ]; checkInputs = [ glibcLocales ] ++ lib.optional (pythonOlder "3.3") mock; Loading