mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
chore: Change nix depencendies
This commit is contained in:
parent
ebd4bba4ea
commit
39c338246f
1 changed files with 5 additions and 2 deletions
|
@ -4,13 +4,16 @@ with pkgs;
|
|||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
wrapGAppsHook4
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
dbus
|
||||
pulseaudio
|
||||
gnome.adwaita-icon-theme
|
||||
gtk4
|
||||
libadwaita
|
||||
pulseaudio
|
||||
gdk-pixbuf
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue