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,
|
libdisplay-info,
|
||||||
libdrm,
|
libdrm,
|
||||||
libffi,
|
libffi,
|
||||||
|
libGL,
|
||||||
libinput,
|
libinput,
|
||||||
libseat,
|
libseat,
|
||||||
mesa,
|
mesa,
|
||||||
|
@ -35,6 +36,7 @@ stdenv.mkDerivation {
|
||||||
libdisplay-info
|
libdisplay-info
|
||||||
libdrm
|
libdrm
|
||||||
libffi
|
libffi
|
||||||
|
libGL
|
||||||
libinput
|
libinput
|
||||||
libseat
|
libseat
|
||||||
mesa
|
mesa
|
||||||
|
|
Loading…
Reference in a new issue