forked from mirrors/nixpkgs
dbus: fixed a typo
svn path=/nixpkgs/branches/stdenv-updates/; revision=10466
This commit is contained in:
parent
1a12f687e2
commit
e0d1a17680
|
@ -21,7 +21,7 @@ in rec {
|
|||
name = "dbus-tools-" + version;
|
||||
inherit src configureFlags;
|
||||
buildInputs = [pkgconfig expat libs]
|
||||
++ if useX11 then [libX11 libICE libSM] else [];
|
||||
++ (if useX11 then [libX11 libICE libSM] else []);
|
||||
postConfigure = "cd tools";
|
||||
|
||||
NIX_LDFLAGS = "-ldbus-1";
|
||||
|
|
Loading…
Reference in a new issue