Skip to content

Commit

Permalink
nix: add glib for keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 3, 2024
1 parent 3fb04fc commit b70614e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/keyboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, libadwaita
, dbus
, xorg
, glib
, pulseaudio
, lib
, ...
Expand All @@ -29,6 +30,7 @@ rustPlatform.buildRustPackage rec {
dbus
xorg.setxkbmap
pulseaudio
glib
];

cargoLock = {
Expand All @@ -42,6 +44,7 @@ rustPlatform.buildRustPackage rec {
pkg-config
wrapGAppsHook4
rust-bin.nightly."2024-05-10".default
glib
];

copyLibs = true;
Expand Down

0 comments on commit b70614e

Please sign in to comment.