Commit a556e7b7 authored by Martino Fontana's avatar Martino Fontana
Browse files

butler: migrate to by-name

parent 78eaf072
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 { };