Skip to content

Commit f770d88

Browse files
committed
Nix: add hwdata dep
1 parent 41194ed commit f770d88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nix/default.nix

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
cmake,
5+
hwdata,
56
hyprutils,
67
hyprwayland-scanner,
78
libdisplay-info,
@@ -43,6 +44,10 @@ stdenv.mkDerivation {
4344
wayland-protocols
4445
];
4546

47+
depsBuildBuild = [
48+
hwdata
49+
];
50+
4651
outputs = ["out" "dev"];
4752

4853
cmakeBuildType = "RelWithDebInfo";

0 commit comments

Comments
 (0)