Merge pull request #155198 from trofi/fix-inkscape-for-gcc-12
inkscape: fix build against upcoming gcc-12
This commit is contained in:
commit
ea1f1453ac
@ -88,7 +88,13 @@ stdenv.mkDerivation rec {
|
||||
url = "https://gitlab.com/inkscape/inkscape/-/commit/b3dabef2245d4e4e977ee9d6776be9a134493515.patch";
|
||||
sha256 = "YhqUlRBKL1vJ/iCM/DvdwbmPIsAHQpcgf4TPpjlnBng=";
|
||||
})
|
||||
|
||||
# Fix build against gcc-12
|
||||
# https://gitlab.com/inkscape/inkscape/-/merge_requests/3683
|
||||
(fetchpatch {
|
||||
name = "gcc-12.patch";
|
||||
url = "https://gitlab.com/inkscape/inkscape/-/commit/3825abc637ac2d3bc6ff997503b0631ac14e16b5.patch";
|
||||
sha256 = "sha256-VzKrWCkcVA1Co/xBTyh28Zhm2zFE/2jfZ3LveK0raO4=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user