no more goPackages
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# This file was generated by go2nix.
|
||||
{ stdenv, lib, goPackages, fetchgit }:
|
||||
{ stdenv, lib, buildGoPackage, fetchgit }:
|
||||
|
||||
with builtins;
|
||||
with goPackages;
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "gawp-${version}";
|
||||
|
||||
Reference in New Issue
Block a user