xorgserver: override build OS name

wip/nixpkgs-raku
Atemu 3 years ago
parent 45fc7d4a35
commit 4b4c8650a8
  1. 1
      pkgs/servers/x11/xorg/overrides.nix

@ -659,6 +659,7 @@ self: super:
"--with-xkb-output=$out/share/X11/xkb/compiled"
"--with-log-dir=/var/log"
"--enable-glamor"
"--with-os-name=Nix" # r13y, embeds the build machine's kernel version otherwise
] ++ lib.optionals stdenv.hostPlatform.isMusl [
"--disable-tls"
];

Loading…
Cancel
Save