5 , gobject-introspection
16 pythonEnv = python3.withPackages (ps: [
21 stdenv.mkDerivation (finalAttrs: {
22 pname = "xfce4-panel-profiles";
25 src = fetchFromGitLab {
26 domain = "gitlab.xfce.org";
28 repo = "xfce4-panel-profiles";
29 rev = "xfce4-panel-profiles-${finalAttrs.version}";
30 sha256 = "sha256-mGA70t2U4mqEbcrj/DDsPl++EKWyZ8YXzKzzVOrH5h8=";
49 # This is just a handcrafted script and does not accept additional arguments.
50 ./configure --prefix=$out
54 passthru.updateScript = gitUpdater { rev-prefix = "xfce4-panel-profiles-"; };
57 homepage = "https://docs.xfce.org/apps/xfce4-panel-profiles/start";
58 description = "Simple application to manage Xfce panel layouts";
59 mainProgram = "xfce4-panel-profiles";
60 maintainers = with maintainers; [ ] ++ teams.xfce.members;
61 platforms = platforms.linux;