Skip to content

Commit

Permalink
gitAndTools.grv: use buildGoPackage instead of buildGo19Package
Browse files Browse the repository at this point in the history
(cherry picked from commit 4fbce62)
  • Loading branch information
andir committed Jan 30, 2019
1 parent bba8c22 commit 2380696
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, buildGo19Package, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
let
version = "0.2.0";
in
buildGo19Package {
buildGoPackage {
name = "grv-${version}";

buildInputs = [ ncurses readline curl libgit2_0_27 ];
Expand Down

0 comments on commit 2380696

Please sign in to comment.