nixpkgs/pkgs/development/compilers/mlton/default.nix
Sophia Donataccio 4845d9324f mlton: prepare old version for refactoring
20130715.nix is exactly the same as the old default.nix other than
pulling the meta data out into its own file.
2018-10-12 00:06:54 -04:00

7 lines
151 B
Nix

{ stdenv, fetchurl, fetchFromGitHub, patchelf, gmp }:
rec {
mlton20130715 = import ./20130715.nix {
inherit stdenv fetchurl patchelf gmp;
};
}