Skip to content

Commit

Permalink
xorg.oclock: Fix build (#56978)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2216030)
  • Loading branch information
knedlsepp authored and xeji committed Mar 7, 2019
1 parent 68cb706 commit 9b562d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/servers/x11/xorg/overrides.nix
Expand Up @@ -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 =
''
Expand Down

0 comments on commit 9b562d6

Please sign in to comment.