Skip to content

Commit

Permalink
pycairo: fix #26475 - a dead patch download
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 9, 2017
1 parent 14eeae9 commit 97f3009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pycairo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else let

patch_waf = fetchpatch {
url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_python_3_4-1.patch;
url = http://www.linuxfromscratch.org/patches/blfs/8.0/pycairo-1.10.0-waf_python_3_4-1.patch;
sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
};
patch_waf-py3_5 = ./waf-py3_5.patch;
Expand Down

0 comments on commit 97f3009

Please sign in to comment.