Skip to content

Commit

Permalink
Merge pull request #34 from nim-lang/pr_dep_linux
Browse files Browse the repository at this point in the history
fixes deps
  • Loading branch information
ringabout authored Sep 19, 2024
2 parents 1b74468 + fbc5d2d commit 885526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choosenim.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ skipExt = @["nim"]

requires "https://github.com/nim-lang/sat"
requires "nim", "nimble#ed0b6ee"
when defined(macosx):
when not defined(windows):
requires "libcurl >= 1.0.0"

requires "osinfo"
Expand Down

0 comments on commit 885526f

Please sign in to comment.