Skip to content

Commit 348d22f

Browse files
committed
build(nix): add libpulseaudio to flake
1 parent 984c95e commit 348d22f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
hicolor-icon-theme
128128
gsettings-desktop-schemas
129129
libxkbcommon
130+
libpulseaudio
130131
];
131132

132133
RUST_SRC_PATH = "${rust}/lib/rustlib/src/rust/library";

Diff for: nix/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
gtk-layer-shell,
1313
gnome,
1414
libxkbcommon,
15+
libpulseaudio,
1516
openssl,
1617
pkg-config,
1718
hicolor-icon-theme,
@@ -30,7 +31,7 @@
3031
path = lib.cleanSource ../.;
3132
};
3233
nativeBuildInputs = [pkg-config wrapGAppsHook gobject-introspection];
33-
buildInputs = [gtk3 gdk-pixbuf glib gtk-layer-shell glib-networking shared-mime-info gnome.adwaita-icon-theme hicolor-icon-theme gsettings-desktop-schemas libxkbcommon openssl];
34+
buildInputs = [gtk3 gdk-pixbuf glib gtk-layer-shell glib-networking shared-mime-info gnome.adwaita-icon-theme hicolor-icon-theme gsettings-desktop-schemas libxkbcommon libpulseaudio openssl];
3435
propagatedBuildInputs = [
3536
gtk3
3637
];

0 commit comments

Comments
 (0)