Skip to content

Commit

Permalink
gitAndTools.grv: fix darwin build by using go 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbode committed Sep 14, 2018
1 parent 61b2e0c commit 6b7cefd
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,8 +1,8 @@
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
{ stdenv, buildGo19Package, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
let
version = "0.2.0";
in
buildGoPackage {
buildGo19Package {
name = "grv-${version}";

buildInputs = [ ncurses readline curl libgit2_0_27 ];
Expand Down

0 comments on commit 6b7cefd

Please sign in to comment.