winbox3: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:30:12 +01:00
parent 8cc83e4cff
commit 05fdd11b7d
2 changed files with 2 additions and 4 deletions
@@ -5,10 +5,11 @@
copyDesktopItems,
makeDesktopItem,
makeBinaryWrapper,
wine,
wineWowPackages,
}:
let
wine = wineWowPackages.stable;
# The icon is also from the winbox AUR package (see above).
icon = fetchurl {
name = "winbox.png";
-3
View File
@@ -1066,9 +1066,6 @@ with pkgs;
waydroid-nftables = waydroid.override { withNftables = true; };
winbox = winbox3;
winbox3 = callPackage ../tools/admin/winbox {
wine = wineWowPackages.stable;
};
yabridge = callPackage ../tools/audio/yabridge {
wine = wineWowPackages.yabridge;