Skip to content

Commit

Permalink
Some invalid definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Mar 6, 2024
1 parent ec758e1 commit 778def5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,11 @@ with pkgs;

sea-orm-cli = callPackage ../development/tools/sea-orm-cli { };

vcpkg-tool = callPackage ../by-name/vc/vcpkg-tool/package.nix {
r3ctl = callPackage ../by-name/vc/vcpkg-tool/package.nix {
fmt = fmt_10;
};

r3ctl = qt5.callPackage ../tools/misc/r3ctl { };
vcpkg-tool = qt5.callPackage ../tools/misc/r3ctl { };

ptouch-print = callPackage ../misc/ptouch-print { };

Expand Down Expand Up @@ -1734,7 +1734,7 @@ with pkgs;

btc-rpc-explorer = callPackage ../tools/misc/btc-rpc-explorer { };

butler = callPackage ../by-name/bu/butler/package.nix {
butler = (x: x) callPackage ../by-name/bu/butler/package.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;
buildGoModule = buildGo120Module;
};
Expand Down

0 comments on commit 778def5

Please sign in to comment.