Skip to content

Commit 7b0b1bd

Browse files
authored
wlroots: clear up (#344635)
2 parents a3e92b9 + e0c1131 commit 7b0b1bd

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pkgs/development/libraries/wlroots/default.nix

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,14 @@ let
7272
pkg-config
7373
wayland-scanner
7474
glslang
75+
hwdata
7576
] ++ extraNativeBuildInputs;
7677

7778
buildInputs =
7879
[
80+
ffmpeg
81+
libliftoff
82+
libdisplay-info
7983
libGL
8084
libcap
8185
libinput
@@ -149,26 +153,12 @@ rec {
149153
wlroots_0_17 = generic {
150154
version = "0.17.4";
151155
hash = "sha256-AzmXf+HMX/6VAr0LpfHwfmDB9dRrrLQHt7l35K98MVo=";
152-
extraNativeBuildInputs = [
153-
hwdata
154-
];
155-
extraBuildInputs = [
156-
ffmpeg
157-
libliftoff
158-
libdisplay-info
159-
];
160156
};
161157

162158
wlroots_0_18 = generic {
163159
version = "0.18.2";
164160
hash = "sha256-vKvMWRPPJ4PRKWVjmKKCdNSiqsQm+uQBoBnBUFElLNA=";
165-
extraNativeBuildInputs = [
166-
hwdata
167-
];
168161
extraBuildInputs = [
169-
ffmpeg
170-
libliftoff
171-
libdisplay-info
172162
lcms2
173163
];
174164
};

0 commit comments

Comments
 (0)