photoflare: fix warnings

- set license to gpl3Plus
- remove unnecessary `enableParallelBuilding` parameter
This commit is contained in:
omg 2021-03-13 11:40:29 +04:00
parent 7fcc4a8a84
commit b31f3593ed

View file

@ -19,13 +19,11 @@ mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${graphicsmagick}/include/GraphicsMagick";
enableParallelBuilding = true;
meta = with lib; {
description = "A cross-platform image editor with a powerful features and a very friendly graphical user interface";
homepage = "https://photoflare.io";
maintainers = [ maintainers.omgbebebe ];
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
};
}