Skip to content

Commit

Permalink
fixed missing Makefile.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 20, 2024
1 parent 9195800 commit c3e6ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NixSupport/haskell-packages/ihp-ide.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ mkDerivation {
mkdir -p $out/lib/IHP
cp -r lib/IHP/* lib/IHP/.hie-bios $out/lib/IHP
cp -r ${ihp}/lib/IHP/static/* $out/lib/IHP/static # B.c. for Makefile
cp ${ihp}/lib/IHP/Makefile.dist $out/lib/IHP/Makefile.dist # B.c. for Makefile
'';
postFixup = ''
wrapProgram $out/bin/RunDevServer --set TOOLSERVER_STATIC "$out/lib/IHP/static" --set IHP_STATIC "${ihp}/lib/IHP/static"
Expand Down

0 comments on commit c3e6ded

Please sign in to comment.