mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 04:56:00 +01:00
nix: add libGL dep
This commit is contained in:
parent
d619af4971
commit
6dda80224a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
libdisplay-info,
|
||||
libdrm,
|
||||
libffi,
|
||||
libGL,
|
||||
libinput,
|
||||
libseat,
|
||||
mesa,
|
||||
|
@ -35,6 +36,7 @@ stdenv.mkDerivation {
|
|||
libdisplay-info
|
||||
libdrm
|
||||
libffi
|
||||
libGL
|
||||
libinput
|
||||
libseat
|
||||
mesa
|
||||
|
|
Loading…
Reference in a new issue