From 5fcf9f55594c5fd413fb798d9c1d05a528c85c35 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Fri, 31 May 2019 12:11:54 +0200 Subject: [PATCH] Update pkgs/applications/science/robotics/betaflight-configurator/default.nix Co-Authored-By: Paul TREHIOU --- .../science/robotics/betaflight-configurator/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/robotics/betaflight-configurator/default.nix b/pkgs/applications/science/robotics/betaflight-configurator/default.nix index 10181a7b1fdf..bc907bedb9c0 100644 --- a/pkgs/applications/science/robotics/betaflight-configurator/default.nix +++ b/pkgs/applications/science/robotics/betaflight-configurator/default.nix @@ -1,4 +1,4 @@ -{stdenv, fetchurl, unzip, runtimeShell, makeDesktopItem, nwjs }: +{stdenv, fetchurl, unzip, runtimeShell, makeDesktopItem, nwjs, wrapGAppsHook, gsettings-desktop-schemas, gtk3 }: let strippedName = "betaflight-configurator";