Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firefox: add Kerberos support #29783

Merged
merged 1 commit into from Oct 14, 2017
Merged

firefox: add Kerberos support #29783

merged 1 commit into from Oct 14, 2017

Conversation

catern
Copy link
Contributor

@catern catern commented Sep 25, 2017

Motivation for this change

Firefox supports using Kerberos to authenticate to webservers, this change to the package allows that support to be used.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
    Only for the binary version, ran out of space compiling the source version.
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@catern, thanks for your PR! By analyzing the history of the files in this pull request, we identified @taku0, @oxij and @edolstra to be potential reviewers.

@@ -73,6 +74,7 @@ stdenv.mkDerivation (rec {
++ lib.optional pulseaudioSupport libpulseaudio # only headers are needed
++ lib.optionals ffmpegSupport [ gstreamer gst-plugins-base ]
++ lib.optional gtk3Support gtk3;
++ lib.optional gssSupport kerberos;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Syntax error here

@Mic92
Copy link
Member

Mic92 commented Oct 14, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants