tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kidletime: Add dependency on wayland-protocols
Ulrik Strid
3 years ago
79c00567
7fdde189
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
kde-frameworks
kidletime.nix
+2
-2
pkgs/development/libraries/kde-frameworks/kidletime.nix
···
2
2
mkDerivation,
3
3
extra-cmake-modules,
4
4
qtbase, qtx11extras,
5
5
-
wayland, plasma-wayland-protocols
5
5
+
wayland, wayland-protocols, plasma-wayland-protocols
6
6
}:
7
7
8
8
mkDerivation {
9
9
pname = "kidletime";
10
10
nativeBuildInputs = [ extra-cmake-modules ];
11
11
-
buildInputs = [ qtx11extras wayland plasma-wayland-protocols ];
11
11
+
buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ];
12
12
propagatedBuildInputs = [ qtbase ];
13
13
}