There was an error while loading. Please reload this page.
1 parent df5327e commit 283ac8bCopy full SHA for 283ac8b
1 file changed
nix/default.nix
@@ -11,9 +11,11 @@
11
aquamarine,
12
cairo,
13
pixman,
14
+ pango,
15
hyprtoolkit,
16
hyprgraphics,
17
libqalculate,
18
+ libGL,
19
wayland,
20
wayland-protocols,
21
wayland-scanner,
@@ -48,6 +50,8 @@ stdenv.mkDerivation {
48
50
aquamarine
49
51
pixman
52
cairo
53
+ pango
54
+ libGL
55
];
56
57
cmakeFlags = lib.mapAttrsToList lib.cmakeFeature {
0 commit comments