From 58a8e90f67c8792d3480b9a934310f88149776a6 Mon Sep 17 00:00:00 2001 From: CLI Arena Date: Wed, 27 Dec 2023 00:40:46 +0100 Subject: [PATCH] fix(flake): unable to find encoder --- nix/wolf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/wolf.nix b/nix/wolf.nix index b167ab89..a7533dfd 100644 --- a/nix/wolf.nix +++ b/nix/wolf.nix @@ -5,7 +5,7 @@ pkgs.stdenv.mkDerivation { src = self; patches = [ ]; - nativeBuildInputs = with pkgs; [ cmake pkg-config ninja ]; + nativeBuildInputs = with pkgs; [ cmake pkg-config ninja wrapGAppsHook]; buildInputs = with pkgs; [ deps.gst-wayland-display