2018-08-10 21:41:15 +02:00
|
|
|
{ stdenv, callPackage, fetchgit }:
|
2018-03-27 05:44:13 +02:00
|
|
|
|
|
|
|
callPackage ./build.nix {
|
2018-06-16 01:13:04 +02:00
|
|
|
version = "unstable-2018-08-06";
|
|
|
|
# git-version = "4.8.9-77-g91a4ad2c";
|
2018-03-27 05:44:13 +02:00
|
|
|
SRC = fetchgit {
|
|
|
|
url = "https://github.com/feeley/gambit.git";
|
2018-06-16 01:13:04 +02:00
|
|
|
rev = "91a4ad2c28375f067adedcaa61f9d66a4b536f4f";
|
|
|
|
sha256 = "0px1ipvhh0hz8n38h6jv4y1nn163j8llvcy4l7p3hkdns5czwy1p";
|
2018-03-27 05:44:13 +02:00
|
|
|
};
|
2018-08-10 21:41:15 +02:00
|
|
|
inherit stdenv;
|
2018-03-27 05:44:13 +02:00
|
|
|
}
|