latte-dock: fix dependencies
This commit is contained in:
parent
694aa199cd
commit
244934112c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ mkDerivation, lib, cmake, xorg, plasma-framework, plasma-wayland-protocols, fetchFromGitLab
|
||||
, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, qtwayland, kcrash, knewstuff
|
||||
, wayland, plasma-workspace }:
|
||||
, wayland, plasma-workspace, plasma-desktop }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "latte-dock";
|
||||
|
@ -14,7 +14,7 @@ mkDerivation rec {
|
|||
sha256 = "sha256-oEfKfsVIAmYgQ7+WyBEQfVpI4IndWhYXWBsJE8bNNyI=";
|
||||
};
|
||||
|
||||
buildInputs = [ plasma-framework plasma-wayland-protocols qtwayland xorg.libpthreadstubs xorg.libXdmcp xorg.libSM wayland plasma-workspace ];
|
||||
buildInputs = [ plasma-framework plasma-wayland-protocols qtwayland xorg.libpthreadstubs xorg.libXdmcp xorg.libSM wayland plasma-workspace plasma-desktop ];
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules cmake karchive kwindowsystem
|
||||
qtx11extras kcrash knewstuff ];
|
||||
|
|
Loading…
Reference in a new issue