mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
14 lines
580 B
Diff
14 lines
580 B
Diff
diff --git a/builder.go b/builder.go
|
|
index ed6c5ef..36e8055 100644
|
|
--- a/builder.go
|
|
+++ b/builder.go
|
|
@@ -200,7 +200,7 @@ func NewReplace(old, new string) Replace {
|
|
// It is the caller's responsibility to remove the folder when finished.
|
|
func newTempFolder() (string, error) {
|
|
var parentDir string
|
|
- if runtime.GOOS == "darwin" {
|
|
+ if false && runtime.GOOS == "darwin" {
|
|
// After upgrading to macOS High Sierra, Caddy builds mysteriously
|
|
// started missing the embedded version information that -ldflags
|
|
// was supposed to produce. But it only happened on macOS after
|