openbox: propagate some dependencies
This commit is contained in:
parent
c68f9cfc9e
commit
fcc6716680
@ -8,8 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig libxml2
|
pkgconfig libxml2
|
||||||
libXinerama libXcursor libXau libXrandr
|
libXinerama libXcursor libXau libXrandr
|
||||||
imlib2 pango libstartup_notification
|
libstartup_notification makeWrapper
|
||||||
makeWrapper
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
pango imlib2
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user