mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
networkmanagerapplet: fix the build
This commit is contained in:
parent
aa88e7269d
commit
949c4fe758
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
gtk libglade networkmanager libnotify libsecret dbus_glib
|
||||
polkit isocodes makeWrapper udev GConf gnome_keyring
|
||||
polkit isocodes makeWrapper udev GConf libgnome_keyring
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue