xorg.oclock: Fix build (#56978)
This commit is contained in:
parent
61a8aca8e5
commit
22160302cf
|
@ -285,6 +285,10 @@ self: super:
|
||||||
meta = attrs.meta // { platforms = stdenv.lib.platforms.linux; };
|
meta = attrs.meta // { platforms = stdenv.lib.platforms.linux; };
|
||||||
});
|
});
|
||||||
|
|
||||||
|
oclock = super.oclock.overrideAttrs (attrs: {
|
||||||
|
buildInputs = attrs.buildInputs ++ [ self.libxkbfile ];
|
||||||
|
});
|
||||||
|
|
||||||
setxkbmap = super.setxkbmap.overrideAttrs (attrs: {
|
setxkbmap = super.setxkbmap.overrideAttrs (attrs: {
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue