xfce.gigolo: fix license

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:05:47 -03:00
parent 6449117be9
commit 9a20c0060b

View file

@ -1,4 +1,4 @@
{ mkXfceDerivation, gtk3, gvfs, glib }:
{ lib, mkXfceDerivation, gtk3, gvfs, glib }:
mkXfceDerivation {
category = "apps";
@ -17,5 +17,6 @@ mkXfceDerivation {
meta = {
description = "A frontend to easily manage connections to remote filesystems";
license = with lib.licenses; [ gpl2Only ];
};
}