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;
|
name = "dbus-tools-" + version;
|
||||||
inherit src configureFlags;
|
inherit src configureFlags;
|
||||||
buildInputs = [pkgconfig expat libs]
|
buildInputs = [pkgconfig expat libs]
|
||||||
++ if useX11 then [libX11 libICE libSM] else [];
|
++ (if useX11 then [libX11 libICE libSM] else []);
|
||||||
postConfigure = "cd tools";
|
postConfigure = "cd tools";
|
||||||
|
|
||||||
NIX_LDFLAGS = "-ldbus-1";
|
NIX_LDFLAGS = "-ldbus-1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user