nixpkgs/pkgs/by-name/ni/nim-1_0/package.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
153 B
Nix
Raw Normal View History

{
lib,
stdenv,
fetchurl,
nim-unwrapped-1,
nim,
}:
nim.passthru.wrapNim {
nimUnwrapped = nim-unwrapped-1;
patches = [ ./nim.cfg.patch ];
}