Merge pull request #284309 from Lillecarl/browserpass_copy_manifest

browserpass: Copy FF manifest to common location
This commit is contained in:
André Silva 2024-01-27 19:55:21 +00:00 committed by GitHub
commit 9a17c9cf0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,8 @@ buildGoModule rec {
# This path is used by our firefox wrapper for finding native messaging hosts # This path is used by our firefox wrapper for finding native messaging hosts
mkdir -p $out/lib/mozilla/native-messaging-hosts mkdir -p $out/lib/mozilla/native-messaging-hosts
ln -s $out/lib/browserpass/hosts/firefox/*.json $out/lib/mozilla/native-messaging-hosts # Copy ff manifests rather than linking to allow link-farming to work recursively in dependants
cp $out/lib/browserpass/hosts/firefox/*.json $out/lib/mozilla/native-messaging-hosts/
''; '';
passthru.tests.version = testers.testVersion { passthru.tests.version = testers.testVersion {