lxd: drop undefined ui
attribute
From what I can see `lxd-unwrapped-lts` does not define `ui` attribute. As a result `lxd.ui` fails the eval as: $ nix build --no-link -f. lxd.ui trace: warning: lxd has been renamed to lxd-lts error: attribute 'ui' missing at pkgs/by-name/lx/lxd-lts/package.nix:144:39: 143| passthru = { 144| inherit (lxd-unwrapped-lts) tests ui; | ^ 145| }; Did you mean one of go or out?
This commit is contained in:
parent
b8af6d814d
commit
c2e414fbee
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ symlinkJoin {
|
|||
'';
|
||||
|
||||
passthru = {
|
||||
inherit (lxd-unwrapped-lts) tests ui;
|
||||
inherit (lxd-unwrapped-lts) tests;
|
||||
};
|
||||
|
||||
inherit (lxd-unwrapped-lts) meta pname version;
|
||||
|
|
Loading…
Reference in a new issue