···107python.pkgs.buildPythonApplication rec {
108 pname = "diffoscope";
109 version = "302";
110- format = "setuptools";
111112 src = fetchurl {
113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
···134 help2man
135 installShellFiles
136 ];
00137138 # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers.
139 # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh
···107python.pkgs.buildPythonApplication rec {
108 pname = "diffoscope";
109 version = "302";
110+ pyproject = true;
111112 src = fetchurl {
113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
···134 help2man
135 installShellFiles
136 ];
137+138+ build-system = with python.pkgs; [ setuptools ];
139140 # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers.
141 # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh
+2-2
pkgs/by-name/fo/foot/package.nix
···27}:
2829let
30- version = "1.23.0";
3132 # build stimuli file for PGO build and the script to generate it
33 # independently of the foot's build, so we can cache the result
···104 owner = "dnkl";
105 repo = "foot";
106 tag = version;
107- hash = "sha256-B7EKEIb6qA9UTRq0jdj1ShLhnldU0pwQPlkq6JrHWmI=";
108 };
109110 separateDebugInfo = true;
···27}:
2829let
30+ version = "1.23.1";
3132 # build stimuli file for PGO build and the script to generate it
33 # independently of the foot's build, so we can cache the result
···104 owner = "dnkl";
105 repo = "foot";
106 tag = version;
107+ hash = "sha256-jPHr47ISAp9vzytCEiz/Jx5l8JTkYhtc02hEaiKKQOc=";
108 };
109110 separateDebugInfo = true;
···227228 git = addTests "git" self.nixComponents_git.nix-everything;
229230- latest = self.nix_2_29;
231232 # The minimum Nix version supported by Nixpkgs
233 # Note that some functionality *might* have been backported into this Nix version,
···227228 git = addTests "git" self.nixComponents_git.nix-everything;
229230+ latest = self.nix_2_30;
231232 # The minimum Nix version supported by Nixpkgs
233 # Note that some functionality *might* have been backported into this Nix version,