Unverified Commit 42be0b1b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

chafa: fixup build with libwebp-1.3.1

/cc PR #240893 which caused this.
parent 88e87869
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";