xorg xcursor-themes: fix build after #53127
This commit is contained in:
parent
74a64a8a61
commit
3cd97916fe
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ self: super:
|
|||
});
|
||||
|
||||
xcursorthemes = super.xcursorthemes.overrideAttrs (attrs: {
|
||||
buildInputs = attrs.buildInputs ++ [self.xcursorgen];
|
||||
buildInputs = attrs.buildInputs ++ [ self.xcursorgen self.xorgproto ];
|
||||
configureFlags = [ "--with-cursordir=$(out)/share/icons" ];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue