Skip to content

Commit 698159e

Browse files
committed
fix(flake): unable to find encoder
1 parent abf2b23 commit 698159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/wolf.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgs.stdenv.mkDerivation {
55
src = self;
66
patches = [ ];
77

8-
nativeBuildInputs = with pkgs; [ cmake pkg-config ninja ];
8+
nativeBuildInputs = with pkgs; [ cmake pkg-config ninja wrapGAppsHook];
99

1010
buildInputs = with pkgs; [
1111
deps.gst-wayland-display

0 commit comments

Comments
 (0)