13 lines
161 B
Nix
13 lines
161 B
Nix
|
{
|
||
|
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;
|
||
|
}
|