Merge pull request #6499 from avnik/xkbcomp-fix
Proper default path for XKB config files
This commit is contained in:
commit
ae8eb54c8b
@ -241,7 +241,7 @@ in
|
||||
};
|
||||
|
||||
xkbcomp = attrs: attrs // {
|
||||
NIX_CFLAGS_COMPILE = "-DDFLT_XKB_CONFIG_ROOT=\".\"";
|
||||
configureFlags = "--with-xkb-config-root=${xorg.xkeyboardconfig}/share/X11/xkb";
|
||||
};
|
||||
|
||||
xkeyboardconfig = attrs: attrs // {
|
||||
|
@ -101,7 +101,7 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/M/MD/MDOOTSON/${name}.tar.gz";
|
||||
sha256 = "0h4g7jl0p8a35kyvsji3qlb75mbcfqpvvmwh7s9krkbqklqjlxxl";
|
||||
};
|
||||
propagatedBuildInputs = [ pkgs.pkgconfig pkgs.gtk2 pkgs.wxGTK ];
|
||||
propagatedBuildInputs = [ pkgs.pkgconfig pkgs.gtk2 pkgs.wxGTK ModulePluggable ];
|
||||
};
|
||||
|
||||
AnyEvent = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user