about summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-flutter
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2023-08-13 13:37:49 +0100
committerLuke Granger-Brown <git@lukegb.com>2023-08-13 13:54:50 +0100
commit1bc43577f32c53bab984cbe9808a997125a7932b (patch)
treeef18773e299322d5bc969e64e57f5f19d51f7550 /pkgs/applications/misc/yubioath-flutter
parentf802e332156140f5416a86ac92fd64a4e4f76842 (diff)
yubioath-flutter: add libnotify and libappindicator dependencies
Diffstat (limited to 'pkgs/applications/misc/yubioath-flutter')
-rw-r--r--pkgs/applications/misc/yubioath-flutter/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/misc/yubioath-flutter/default.nix b/pkgs/applications/misc/yubioath-flutter/default.nix
index 77e90802949e7..326e03721ece6 100644
--- a/pkgs/applications/misc/yubioath-flutter/default.nix
+++ b/pkgs/applications/misc/yubioath-flutter/default.nix
@@ -3,6 +3,9 @@
 , python3
 , fetchFromGitHub
 , pcre2
+, libnotify
+, libappindicator
+, pkg-config
 , gnome
 , makeWrapper
 , removeReferencesTo
@@ -68,10 +71,13 @@ flutter37.buildFlutterApplication rec {
   nativeBuildInputs = [
     makeWrapper
     removeReferencesTo
+    pkg-config
   ];
 
   buildInputs = [
     pcre2
+    libnotify
+    libappindicator
   ];
 
   disallowedReferences = [