Skip to content

Commit

Permalink
Make devShell able to compile jass.db again
Browse files Browse the repository at this point in the history
  • Loading branch information
lep committed Feb 26, 2024
1 parent db83a86 commit ebd0aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
installPhase = ''
install -Dt $out/bin mkdocs
'';

};

jassdoc = pkgs.stdenv.mkDerivation {
name = "jassdoc";
src = self;
buildInputs = [ pkgs.gnumake pkgs.perl pkgs.sqlite ];
buildInputs =
[ pkgs.gnumake pkgs.perl pkgs.sqlite pkgs.cabal-install ];

buildPhase = ''
MKDOCS=${mkdocs}/bin/mkdocs make jass.db
Expand Down

0 comments on commit ebd0aae

Please sign in to comment.