Skip to content

Commit a203987

Browse files
committed
clipbuzz: use zig from buildPackages
1 parent 6899567 commit a203987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14556,7 +14556,7 @@ with pkgs;
1455614556
clipboard-jh = callPackage ../tools/misc/clipboard-jh { };
1455714557

1455814558
clipbuzz = callPackage ../tools/misc/clipbuzz {
14559-
zig = zig_0_12;
14559+
zig = buildPackages.zig_0_12;
1456014560
};
1456114561

1456214562
xclip = callPackage ../tools/misc/xclip { };

0 commit comments

Comments
 (0)