mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
67eaab86b4
Currently, vinagre fails to build with the following message: vinagre/vinagre-utils.c: In function 'vinagre_utils_request_credential': vinagre/vinagre-utils.c:686:2: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] _tmp12_ = g_strdup_printf (_tmp10_, _tmp11_); ^~~~~~~ vinagre-utils.c seems to be generated from vinagre-utils.vala. I couldn't find anything weird in here, so let's disable -Werror=format-nonliteral for now as done elsewhere, too. |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
common-updater | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |