mirror of
https://github.com/beta-nu-theta-chi/big-brother-tree.git
synced 2025-12-01 00:24:47 +00:00
add png output
This commit is contained in:
parent
8447f869a0
commit
e681975fde
@ -12,10 +12,11 @@ stdenv.mkDerivation {
|
||||
buildPhase = ''
|
||||
dot -Tpdf brotherhood.dot > brotherhood.pdf
|
||||
dot -Tsvg brotherhood.dot > brotherhood.svg
|
||||
dot -Tpng brotherhood.dot > brotherhood.png
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r *.pdf *.svg $out
|
||||
cp -r *.pdf *.svg *.png $out
|
||||
'';
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user