photoflare: fix warnings
- set license to gpl3Plus - remove unnecessary `enableParallelBuilding` parameter
This commit is contained in:
parent
7fcc4a8a84
commit
b31f3593ed
@ -19,13 +19,11 @@ mkDerivation rec {
|
|||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${graphicsmagick}/include/GraphicsMagick";
|
NIX_CFLAGS_COMPILE = "-I${graphicsmagick}/include/GraphicsMagick";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A cross-platform image editor with a powerful features and a very friendly graphical user interface";
|
description = "A cross-platform image editor with a powerful features and a very friendly graphical user interface";
|
||||||
homepage = "https://photoflare.io";
|
homepage = "https://photoflare.io";
|
||||||
maintainers = [ maintainers.omgbebebe ];
|
maintainers = [ maintainers.omgbebebe ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user