sx-go: remove line break
This commit is contained in:
parent
4d6eb52bb7
commit
af69c8a3ad
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ buildGoModule rec {
|
|||
vendorSha256 = "sha256-TWRMNt6x8zuvhP1nz4R6IVCX+9HityvVpzxRhDiMyO4=";
|
||||
|
||||
patches = [
|
||||
# Fix darwin builds:
|
||||
# https://github.com/v-byte-cpu/sx/pull/120
|
||||
# Fix darwin builds: https://github.com/v-byte-cpu/sx/pull/120
|
||||
(fetchpatch {
|
||||
name = "non-linux-method-signature.patch";
|
||||
url = "https://github.com/v-byte-cpu/sx/commit/56457bfaa49eb6fbb7a33d7092d9c636b9c85895.patch";
|
||||
|
|
Loading…
Reference in a new issue