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,
|
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";
|
||||||
|
|
Loading…
Reference in a new issue