We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638f9c8 + ad7c0cb commit d8f8b0dCopy full SHA for d8f8b0d
pkgs/development/python-modules/webargs/default.nix
@@ -16,6 +16,7 @@
16
pyramid,
17
falcon,
18
aiohttp,
19
+ fetchpatch,
20
}:
21
22
buildPythonPackage rec {
@@ -28,6 +29,13 @@ buildPythonPackage rec {
28
29
hash = "sha256-DGF97BntTx/2skfNc4VelJ2HBS1xkAk4tx8Mr9kvGRs=";
30
};
31
32
+ patches = [
33
+ (fetchpatch {
34
+ url = "https://github.com/marshmallow-code/webargs/commit/a6a5043ee34b0a22885b3625de6d4fdffc3b715b.patch";
35
+ hash = "sha256-EFe76SAklgmBjfM6K8PkB0vHMCSlZ9EKAW9AbnxKmPA=";
36
+ })
37
+ ];
38
+
39
build-system = [ flit-core ];
40
41
dependencies = [ marshmallow ];
0 commit comments