Skip to content

Commit e182db4

Browse files
committed
Merge branch 'master' into angerman-patch-3
2 parents de2cdbd + e5ff7b6 commit e182db4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

builder/comp-builder.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ let
545545
# we assume that if the SETUP_HS command fails and the following line was found in the error
546546
# log, that it was the only error. Hence if we do _not_ find the line, grep will fail and this derivation
547547
# will be marked as failure.
548-
cat $SETUP_ERR | grep 'No executables and no library found\. Nothing to do\.'
548+
cat $SETUP_ERR | tr '\n' ' ' | tr -d '\r' | grep 'No executables and no library found\. Nothing to do\.'
549549
fi
550550
''}
551551
${lib.optionalString (haskellLib.isLibrary componentId) ''

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)