mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Revert "pycairo: set user-agent to fix download of patches"
This commit was should fix issue #7586, but it does not.
This reverts commit e1c65ddfe1
.
This commit is contained in:
parent
cdeb2e5886
commit
cb8f111a72
@ -15,13 +15,11 @@ if isPyPy then throw "pycairo not supported for interpreter ${python.executable}
|
|||||||
|
|
||||||
patches = [(fetchpatch {
|
patches = [(fetchpatch {
|
||||||
url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_unpack-1.patch;
|
url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_unpack-1.patch;
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
|
||||||
sha256 = "1bmrhq2nmhx4l5glvyi59r0hc7w5m56kz41frx7v3dcp8f91p7xd";
|
sha256 = "1bmrhq2nmhx4l5glvyi59r0hc7w5m56kz41frx7v3dcp8f91p7xd";
|
||||||
})];
|
})];
|
||||||
|
|
||||||
patch_waf = fetchpatch {
|
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/svn/pycairo-1.10.0-waf_python_3_4-1.patch;
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
|
||||||
sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
|
sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user