firefox: use regular wrapper
PR #377863 introduced `makeBinaryWrapper` which is incompatible to how native messaging hosts are being configured since they use the `--run` argument.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, makeDesktopItem, makeBinaryWrapper, lndir, config
|
||||
{ stdenv, lib, makeDesktopItem, makeWrapper, lndir, config
|
||||
, buildPackages
|
||||
, jq, xdg-utils, writeText
|
||||
|
||||
@@ -219,7 +219,7 @@ let
|
||||
};
|
||||
}));
|
||||
|
||||
nativeBuildInputs = [ makeBinaryWrapper lndir jq ];
|
||||
nativeBuildInputs = [ makeWrapper lndir jq ];
|
||||
buildInputs = [ browser.gtk3 ];
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
||||
Reference in New Issue
Block a user