Skip to content

Commit 55c1e44

Browse files
Update src/libstore/unix/build/local-derivation-goal.cc
Co-authored-by: Robert Hensing <[email protected]>
1 parent fed3a2c commit 55c1e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/unix/build/local-derivation-goal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ void LocalDerivationGoal::startBuilder()
534534
if (!parsedDrv->canBuildLocally(worker.store)) {
535535
// since aarch64-darwin has Rosetta 2, this user can actually run x86_64-darwin on their hardware - we should tell them to run the command to install Darwin 2
536536
if (drv->platform == "x86_64-darwin" && settings.thisSystem == "aarch64-darwin") {
537-
throw Error("run `/usr/sbin/softwareupdate --install-rosetta --agree-to-license` to enable your %s to run programs for %s", settings.thisSystem, drv->platform);
537+
throw Error("run `/usr/sbin/softwareupdate --install-rosetta` to enable your %s to run programs for %s", settings.thisSystem, drv->platform);
538538
} else {
539539
throw Error("a '%s' with features {%s} is required to build '%s', but I am a '%s' with features {%s}",
540540
drv->platform,

0 commit comments

Comments
 (0)