aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-02-04 14:46:26 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2021-02-04 14:52:41 -0500
commitb73f64338e22b735a702da22149592189627b519 (patch)
treec2f11ca0ef6feb4bee74c39a4d2d9d604f9c2d38
parent0.11.2 (diff)
cosmetic, minor
-rw-r--r--nix/mkDub.nix2
-rw-r--r--org/spine_build_scaffold.org4
-rwxr-xr-xspine.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/nix/mkDub.nix b/nix/mkDub.nix
index 2a6570f..5d34ac9 100644
--- a/nix/mkDub.nix
+++ b/nix/mkDub.nix
@@ -71,7 +71,7 @@ in {
export HOME=$PWD
${lib.concatMapStringsSep "\n" dub-add-local deps}
for dc_ in dmd ldmd2 gdmd; do
- echo "check for D compiler $dc_"
+ echo "- check for D compiler $dc_"
dc=$(type -P $dc_ || echo "")
if [ ! "$dc" == "" ]; then
break
diff --git a/org/spine_build_scaffold.org b/org/spine_build_scaffold.org
index 1168968..ea6634e 100644
--- a/org/spine_build_scaffold.org
+++ b/org/spine_build_scaffold.org
@@ -2272,7 +2272,7 @@ in {
export HOME=$PWD
${lib.concatMapStringsSep "\n" dub-add-local deps}
for dc_ in dmd ldmd2 gdmd; do
- echo "check for D compiler $dc_"
+ echo "- check for D compiler $dc_"
dc=$(type -P $dc_ || echo "")
if [ ! "$dc" == "" ]; then
break
@@ -2794,7 +2794,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
for dc_ in dmd ldmd2 gdmd; do
- echo "check for D compiler $dc_"
+ echo "- check for D compiler $dc_"
dc=$(type -P $dc_ || echo "")
if [ ! "$dc" == "" ]; then
break
diff --git a/spine.nix b/spine.nix
index 616de4d..e3e3805 100755
--- a/spine.nix
+++ b/spine.nix
@@ -75,7 +75,7 @@ with ( # mkDub.nix
export HOME=$PWD
${lib.concatMapStringsSep "\n" dub-add-local deps}
for dc_ in dmd ldmd2 gdmd; do
- echo "check for D compiler $dc_"
+ echo "- check for D compiler $dc_"
dc=$(type -P $dc_ || echo "")
if [ ! "$dc" == "" ]; then
break