Fix xwd build

This commit is contained in:
Michael Raskin 2012-10-19 13:50:02 +04:00
parent 118a5cf540
commit 47d3d58ec6

View File

@ -277,4 +277,8 @@ in
xinput = attrs: attrs // { xinput = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.libXrender]; buildInputs = attrs.buildInputs ++ [xorg.libXrender];
}; };
xwd = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.libXt];
};
} }