about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-10-23 20:05:50 +0200
committerVladimír Čunát <v@cunat.cz>2022-10-24 08:34:16 +0200
commitc2ad51b7497ee5d846b87a1419fbe6f10702e256 (patch)
treeeccb6edddec8da8abd07b2e4afd05fcd4cc60d50
parentc75872637be9f4e89322b9754563b93533b7e407 (diff)
libowfat: pull a(nother) patch from Gentoo
This fixes the build of opentracker:
https://hydra.nixos.org/build/196397424
which in turn allows to build all transmission.tests
-rw-r--r--pkgs/development/libraries/libowfat/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libowfat/default.nix b/pkgs/development/libraries/libowfat/default.nix
index edfdb73e20376..3dfb910f1cd6d 100644
--- a/pkgs/development/libraries/libowfat/default.nix
+++ b/pkgs/development/libraries/libowfat/default.nix
@@ -9,6 +9,14 @@ stdenv.mkDerivation rec {
     sha256 = "1hcqg7pvy093bxx8wk7i4gvbmgnxz2grxpyy7b4mphidjbcv7fgl";
   };
 
+  patches = [
+    (fetchurl {
+      name = "first_deferred.patch";
+      url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/libowfat/files/libowfat-0.32-gcc10.patch?id=129f4ab9f8571c651937c46ba7bd4c82d6d052a2";
+      sha256 = "zxWb9qq5dkDucOsiPfGG1Gb4BZ6HmhBjgSe3tBnydP4=";
+    })
+  ];
+
   # Fix for glibc 2.34 from Gentoo
   # https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914a4aa87415dabfe77181a2365766417a5919a4
   postPatch = ''