fuzzel: revert CFLAGS workaround for librsvg regression

The '-Wno-error=comment' cflag was introduced in https://github.com/NixOS/nixpkgs/commit/e01c41205234a68a55903e05800e62d0de302e1a
as a workaround for the librsvg build regression[1] when '-Werror' is used. The issue has
been fixed since release v2.54.1[2].

[1] - https://gitlab.gnome.org/GNOME/librsvg/-/issues/856
[2] - https://gitlab.gnome.org/GNOME/librsvg/-/commit/39a6d3418c0df8ca5ea4d0df3e1b14b915c75608
This commit is contained in:
polykernel
2022-08-28 19:44:32 -04:00
parent a983d4e779
commit 72dc88a9aa
@@ -62,8 +62,6 @@ stdenv.mkDerivation rec {
"-Dsvg-backend=${if svgSupport then "librsvg" else "none"}"
];
CFLAGS = "-Wno-error=comment"; # https://gitlab.gnome.org/GNOME/librsvg/-/issues/856
meta = with lib; {
description = "Wayland-native application launcher, similar to rofis drun mode";
homepage = "https://codeberg.org/dnkl/fuzzel";