Skip to content

Commit

Permalink
yubioath-flutter: add libnotify and libappindicator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegb committed Aug 13, 2023
1 parent 8a87e3f commit 6e5f0d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/misc/yubioath-flutter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
, python3
, fetchFromGitHub
, pcre2
, libnotify
, libappindicator
, pkg-config
, gnome
, makeWrapper
, removeReferencesTo
Expand Down Expand Up @@ -68,10 +71,13 @@ flutter.buildFlutterApplication rec {
nativeBuildInputs = [
makeWrapper
removeReferencesTo
pkg-config
];

buildInputs = [
pcre2
libnotify
libappindicator
];

disallowedReferences = [
Expand Down

0 comments on commit 6e5f0d1

Please sign in to comment.