lxi-tools{,-gui}: migrate to by-name (#507741)

This commit is contained in:
Weijia Wang
2026-04-10 11:29:56 +00:00
committed by GitHub
3 changed files with 7 additions and 3 deletions
@@ -0,0 +1,7 @@
{
lxi-tools,
}:
lxi-tools.override {
withGui = true;
}
-3
View File
@@ -10000,9 +10000,6 @@ with pkgs;
luddite = with python3Packages; toPythonApplication luddite;
lxi-tools = callPackage ../tools/networking/lxi-tools { };
lxi-tools-gui = callPackage ../tools/networking/lxi-tools { withGui = true; };
lyx = libsForQt5.callPackage ../applications/misc/lyx { };
magic-wormhole = with python3Packages; toPythonApplication magic-wormhole;