Skip to content

Commit 97f3009

Browse files
committedJun 9, 2017
pycairo: fix #26475 - a dead patch download
1 parent 14eeae9 commit 97f3009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/development/python-modules/pycairo/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else let
44

55
patch_waf = fetchpatch {
6-
url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_python_3_4-1.patch;
6+
url = http://www.linuxfromscratch.org/patches/blfs/8.0/pycairo-1.10.0-waf_python_3_4-1.patch;
77
sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
88
};
99
patch_waf-py3_5 = ./waf-py3_5.patch;

0 commit comments

Comments
 (0)
Please sign in to comment.