From 5983c412d7c11a0691061ecee79860bd30c11c5c Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Tue, 29 Sep 2020 00:45:11 +0100 Subject: [PATCH] partimage: fix build the move to glibc 2.30 broke the build of this old package, fortunately debian have a patch to fix it --- pkgs/tools/backup/partimage/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/tools/backup/partimage/default.nix b/pkgs/tools/backup/partimage/default.nix index 51a1a05fe6c5..cec19c399335 100644 --- a/pkgs/tools/backup/partimage/default.nix +++ b/pkgs/tools/backup/partimage/default.nix @@ -31,6 +31,10 @@ stdenv.mkDerivation { + "partimage-0.6.9-openssl-1.1-compatibility.patch?id=3fe8e9910002b6523d995512a646b063565d0447"; sha256 = "1hs0krxrncxq1w36bhad02yk8yx71zcfs35cw87c82sl2sfwasjg"; }) + (fetchpatch { + url = "https://sources.debian.org/data/main/p/partimage/0.6.9-8/debian/patches/04-fix-FTBFS-glic-2.28.patch"; + sha256 = "0xid5636g58sxbhxnjmfjdy7y8rf3c77zmmpfbbqv4lv9jd2gmxm"; + }) ]; meta = {