remove patch from go-task build file
This commit is contained in:
parent
bac526a0fe
commit
43505186a4
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, installShellFiles
|
||||
, testers
|
||||
, go-task
|
||||
@ -20,16 +19,6 @@ buildGoModule rec {
|
||||
|
||||
vendorHash = "sha256-P9J69WJ2C2xgdU9xydiaY8iSKB7ZfexLNYi7dyHDTIk=";
|
||||
|
||||
patches = [
|
||||
# fix version resolution when passed in though ldflags
|
||||
# remove on next release
|
||||
(fetchpatch {
|
||||
name = "fix-ldflags-version.patch";
|
||||
url = "https://github.com/go-task/task/commit/9ee4f21d62382714ac829df6f9bbf1637406eb5b.patch?full_index=1";
|
||||
hash = "sha256-wu5//aZ/vzuObb03AjUUlVFjPr175mn1vVAZgqSGIZ0=";
|
||||
})
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
Loading…
Reference in New Issue
Block a user