mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
browserpass: add support for firefox
This commit is contained in:
parent
11913f2ce1
commit
b4caf7a11e
@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
sed -e "s!%%replace%%!$host_file!" go/src/${goPackagePath}/firefox/host.json > firefox-host.json
|
||||
|
||||
install -D chrome-host.json $bin/etc/chrome-host.json
|
||||
install -D firefox-host.json $bin/etc/firefox-host.json
|
||||
install -D firefox-host.json $bin/lib/mozilla/native-messaging-hosts/com.dannyvankooten.browserpass.json
|
||||
'';
|
||||
|
||||
meta = {
|
||||
@ -32,4 +32,4 @@ buildGoPackage rec {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user