mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
Fix xwd build
This commit is contained in:
parent
118a5cf540
commit
47d3d58ec6
@ -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];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user