chafa: fixup build with libwebp-1.3.1
/cc PR #240893 which caused this.
This commit is contained in:
parent
88e87869c0
commit
42be0b1bfe
@ -39,6 +39,9 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-xml-catalog=${docbook_xml_dtd_412}/xml/dtd/docbook/catalog.xml"
|
"--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; {
|
meta = with lib; {
|
||||||
description = "Terminal graphics for the 21st century";
|
description = "Terminal graphics for the 21st century";
|
||||||
homepage = "https://hpjansson.org/chafa/";
|
homepage = "https://hpjansson.org/chafa/";
|
||||||
|
Loading…
Reference in New Issue
Block a user