Fix xbacklight

svn path=/nixpkgs/trunk/; revision=26402
This commit is contained in:
Michael Raskin 2011-03-17 18:46:25 +00:00
parent 3fa36ea4a1
commit 1d99933141

View file

@ -190,4 +190,8 @@ in
buildNativeInputs = [args.bison args.flex];
};
xbacklight = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
};
}