forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / desktops / xfce / applications / gigolo / default.nix
blobcb885ad3fde48cea39f91cf5fb942aaf4539e791
1 { lib, mkXfceDerivation, gtk3, glib }:
3 mkXfceDerivation {
4   category = "apps";
5   pname = "gigolo";
6   version = "0.5.3";
7   odd-unstable = false;
9   sha256 = "sha256-dxaFuKbSqhj/l5JV31cI+XzgdghfbcVwVtwmRiZeff8=";
11   buildInputs = [ gtk3 glib ];
13   meta = with lib; {
14     description = "Frontend to easily manage connections to remote filesystems";
15     mainProgram = "gigolo";
16     license = with licenses; [ gpl2Only ];
17     maintainers = with maintainers; [ ] ++ teams.xfce.members;
18   };