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: a421af29e468
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9b47854f24b5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 10, 2020

  1. networkmanager-fortisslvpn: clean up

    * format with nixpkgs-fmt
    * reorder the expression
    * move pname into the main attrset
    * use pkg-config instead of pkgconfig alias
    jtojnar committed Jun 10, 2020
    Copy the full SHA
    dc318b3 View commit details
    Browse the repository at this point in the history
  2. networkmanager-fortisslvpn: more clean ups and fixes

    * add GLib dependency (it works with graphical variant because it is propagated by GTK but we should include it explicitly).
    * Since 1.2.10, libnm-glib support is disabled by default.
    * Since 1.2.10, intltool is not used.
    
    Closes: #90015
    jtojnar committed Jun 10, 2020
    Copy the full SHA
    9b47854 View commit details
    Browse the repository at this point in the history