nixpkgs/pkgs/development/compilers/gambit/unstable.nix

11 lines
288 B
Nix
Raw Normal View History

2018-03-27 05:44:13 +02:00
{ callPackage, fetchgit }:
callPackage ./build.nix {
version = "unstable-2018-05-30";
2018-03-27 05:44:13 +02:00
SRC = fetchgit {
url = "https://github.com/feeley/gambit.git";
rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";
sha256 = "1xzkwa2f6zazybbgd5zynhr36krayhr29vsbras5ld63hkrxrp7q";
2018-03-27 05:44:13 +02:00
};
}