mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
gnome2.gnome_settings_daemon: add libSM to fix build
This commit is contained in:
parent
e3033d87b3
commit
241fa7fa26
@ -1,5 +1,6 @@
|
||||
{ stdenv, fetchurl, pkgconfig, dbus_glib, libxklavier, gtk
|
||||
, intltool, GConf, gnome_desktop, libglade, libgnomekbd, polkit, libpulseaudio }:
|
||||
, intltool, GConf, gnome_desktop, libglade, libgnomekbd, polkit, libpulseaudio
|
||||
, libSM }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnome-settings-daemon-2.32.1";
|
||||
@ -11,7 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs =
|
||||
[ dbus_glib libxklavier gtk GConf gnome_desktop libglade libgnomekbd polkit
|
||||
libpulseaudio
|
||||
libpulseaudio libSM
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool ];
|
||||
|
Loading…
Reference in New Issue
Block a user