Fix xbacklight
svn path=/nixpkgs/trunk/; revision=26402
This commit is contained in:
parent
3fa36ea4a1
commit
1d99933141
@ -190,4 +190,8 @@ in
|
|||||||
buildNativeInputs = [args.bison args.flex];
|
buildNativeInputs = [args.bison args.flex];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xbacklight = attrs: attrs // {
|
||||||
|
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user