Merge pull request #228578 from Zahrun/master
latte-dock: fix dependencies
This commit is contained in:
commit
edefe53eaa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ mkDerivation, lib, cmake, xorg, plasma-framework, plasma-wayland-protocols, fetchFromGitLab
|
{ mkDerivation, lib, cmake, xorg, plasma-framework, plasma-wayland-protocols, fetchFromGitLab
|
||||||
, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, qtwayland, kcrash, knewstuff
|
, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, qtwayland, kcrash, knewstuff
|
||||||
, wayland, plasma-workspace }:
|
, wayland, plasma-workspace, plasma-desktop }:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "latte-dock";
|
pname = "latte-dock";
|
||||||
|
@ -14,7 +14,7 @@ mkDerivation rec {
|
||||||
sha256 = "sha256-oEfKfsVIAmYgQ7+WyBEQfVpI4IndWhYXWBsJE8bNNyI=";
|
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
|
nativeBuildInputs = [ extra-cmake-modules cmake karchive kwindowsystem
|
||||||
qtx11extras kcrash knewstuff ];
|
qtx11extras kcrash knewstuff ];
|
||||||
|
|
Loading…
Reference in a new issue