Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions pkgs/development/python-modules/flasgger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,9 @@ buildPythonPackage rec {
owner = "flasgger";
repo = "flasgger";
rev = "v${version}";
hash = "sha256-cYFMKZxpi69gVWqyZUltCL0ZwcfIABNsJKqAhN2TTSg=";
hash = "sha256-ULEf9DJiz/S2wKlb/vjGto8VCI0QDcm0pkU5rlOwtiE=";
};

patches = [
(fetchpatch {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fetchpatch should have been removed from inputs (done in #438471)

Copy link
Member

@mweinelt mweinelt Aug 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally CI would give that feedback. Wondering if deadnix is ready for that.

@NixOS/nixpkgs-ci

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I polished up my local experimentation branch for adding nixf-diagnose to treefmt in #438559. This would be the way forward, I think.

# flask 2.3 compat
url = "https://github.com/flasgger/flasgger/commit/ab77be7c6de1d4b361f0eacfa37290239963f890.patch";
hash = "sha256-ZbE5pPUP23nZAP/qcdeWkwzrZgqJSRES7oFta8U1uVQ=";
})
(fetchpatch {
# python 3.12 compat
url = "https://github.com/flasgger/flasgger/commit/6f5fcf24c1d816cf7ab529b3a8a764f86df4458d.patch";
hash = "sha256-37Es1sgBQ9qX3YHQYub4HJkSNTSt3MbtCfV+XdTQZyY=";
})
];

propagatedBuildInputs = [
flask
jsonschema
Expand Down