mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
4ad5948e8a
Fix 350913
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;
|
|
}
|