limesuite: migrate to by-name

This commit is contained in:
GraysonTinker
2026-04-23 19:28:20 -07:00
parent 4585fcbefa
commit 7409a90040
3 changed files with 7 additions and 12 deletions
@@ -0,0 +1,7 @@
{
limesuite,
}:
limesuite.override {
withGui = true;
}
-12
View File
@@ -2865,18 +2865,6 @@ with pkgs;
licensee = callPackage ../tools/package-management/licensee { };
inherit
({
limesuite = callPackage ../applications/radio/limesuite {
};
limesuiteWithGui = limesuite.override {
withGui = true;
};
})
limesuite
limesuiteWithGui
;
linux-gpib = callPackage ../applications/science/electronics/linux-gpib/user.nix { };
liquidctl = with python3Packages; toPythonApplication liquidctl;