mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03: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
|
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 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 = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user