Loading pkgs/by-name/di/diffoscope/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ in python.pkgs.buildPythonApplication rec { pname = "diffoscope"; version = "302"; format = "setuptools"; pyproject = true; src = fetchurl { url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; Loading Loading @@ -135,6 +135,8 @@ python.pkgs.buildPythonApplication rec { installShellFiles ]; build-system = with python.pkgs; [ setuptools ]; # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers. # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh # Loading Loading
pkgs/by-name/di/diffoscope/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ in python.pkgs.buildPythonApplication rec { pname = "diffoscope"; version = "302"; format = "setuptools"; pyproject = true; src = fetchurl { url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; Loading Loading @@ -135,6 +135,8 @@ python.pkgs.buildPythonApplication rec { installShellFiles ]; build-system = with python.pkgs; [ setuptools ]; # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers. # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh # Loading