chafa: fixup build with libwebp-1.3.1

/cc PR #240893 which caused this.
This commit is contained in:
Vladimír Čunát 2023-07-15 07:57:16 +02:00
parent 88e87869c0
commit 42be0b1bfe
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -39,6 +39,9 @@ stdenv.mkDerivation rec {
"--with-xml-catalog=${docbook_xml_dtd_412}/xml/dtd/docbook/catalog.xml"
];
# https://github.com/NixOS/nixpkgs/pull/240893#issuecomment-1635347507
NIX_LDFLAGS = [ "-lwebp" ];
meta = with lib; {
description = "Terminal graphics for the 21st century";
homepage = "https://hpjansson.org/chafa/";