pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheon

Only used by Pantheon AFAIK.
This commit is contained in:
Bobby Rong 2021-12-18 10:52:35 +08:00
parent 4eca6d89f9
commit 62103c4e41
No known key found for this signature in database
GPG Key ID: ED07364437C91161
4 changed files with 8 additions and 8 deletions

View File

@ -227,9 +227,9 @@ in
environment.sessionVariables.GTK_CSD = "1";
environment.etc."gtk-3.0/settings.ini".source = "${pkgs.pantheon.elementary-default-settings}/etc/gtk-3.0/settings.ini";
xdg.portal.extraPortals = with pkgs; [
pantheon.elementary-files
pantheon.elementary-settings-daemon
xdg.portal.extraPortals = with pkgs.pantheon; [
elementary-files
elementary-settings-daemon
xdg-desktop-portal-pantheon
];

View File

@ -129,6 +129,8 @@ lib.makeScope pkgs.newScope (self: with self; {
pantheon-agent-polkit = callPackage ./services/pantheon-agent-polkit { };
xdg-desktop-portal-pantheon = callPackage ./services/xdg-desktop-portal-pantheon { };
#### WINGPANEL INDICATORS
wingpanel-applications-menu = callPackage ./desktop/wingpanel-indicators/applications-menu { };

View File

@ -8,9 +8,9 @@
, vala
, wrapGAppsHook
, glib
, granite
, gtk3
, libhandy
, pantheon
, systemd
, vte
}:
@ -36,9 +36,9 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
granite
gtk3
libhandy
pantheon.granite
systemd
vte
];
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = nix-update-script {
attrPath = pname;
attrPath = "pantheon.${pname}";
};
};

View File

@ -29353,8 +29353,6 @@ with pkgs;
xdg-desktop-portal-gtk = callPackage ../development/libraries/xdg-desktop-portal-gtk { };
xdg-desktop-portal-pantheon = callPackage ../development/libraries/xdg-desktop-portal-pantheon { };
xdg-desktop-portal-wlr = callPackage ../development/libraries/xdg-desktop-portal-wlr { };
xdg-user-dirs = callPackage ../tools/X11/xdg-user-dirs { };