obconf: add libSM to fix build
This commit is contained in:
parent
edcbb6da11
commit
6cc50b2976
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gtk2, libglade, openbox,
|
{ stdenv, fetchurl, pkgconfig, gtk2, libglade, openbox,
|
||||||
imlib2, libstartup_notification, makeWrapper }:
|
imlib2, libstartup_notification, makeWrapper, libSM }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "obconf-${version}";
|
name = "obconf-${version}";
|
||||||
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk2 libglade openbox imlib2 libstartup_notification makeWrapper
|
pkgconfig gtk2 libglade libSM openbox imlib2 libstartup_notification
|
||||||
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user