We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5e860f6 commit 304d3a4Copy full SHA for 304d3a4
pkgs/top-level/python-packages.nix
@@ -3059,6 +3059,13 @@ in {
3059
sha256 = "11wcni2xmfmy001rj62q2pwf305vvngkrfm5c4zlwvgbvlsrvnnw";
3060
};
3061
3062
+ patches = [
3063
+ (pkgs.fetchpatch {
3064
+ url = "https://github.com/stefanofontanelli/ColanderAlchemy/commit/b45fe35f2936a5ccb705e9344075191e550af6c9.patch";
3065
+ sha256 = "1kf278wjq49zd6fhpp55vdcawzdd107767shzfck522sv8gr6qvx";
3066
+ })
3067
+ ];
3068
+
3069
buildInputs = with self; [ unittest2 ];
3070
propagatedBuildInputs = with self; [ colander sqlalchemy ];
3071
0 commit comments