mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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];
|
||||
};
|
||||
|
||||
xbacklight = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user