chafa: fixup build with libwebp-1.3.1
/cc PR #240893 which caused this.
This commit is contained in:
parent
88e87869c0
commit
42be0b1bfe
1 changed files with 3 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue