Nix: add hwdata dep

This commit is contained in:
Mihai Fufezan 2024-07-02 19:53:21 +03:00
parent 41194ed860
commit f770d88860
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
lib, lib,
stdenv, stdenv,
cmake, cmake,
hwdata,
hyprutils, hyprutils,
hyprwayland-scanner, hyprwayland-scanner,
libdisplay-info, libdisplay-info,
@ -43,6 +44,10 @@ stdenv.mkDerivation {
wayland-protocols wayland-protocols
]; ];
depsBuildBuild = [
hwdata
];
outputs = ["out" "dev"]; outputs = ["out" "dev"];
cmakeBuildType = "RelWithDebInfo"; cmakeBuildType = "RelWithDebInfo";