Skip to content

Commit

Permalink
Added missing packages pythong was complaining about for panda compile
Browse files Browse the repository at this point in the history
  • Loading branch information
SunbrightShinobi committed Jun 23, 2020
1 parent 09ab1b8 commit c98ef69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ rootfs: base.tar.gz profile
gnome-keyring \
desktop-file-utils \
xprop \
xvfb
xvfb \
blas-dev \
lapack-dev
sudo chroot rootfs \
/usr/bin/$(DLR) $(DLR_FLAGS) $(PLANTUML_URL) \
-o /usr/local/plantuml.jar
Expand Down

0 comments on commit c98ef69

Please sign in to comment.