xorg.oclock: Fix build (#56978)

This commit is contained in:
Josef Kemetmüller 2019-03-07 22:59:06 +01:00 committed by xeji
parent 61a8aca8e5
commit 22160302cf

View file

@ -285,6 +285,10 @@ self: super:
meta = attrs.meta // { platforms = stdenv.lib.platforms.linux; };
});
oclock = super.oclock.overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [ self.libxkbfile ];
});
setxkbmap = super.setxkbmap.overrideAttrs (attrs: {
postInstall =
''