Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ec2c9d57b5ba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 12b4556642d4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    070825d View commit details
    Browse the repository at this point in the history
  2. nixos: add programs.wireshark option

    To be able to use Wireshark as an ordinary user, the 'dumpcap' program
    must be installed setuid root. This module module simplifies such a
    configuration to simply:
    
      programs.wireshark.enable = true;
    
    The setuid wrapper is available for users in the 'wireshark' group.
    
    Changes v1 -> v2:
      - add "defaultText" to the programs.wireshark.package option (AFAIK,
        that prevents the manual from being needlessly rebuilt when the
        package changes)
    bjornfor authored and globin committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    8f3e6fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ec5faa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Merge pull request #22882 from bjornfor/wireshark

    nixos: add programs.wireshark option
    globin committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    12b4556 View commit details
    Browse the repository at this point in the history