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: ee735ff1f95a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e7946b0c8f25
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 3, 2018

  1. idea: add libsecret to the library path

    This solves the `Cannot access native keychain` warning from
    IntelliJ-based IDEs. Previously IDEA was unable to find `libsecret` as
    it was not part of its library path.
    
    Please keep in mind that the keyring daemon that can be enabled on
    NixOS with `services.gnome3.gnome-keyring.enable = true` must be
    running.
    Ma27 committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    a38466a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36246 from Ma27/solve-keychain-issues-for-intellij

    idea: add `libsecret` to the library path
    Mic92 committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    e7946b0 View commit details
    Browse the repository at this point in the history