depot/pkgs/by-name/ni/nim-2_0/package.nix

13 lines
161 B
Nix
Raw Normal View History

{
lib,
stdenv,
fetchurl,
nim-unwrapped-2_0,
nim-2_2,
}:
nim-2_2.passthru.wrapNim {
nimUnwrapped = nim-unwrapped-2_0;
inherit (nim-2_2) patches;
}