xorg.libpthreadstubs: add windows to platforms

This commit is contained in:
Artturin 2023-08-27 20:09:09 +03:00
parent 13dd91e301
commit 6ea1c15e35

View File

@ -390,6 +390,11 @@ self: super:
};
});
libpthreadstubs = super.libpthreadstubs.overrideAttrs (attrs: {
# only contains a pkgconfig file on linux and windows
meta = attrs.meta // { platforms = lib.platforms.unix ++ lib.platforms.windows; };
});
setxkbmap = super.setxkbmap.overrideAttrs (attrs: {
postInstall =
''