inkscape: fix build

This commit is contained in:
Michael Raskin 2018-05-29 15:36:19 +02:00
parent 510efa7248
commit 11bf5db639
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -16413,6 +16413,7 @@ with pkgs;
inkscape = callPackage ../applications/graphics/inkscape {
lcms = lcms2;
poppler = poppler_0_61;
};
inspectrum = libsForQt5.callPackage ../applications/misc/inspectrum { };