diff options
author | Miran <narimiran@disroot.org> | 2021-03-01 17:05:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 17:05:09 +0100 |
commit | c625ce80cb31d69f1683f299868572bd2caf2c5f (patch) | |
tree | 3f3bf2b8ee1306f3dd9119b5c85e1cfd0487961e /testament | |
parent | 0cb02fbbeeba6d4bd526ccf6cfff2eda05990bd5 (diff) | |
download | Nim-c625ce80cb31d69f1683f299868572bd2caf2c5f.tar.gz |
add 'pixie' to important_packages (#17215)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ccf8a4359..10e24f6cc 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -118,6 +118,7 @@ pkg2 "numericalnim", "nim c -r tests/test_integrate.nim" pkg2 "ormin", "nim c -o:orminn ormin.nim" pkg2 "parsetoml" pkg2 "patty" +pkg2 "pixie", useHead = false pkg2 "plotly", "nim c examples/all.nim" pkg2 "pnm" pkg2 "polypbren" |