gnash: fix build

It does not actually need pangox.
This commit is contained in:
Jan Tojnar 2020-02-07 00:37:06 +01:00
parent 07281f23b6
commit 0c5502e4a4
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -100,6 +100,13 @@ stdenv.mkDerivation {
url = "https://savannah.gnu.org/patch/download.php?file_id=47859";
sha256 = "0aimayzgi5065gkcfcr8d5lkd9c0471q7dqmln42hjzq847n6d5y";
})
# Fix build with modern Pango
# https://savannah.gnu.org/bugs/index.php?57759
(fetchpatch {
url = "https://savannah.gnu.org/file/0001-Do-not-depend-on-pangox.patch?file_id=48366";
sha256 = "02x7sl5zwd1ld2n4b6bp16c5gk91qsap0spfbb5iwpglq3galv2l";
})
];
configureFlags = with stdenv.lib; [