mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 09:20:58 +03:00
tree-wide: use new multiArch buildFHSEnv argument
This is much more direct and sensible than setting a function null
This commit is contained in:
parent
62b2adc753
commit
f0c58f6e96
16 changed files with 16 additions and 16 deletions
|
@ -14,7 +14,7 @@ buildFHSEnv {
|
|||
pyserial
|
||||
]))
|
||||
]);
|
||||
multiPkgs = null;
|
||||
multiArch = false;
|
||||
|
||||
extraInstallCommands = ''
|
||||
${lib.optionalString withGui ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue