summary refs log tree commit diff
path: root/pkgs/development/compilers/gambit/unstable.nix
blob: 067a409ac1c3a073ce00b1c7ebfcacd3dd9ca44e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ stdenv, callPackage, fetchgit }:

callPackage ./build.nix {
  version = "unstable-2018-09-03";
# git-version = "4.9.0";
  SRC = fetchgit {
    url = "https://github.com/feeley/gambit.git";
    rev = "7cdc7e7b9194b2c088c0667efaf7686a4ffd0d8a";
    sha256 = "06mmi8jkinihfirz4gjfw2lhxhskiqf3d47sihzx10r60asyqcxg";
  };
  inherit stdenv;
}