Merge pull request #197405 from vcunat/p/libowfat-patch

libowfat: pull a(nother) patch from Gentoo

authored by Linus Heckemann and committed by GitHub cdc1e6d0 7ea35fae

+8
+8
pkgs/development/libraries/libowfat/default.nix
··· 9 9 sha256 = "1hcqg7pvy093bxx8wk7i4gvbmgnxz2grxpyy7b4mphidjbcv7fgl"; 10 10 }; 11 11 12 + patches = [ 13 + (fetchurl { 14 + name = "first_deferred.patch"; 15 + url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/libowfat/files/libowfat-0.32-gcc10.patch?id=129f4ab9f8571c651937c46ba7bd4c82d6d052a2"; 16 + sha256 = "zxWb9qq5dkDucOsiPfGG1Gb4BZ6HmhBjgSe3tBnydP4="; 17 + }) 18 + ]; 19 + 12 20 # Fix for glibc 2.34 from Gentoo 13 21 # https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914a4aa87415dabfe77181a2365766417a5919a4 14 22 postPatch = ''