cogl: Add missing patch decompression
It appears that the Bugzilla server started delivering compressed attachments at some point.
This commit is contained in:
parent
8501a1645a
commit
6c96cf3d29
1 changed files with 2 additions and 0 deletions
|
@ -41,11 +41,13 @@ stdenv.mkDerivation rec {
|
|||
(fetchpatch {
|
||||
url = "https://bug787443.bugzilla-attachments.gnome.org/attachment.cgi?id=359589";
|
||||
sha256 = "0f0d9iddg8zwy853phh7swikg4yzhxxv71fcag36f8gis0j5p998";
|
||||
decode = "xz -d";
|
||||
})
|
||||
|
||||
(fetchpatch {
|
||||
url = "https://bug787443.bugzilla-attachments.gnome.org/attachment.cgi?id=361056";
|
||||
sha256 = "09fyrdci4727fg6qm5aaapsbv71sf4wgfaqz8jqlyy61dibgg490";
|
||||
decode = "xz -d";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue