mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 02:35:59 +01:00
Nix: add hwdata dep
This commit is contained in:
parent
41194ed860
commit
f770d88860
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
cmake,
|
||||
hwdata,
|
||||
hyprutils,
|
||||
hyprwayland-scanner,
|
||||
libdisplay-info,
|
||||
|
@ -43,6 +44,10 @@ stdenv.mkDerivation {
|
|||
wayland-protocols
|
||||
];
|
||||
|
||||
depsBuildBuild = [
|
||||
hwdata
|
||||
];
|
||||
|
||||
outputs = ["out" "dev"];
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
|
|
Loading…
Reference in a new issue