mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
latte-dock: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in buildInputs, which isn't cross-friendly and will stop working when we split wayland-scanner into a separate package.
This commit is contained in:
parent
ded5022853
commit
c18e0463fb
@ -1,6 +1,9 @@
|
||||
{ mkDerivation, lib, cmake, xorg, plasma-framework, plasma-wayland-protocols, fetchFromGitLab
|
||||
, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, qtwayland, kcrash, knewstuff
|
||||
, wayland, plasma-workspace, plasma-desktop }:
|
||||
{ lib, mkDerivation, fetchFromGitLab
|
||||
, cmake, extra-cmake-modules, karchive, kwindowsystem, qtx11extras, kcrash
|
||||
, knewstuff, wayland-scanner
|
||||
, plasma-framework, plasma-wayland-protocols, plasma-workspace, plasma-desktop, qtwayland
|
||||
, wayland, xorg
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "latte-dock";
|
||||
@ -17,7 +20,7 @@ mkDerivation rec {
|
||||
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 ];
|
||||
qtx11extras kcrash knewstuff wayland-scanner ];
|
||||
|
||||
patches = [
|
||||
./0001-Disable-autostart.patch
|
||||
|
Loading…
Reference in New Issue
Block a user