browserpass: add support for firefox

This commit is contained in:
pajowu 2017-04-22 15:13:02 +02:00
parent 11913f2ce1
commit b4caf7a11e

View File

@ -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;
};
}
}