Skip to content

Commit 304d3a4

Browse files
Samuel LeathersFRidh
Samuel Leathers
authored andcommittedSep 14, 2017
colanderalchemy: fixes tests
(cherry picked from commit 746f20f)
1 parent 5e860f6 commit 304d3a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

Diff for: ‎pkgs/top-level/python-packages.nix

+7
Original file line numberDiff line numberDiff line change
@@ -3059,6 +3059,13 @@ in {
30593059
sha256 = "11wcni2xmfmy001rj62q2pwf305vvngkrfm5c4zlwvgbvlsrvnnw";
30603060
};
30613061

3062+
patches = [
3063+
(pkgs.fetchpatch {
3064+
url = "https://github.com/stefanofontanelli/ColanderAlchemy/commit/b45fe35f2936a5ccb705e9344075191e550af6c9.patch";
3065+
sha256 = "1kf278wjq49zd6fhpp55vdcawzdd107767shzfck522sv8gr6qvx";
3066+
})
3067+
];
3068+
30623069
buildInputs = with self; [ unittest2 ];
30633070
propagatedBuildInputs = with self; [ colander sqlalchemy ];
30643071

0 commit comments

Comments
 (0)
Please sign in to comment.