mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
openbox: propagate some dependencies
This commit is contained in:
parent
c68f9cfc9e
commit
fcc6716680
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig
|
||||
, libxml2, libXinerama, libXcursor, libXau, libXrandr
|
||||
, imlib2, pango, libstartup_notification, makeWrapper}:
|
||||
, imlib2, pango, libstartup_notification, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openbox-3.5.2";
|
||||
|
@ -8,8 +8,11 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
pkgconfig libxml2
|
||||
libXinerama libXcursor libXau libXrandr
|
||||
imlib2 pango libstartup_notification
|
||||
makeWrapper
|
||||
libstartup_notification makeWrapper
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pango imlib2
|
||||
];
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue