2018-11-18 04:55:26 +01:00
|
|
|
{ stdenv, callPackage, fetchFromGitHub, gambit-unstable }:
|
2018-03-03 07:28:08 +01:00
|
|
|
|
|
|
|
callPackage ./build.nix {
|
2018-11-18 04:55:26 +01:00
|
|
|
version = "unstable-2018-11-19";
|
|
|
|
git-version = "0.15-DEV-2-g7d09a4ce";
|
|
|
|
gambit = gambit-unstable;
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "vyzo";
|
|
|
|
repo = "gerbil";
|
|
|
|
rev = "7d09a4cebe03d755a1791e77279e156a74e07685";
|
|
|
|
sha256 = "1mqi9xcjk59sqbh1fx65a4fa4mqm35py4xqxq6086bcyhkm1nzwa";
|
2018-03-03 07:28:08 +01:00
|
|
|
};
|
2018-08-10 21:41:15 +02:00
|
|
|
inherit stdenv;
|
2018-03-03 07:28:08 +01:00
|
|
|
}
|