mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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,
|
||||
imlib2, libstartup_notification, makeWrapper }:
|
||||
imlib2, libstartup_notification, makeWrapper, libSM }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "obconf-${version}";
|
||||
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig gtk2 libglade openbox imlib2 libstartup_notification makeWrapper
|
||||
pkgconfig gtk2 libglade libSM openbox imlib2 libstartup_notification
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user