pkgs/pantheon: minor formatting
Simply because all other Pantheon packages have addressed these formatting.
This commit is contained in:
parent
be1e44b7d2
commit
246f4949ed
3 changed files with 11 additions and 8 deletions
|
@ -40,21 +40,22 @@ stdenv.mkDerivation rec {
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = [
|
||||||
clutter-gst
|
clutter-gst
|
||||||
clutter-gtk
|
clutter-gtk
|
||||||
elementary-icon-theme
|
elementary-icon-theme
|
||||||
granite
|
granite
|
||||||
|
gtk3
|
||||||
|
libgee
|
||||||
|
libhandy
|
||||||
|
] ++ (with gst_all_1; [
|
||||||
gst-libav
|
gst-libav
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
gstreamer
|
gstreamer
|
||||||
gtk3
|
]);
|
||||||
libgee
|
|
||||||
libhandy
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson/post_install.py
|
chmod +x meson/post_install.py
|
||||||
|
|
|
@ -161,7 +161,9 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||||
|
|
||||||
wingpanel-indicator-notifications = callPackage ./desktop/wingpanel-indicators/notifications { };
|
wingpanel-indicator-notifications = callPackage ./desktop/wingpanel-indicators/notifications { };
|
||||||
|
|
||||||
wingpanel-indicator-power = callPackage ./desktop/wingpanel-indicators/power { };
|
wingpanel-indicator-power = callPackage ./desktop/wingpanel-indicators/power {
|
||||||
|
inherit (gnome) gnome-power-manager;
|
||||||
|
};
|
||||||
|
|
||||||
wingpanel-indicator-session = callPackage ./desktop/wingpanel-indicators/session { };
|
wingpanel-indicator-session = callPackage ./desktop/wingpanel-indicators/session { };
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, gnome
|
, gnome-power-manager
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, meson
|
, meson
|
||||||
, python3
|
, python3
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
patches = [
|
patches = [
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./fix-paths.patch;
|
src = ./fix-paths.patch;
|
||||||
gnome_power_manager = gnome.gnome-power-manager;
|
gnome_power_manager = gnome-power-manager;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue