From 6c96cf3d29f3b169b768a27ed2de14d7b86852c8 Mon Sep 17 00:00:00 2001 From: Christopher Bergqvist Date: Mon, 13 Mar 2023 22:09:27 +0100 Subject: [PATCH] cogl: Add missing patch decompression It appears that the Bugzilla server started delivering compressed attachments at some point. --- pkgs/development/libraries/cogl/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/cogl/default.nix b/pkgs/development/libraries/cogl/default.nix index 74f09ce2928..a0c679b4fe0 100644 --- a/pkgs/development/libraries/cogl/default.nix +++ b/pkgs/development/libraries/cogl/default.nix @@ -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"; }) ];