butler: migrate to by-name

This commit is contained in:
Martino Fontana 2024-02-24 22:44:41 +01:00
parent 78eaf072db
commit a556e7b759
2 changed files with 1 additions and 3 deletions

View File

@ -1732,7 +1732,7 @@ with pkgs;
btc-rpc-explorer = callPackage ../tools/misc/btc-rpc-explorer { };
butler = callPackage ../games/itch/butler.nix {
butler = callPackage ../by-name/bu/butler/package.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;
buildGoModule = buildGo120Module;
};
@ -3979,8 +3979,6 @@ with pkgs;
ipp-usb = callPackage ../os-specific/linux/ipp-usb { };
itch = callPackage ../games/itch { };
itchiodl = callPackage ../games/itchiodl { };
itd = callPackage ../applications/misc/itd { };