mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
Fix xwd build
This commit is contained in:
parent
118a5cf540
commit
47d3d58ec6
@ -277,4 +277,8 @@ in
|
||||
xinput = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
|
||||
};
|
||||
|
||||
xwd = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [xorg.libXt];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user