pantheon: remove plank

We don't use this anymore. Oops.
This commit is contained in:
worldofpeace
2020-09-03 21:46:19 -04:00
parent 1a5f54c404
commit 8845cb868c
5 changed files with 14 additions and 14 deletions
@@ -17,7 +17,7 @@
, libnotify
, libunity
, pango
, plank
, elementary-dock
, bamf
, sqlite
, libdbusmenu-gtk3
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
buildInputs = [
bamf
elementary-dock
elementary-icon-theme
granite
gtk3
@@ -75,7 +76,6 @@ stdenv.mkDerivation rec {
libnotify
libunity
pango
plank
sqlite
zeitgeist
];
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, nix-update-script, pantheon, meson, ninja, pkgconfig, vala, glib
, libgee, granite, gexiv2, elementary-settings-daemon, gtk3, gnome-desktop
, gala, wingpanel, plank, switchboard, gettext, bamf, fetchpatch }:
, gala, wingpanel, elementary-dock, switchboard, gettext, bamf, fetchpatch }:
stdenv.mkDerivation rec {
pname = "switchboard-plug-pantheon-shell";
@@ -29,17 +29,17 @@ stdenv.mkDerivation rec {
buildInputs = [
bamf
elementary-dock
elementary-settings-daemon
gala
gexiv2
glib
gnome-desktop
granite
gtk3
libgee
gala
wingpanel
plank
switchboard
wingpanel
];
meta = with stdenv.lib; {