inkscape: fix build
This commit is contained in:
parent
510efa7248
commit
11bf5db639
@ -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;
|
||||
|
@ -16413,6 +16413,7 @@ with pkgs;
|
||||
|
||||
inkscape = callPackage ../applications/graphics/inkscape {
|
||||
lcms = lcms2;
|
||||
poppler = poppler_0_61;
|
||||
};
|
||||
|
||||
inspectrum = libsForQt5.callPackage ../applications/misc/inspectrum { };
|
||||
|
Loading…
Reference in New Issue
Block a user