diff --git a/anda/langs/nim/nim/nim.spec b/anda/langs/nim/nim/nim.spec index 342894a698..347b8723b0 100644 --- a/anda/langs/nim/nim/nim.spec +++ b/anda/langs/nim/nim/nim.spec @@ -46,7 +46,7 @@ and its standard library. %prep -rm -rf . +rm -rf ./* # using git clone to include submodules git clone --recurse-submodules -j8 https://github.com/nim-lang/Nim -b v%version --depth 1 . # hack