Merge staging into staging-next

This commit is contained in:
Frederik Rietdijk
2020-05-01 09:28:45 +02:00
176 changed files with 644 additions and 526 deletions

View File

@@ -16,7 +16,7 @@ buildGoPackage rec {
makeFlags = [
"PREFIX=${placeholder "out"}"
"BINDIR=${placeholder "bin"}/bin"
"BINDIR=${placeholder "out"}/bin"
];
buildPhase = ''