summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-flutter/helper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/yubioath-flutter/helper.nix')
-rw-r--r--pkgs/applications/misc/yubioath-flutter/helper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/yubioath-flutter/helper.nix b/pkgs/applications/misc/yubioath-flutter/helper.nix
index 2c188d833af..e40f6a78c86 100644
--- a/pkgs/applications/misc/yubioath-flutter/helper.nix
+++ b/pkgs/applications/misc/yubioath-flutter/helper.nix
@@ -16,7 +16,7 @@ buildPythonApplication {
   pname = "yubioath-flutter-helper";
   inherit src version meta;
 
-  sourceRoot = "source/helper";
+  sourceRoot = "${src.name}/helper";
   format = "pyproject";
 
   postPatch = ''