Merge pull request #247839 from NickCao/firefox_decrypt

This commit is contained in:
Franz Pletz 2023-08-08 05:38:09 +02:00 committed by GitHub
commit 994df5e327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,9 +25,7 @@ buildPythonApplication rec {
makeWrapperArgs = [ "--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ nss ]) ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/unode/firefox_decrypt";