Skip to content

Commit

Permalink
jujutsu_git: needs cmake now
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Dec 7, 2024
1 parent 57f8cb2 commit 69c0bd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/jujutsu-git/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ prev, gitOverride, ... }:
{ final, prev, gitOverride, ... }:

gitOverride {
nyxKey = "jujutsu_git";
Expand All @@ -11,7 +11,8 @@ gitOverride {
repo = "jj";
};

postOverride = _prevAttrs: {
postOverride = prevAttrs: {
nativeBuildInputs = [ final.cmake ] ++ prevAttrs.nativeBuildInputs;
doCheck = false;
};
}

0 comments on commit 69c0bd0

Please sign in to comment.