hotfix: nimble builds with devel again
This commit is contained in:
parent
e2d959bf9c
commit
ffbd5f5b3e
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
# BSD License. Look at license.txt for more info.
|
||||
import parsecfg, json, streams, strutils, parseutils, os
|
||||
import version, tools, nimbletypes
|
||||
|
||||
when not declared(system.map):
|
||||
from sequtils import map
|
||||
|
||||
type
|
||||
Package* = object
|
||||
# Required fields in a package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue