mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #284309 from Lillecarl/browserpass_copy_manifest
browserpass: Copy FF manifest to common location
This commit is contained in:
commit
9a17c9cf0b
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user