inkscape: fix build

This commit is contained in:
Michael Raskin
2018-05-29 15:44:06 +02:00
parent 510efa7248
commit 11bf5db639
2 changed files with 4 additions and 0 deletions
@@ -64,6 +64,9 @@ stdenv.mkDerivation rec {
rm "$out/share/icons/hicolor/icon-theme.cache"
'';
# 0.92.3 complains about an invalid conversion from const char * to char *
NIX_CFLAGS_COMPILE = " -fpermissive ";
meta = with lib; {
license = "GPL";
homepage = https://www.inkscape.org;