Skip to content

Commit

Permalink
cogl: Add missing patch decompression
Browse files Browse the repository at this point in the history
It appears that the Bugzilla server started delivering compressed attachments at some point.
  • Loading branch information
cbergqvist committed Mar 20, 2023
1 parent 8501a16 commit 6c96cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/cogl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
})
];

Expand Down

0 comments on commit 6c96cf3

Please sign in to comment.