Skip to content

Commit

Permalink
atom: depend on libsecret
Browse files Browse the repository at this point in the history
To support: $ atom -d
  • Loading branch information
domenkozar committed Dec 17, 2017
1 parent 34b0c1c commit 75417d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/atom/env.nix
@@ -1,6 +1,6 @@
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
, libgnome_keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr
, gconf, nss, xorg, libcap, systemd, libnotify
, gconf, nss, xorg, libcap, systemd, libnotify, libsecret
}:

let
Expand All @@ -10,7 +10,7 @@ let
xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst
xorg.libXcomposite xorg.libXi xorg.libXfixes xorg.libXrandr
xorg.libXcursor xorg.libxkbfile xorg.libXScrnSaver libcap systemd libnotify
xorg.libxcb
xorg.libxcb libsecret
];

libPathNative = lib.makeLibraryPath packages;
Expand Down

0 comments on commit 75417d8

Please sign in to comment.