lxi-tools{,-gui}: migrate to by-name (#507741)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
lxi-tools,
|
||||
}:
|
||||
|
||||
lxi-tools.override {
|
||||
withGui = true;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user