xfce.mkXfcederivation: fix license

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:07:57 -03:00
parent 46360e50f5
commit bf98389d9a

View file

@ -48,7 +48,7 @@ let
meta = with lib; {
homepage = "https://gitlab.xfce.org/${category}/${pname}/about";
license = licenses.gpl2; # some libraries are under LGPLv2+
license = licenses.gpl2Plus; # some libraries are under LGPLv2+
platforms = platforms.linux;
};
};