presage: specify patch name

This commit is contained in:
Robert Schütz 2023-03-11 12:48:20 -08:00 committed by Yureka
parent dd8cca191e
commit be48e630aa

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
name = "gcc6.patch";
url = "https://git.alpinelinux.org/aports/plain/community/presage/gcc6.patch?id=40e2044c9ecb36eacb3a1fd043f09548d210dc01";
sha256 = "0243nx1ygggmsly7057vndb4pkjxg9rpay5gyqqrq9jjzjzh63dj";
})