mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
fix: nixos build, missing ligblvnd
This commit is contained in:
parent
b6130e3901
commit
2ef703474f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
cairo,
|
cairo,
|
||||||
fribidi,
|
fribidi,
|
||||||
libdatrie,
|
libdatrie,
|
||||||
|
libGL,
|
||||||
libjpeg,
|
libjpeg,
|
||||||
libselinux,
|
libselinux,
|
||||||
libsepol,
|
libsepol,
|
||||||
|
@ -40,6 +41,7 @@ stdenv.mkDerivation {
|
||||||
cairo
|
cairo
|
||||||
fribidi
|
fribidi
|
||||||
libdatrie
|
libdatrie
|
||||||
|
libGL
|
||||||
libjpeg
|
libjpeg
|
||||||
libselinux
|
libselinux
|
||||||
libsepol
|
libsepol
|
||||||
|
|
Loading…
Reference in a new issue