Skip to content

Commit

Permalink
Update gtirb-semantics.nix
Browse files Browse the repository at this point in the history
move yojson to build inputs.
  • Loading branch information
katrinafyi authored Jan 17, 2024
1 parent b3f1a17 commit de3b025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtirb/gtirb-semantics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildDunePackage rec {
};

checkInputs = [ ];
buildInputs = [ asli ocaml-hexstring ocaml-protoc-plugin ];
nativeBuildInputs = [ makeWrapper protobuf ocaml-protoc-plugin yojson ];
buildInputs = [ asli ocaml-hexstring ocaml-protoc-plugin yojson ];
nativeBuildInputs = [ makeWrapper protobuf ocaml-protoc-plugin ];
propagatedBuildInputs = [ base64 ];

wrapper = writeShellApplication {
Expand Down

0 comments on commit de3b025

Please sign in to comment.