Merge pull request #238509 from amjoseph-nixpkgs/pr/knuth/respect

lib/systems/parse.nix: show respect where deserved

authored by John Ericson and committed by GitHub c6590b61 c85be71d

+2
+2
lib/systems/parse.nix
··· 221 221 vendors = setTypes types.openVendor { 222 222 apple = {}; 223 223 pc = {}; 224 + knuth = {}; 225 + 224 226 # Actually matters, unlocking some MinGW-w64-specific options in GCC. See 225 227 # bottom of https://sourceforge.net/p/mingw-w64/wiki2/Unicode%20apps/ 226 228 w64 = {};