partimage: fix build

the move to glibc 2.30 broke the build of this old package, fortunately
debian have a patch to fix it
This commit is contained in:
Robert Scott 2020-09-29 00:45:11 +01:00
parent 09eb860c99
commit 5983c412d7

View File

@ -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 = {