mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 00:54:46 +00:00
4845d9324f
20130715.nix is exactly the same as the old default.nix other than pulling the meta data out into its own file.
7 lines
151 B
Nix
7 lines
151 B
Nix
{ stdenv, fetchurl, fetchFromGitHub, patchelf, gmp }:
|
|
rec {
|
|
mlton20130715 = import ./20130715.nix {
|
|
inherit stdenv fetchurl patchelf gmp;
|
|
};
|
|
}
|