mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-16 16:15:58 +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,
|
||||
fribidi,
|
||||
libdatrie,
|
||||
libGL,
|
||||
libjpeg,
|
||||
libselinux,
|
||||
libsepol,
|
||||
|
@ -40,6 +41,7 @@ stdenv.mkDerivation {
|
|||
cairo
|
||||
fribidi
|
||||
libdatrie
|
||||
libGL
|
||||
libjpeg
|
||||
libselinux
|
||||
libsepol
|
||||
|
|
Loading…
Reference in a new issue