1 { buildPythonApplication
13 buildPythonApplication {
14 pname = "yubioath-flutter-helper";
15 inherit src version meta;
19 sourceRoot = "${src.name}/helper";
25 pythonRelaxDeps = true;
28 substituteInPlace pyproject.toml \
29 --replace "authenticator-helper" "yubioath-flutter-helper" \
30 --replace "0.1.0" "${version}"
34 install -Dm 0755 authenticator-helper.py $out/bin/authenticator-helper
35 install -d $out/libexec/helper
36 ln -fs $out/bin/authenticator-helper $out/libexec/helper/authenticator-helper
39 propagatedBuildInputs = [