Skip to content

Commit

Permalink
apalache: use mkSbtDerivation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb authored Aug 31, 2023
1 parent 95f336e commit 4fdc9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/apalache.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--replace '$DIR/../lib/apalache.jar' "$out/lib/apalache.jar"
'';
in
pkgs.sbt.mkDerivation {
pkgs.mkSbtDerivation {
inherit version postPatch;
pname = "apalache";
src = apalache-src;
Expand Down

0 comments on commit 4fdc9b1

Please sign in to comment.